public class UncList : UncList<UncNumber>,
IUncList<UncNumber>Public Class UncList
Inherits UncList(Of UncNumber)
Implements IUncList(Of UncNumber)public ref class UncList : public UncList<UncNumber>,
IUncList<UncNumber>type UncList =
class
inherit UncList<UncNumber>
interface IUncList<UncNumber>
end| UncList | Initializes a new instance of the UncList class |
| 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)) |
| 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
(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) |
| 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 |