NormalMultivariate Methods |
The NormalMultivariate type exposes the following members.
| Name | Description | |
|---|---|---|
| Cdf |
Cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
(Inherited from CVDistribution.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Probability distribution function.
http://en.wikipedia.org/wiki/Probability_density_function
(Inherited from CVDistribution.) | ||
| Sample |
Creates random variable sample.
(Inherited from CVDistribution.) | |
| Sample(Int32) |
Generates series of random variable samples.
(Inherited from CVDistribution.) | |
| Sample(Double) |
Generates random variable sample.
(Overrides CVDistributionSample(Double).) | |
| Sample(Matrix) |
Generates series of random variable samples.
(Overrides CVDistributionSample(Matrix).) | |
| Sample(Vector) |
Generates random variable sample.
(Inherited from CVDistribution.) | |
| Sample(Vector, Matrix) |
Static method which generates sample of multivariate normal distribution with user specified generator and parameters.
| |
| Sample(RandomGenerator, Vector, Matrix) |
Static method which generates sample of multivariate normal distribution with user specified generator and parameters.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |