UncList Class

Uncertainty List

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
[SerializableAttribute]
public class UncList : UncList<UncNumber>, 
	IUncList<UncNumber>, IStorageBinary, ISerializable
Inheritance
Object    UncListUncNumber    UncList
Implements
IStorageBinary, IUncListUncNumber, ISerializable

Constructors

UncList Uncertainty List

Properties

data Flat Uncertainty Array
(Inherited from UncListT)

Methods

BinarySetDataFrom Set object data from Binary Reader.
BinaryWriteDataTo Write object data to Binary Writer.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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)
GetHashCodeServes 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
GetTypeGets 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))
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Operators

(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

See Also