Click or drag to resize

NormalMultivariate Methods

The NormalMultivariate type exposes the following members.

Methods
  NameDescription
Public methodCdf
Cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
(Inherited from CVDistribution.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPdf
Probability distribution function. http://en.wikipedia.org/wiki/Probability_density_function
(Inherited from CVDistribution.)
Public methodSample
Creates random variable sample.
(Inherited from CVDistribution.)
Public methodSample(Int32)
Generates series of random variable samples.
(Inherited from CVDistribution.)
Public methodSample(Double)
Generates random variable sample.
(Overrides CVDistributionSample(Double).)
Public methodSample(Matrix)
Generates series of random variable samples.
(Overrides CVDistributionSample(Matrix).)
Public methodSample(Vector)
Generates random variable sample.
(Inherited from CVDistribution.)
Public methodStatic memberSample(Vector, Matrix)
Static method which generates sample of multivariate normal distribution with user specified generator and parameters.
Public methodStatic memberSample(RandomGenerator, Vector, Matrix)
Static method which generates sample of multivariate normal distribution with user specified generator and parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also