[SerializableAttribute]
public class UncList : UncList<UncNumber>,
IUncList<UncNumber>, IStorageBinary, ISerializable
<SerializableAttribute>
Public Class UncList
Inherits UncList(Of UncNumber)
Implements IUncList(Of UncNumber), IStorageBinary,
ISerializable
[SerializableAttribute]
public ref class UncList : public UncList<UncNumber>,
IUncList<UncNumber>, IStorageBinary, ISerializable
[<SerializableAttribute>]
type UncList =
class
inherit UncList<UncNumber>
interface IUncList<UncNumber>
interface IStorageBinary
interface ISerializable
end
UncList | Uncertainty List |
BinarySetDataFrom | Set object data from Binary Reader. |
BinaryWriteDataTo | Write object data to Binary Writer. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetCovariance |
Computes the Covariance Matrix of an Uncertainty Object.
(Overrides UncListTGetCovariance) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetJacobi |
Returns the Jacobi Matrix of an Uncertainty Object.
(Overrides UncListTGetJacobi) |
GetJacobi2 |
Computes the Sensitivities to intermediate steps.
(Overrides UncListTGetJacobi2(IUncListT)) |
GetObjectData | Custom Serialization |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetUncComponent |
Computes the Uncertainty Components.
(Overrides UncListTGetUncComponent(IUncListT)) |
InitFromRandomChoices(Number) |
Initializes an Uncertainty List from random choices
(Inherited from UncListT) |
InitFromRandomChoices(Number, InputId, String) |
Initializes an Uncertainty List from random choices
(Inherited from UncListT) |
InitFromSamples(Number, Double) |
Initializes an Uncertainty List from samples
(Inherited from UncListT) |
InitFromSamples(Number, InputId, String, Double) |
Initializes an Uncertainty List from samples
(Overrides UncListTInitFromSamples(Number, InputId, String, Double)) |
InitMultivariateNormal(Number, Number) |
Initializes an Uncertainty List using a multivariate normal distribution
(Inherited from UncListT) |
InitMultivariateNormal(Number, Number, InputId, String) |
Initializes an Uncertainty List
(Inherited from UncListT) |
InitMultivariateT(Number, Number, Double) |
Initializes an Uncertainty List using a multivariate T distribution
(Inherited from UncListT) |
InitMultivariateT(Number, Number, Double, InputId, String) |
Initializes an Uncertainty List using a multivariate T distribution
(Overrides UncListTInitMultivariateT(Number, Number, Double, InputId, String)) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
(ComplexUncNumber to UncList) | Convert Complex Unc Number to Unc List |
(ComplexUncNumber to UncList) | Convert Complex Unc Array to Unc List |
(ComplexNArrayUncNumber to UncList) | Convert Complex Unc N-Dim Array to Unc List |
(RealNArrayUncNumber to UncList) | Convert Real Unc N-Dim Array to Unc List |
(UncNumber to UncList) | Convert Real Unc Number to Unc List |
(UncNumber to UncList) | Convert Real Unc Array to Unc List |