MultivariateNormalRandom Class

Generates a normal multivariate distribution.

Definition

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public sealed class MultivariateNormalRandom
Inheritance
Object    MultivariateNormalRandom

Constructors

MultivariateNormalRandom(DVector, Matrix)Creates a multivariate generator with a randomized seed.
MultivariateNormalRandom(Int32, DVector, Matrix)Creates a multivariate generator.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
NextRetrieves the next vector from the distribution.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also