UncList Class

Uncertainty List

Definition

Namespace: Metas.UncLib.DistProp
Assembly: Metas.UncLib.DistProp (in Metas.UncLib.DistProp.dll) Version: 2.8.9053.20202
C#
public class UncList : UncList<UncNumber>, 
	IUncList<UncNumber>
Inheritance
Object    UncListUncNumber    UncList
Implements
IUncListUncNumber

Constructors

UncListInitializes a new instance of the UncList class

Properties

data Flat Uncertainty Array
(Inherited from UncListT)

Methods

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))
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
(Inherited from UncListT)
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
(Inherited from UncListT)
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