UncListT Class

Uncertainty List

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public abstract class UncList<T> : IUncList<T>
where T : new(), Object, IRealUncNumber<T>
Inheritance
Object    UncListT
Derived
Implements
IUncListT

Type Parameters

T
Real Unc Type

Constructors

UncListTInitializes a new instance of the UncListT class

Properties

data Flat Uncertainty Array

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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetJacobi Returns the Jacobi Matrix of an Uncertainty Object.
GetJacobi2 Computes the Sensitivities to intermediate steps.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUncComponent Computes the Uncertainty Components.
InitFromRandomChoices(Number) Initializes an Uncertainty List from random choices
InitFromRandomChoices(Number, InputId, String) Initializes an Uncertainty List from random choices
InitFromSamples(Number, Double) Initializes an Uncertainty List from samples
InitFromSamples(Number, InputId, String, Double) Initializes an Uncertainty List from samples
InitMultivariateNormal(Number, Number) Initializes an Uncertainty List using a multivariate normal distribution
InitMultivariateNormal(Number, Number, InputId, String) Initializes an Uncertainty List
InitMultivariateT(Number, Number, Double) Initializes an Uncertainty List using a multivariate T distribution
InitMultivariateT(Number, Number, Double, InputId, String) Initializes an Uncertainty List using a multivariate T distribution
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also