Click or drag to resize

MultivariateNormalRandom Class

Generates a normal multivariate distribution.
Inheritance Hierarchy
SystemObject
  Austra.Library.StatsMultivariateNormalRandom

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public sealed class MultivariateNormalRandom

The MultivariateNormalRandom type exposes the following members.

Constructors
 NameDescription
Public methodMultivariateNormalRandom(DVector, Matrix)Creates a multivariate generator with a randomized seed.
Public methodMultivariateNormalRandom(Int32, DVector, Matrix)Creates a multivariate generator.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNextRetrieves the next vector from the distribution.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also