Dirichlet Methods |
The Dirichlet 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.) | |
Pdf(Vector) |
Probability distribution function.
http://en.wikipedia.org/wiki/Probability_density_function
(Overrides CVDistributionPdf(Vector).) | |
Pdf(Vector, Vector) |
Static probability distribution function.
http://en.wikipedia.org/wiki/Probability_density_function
| |
Sample |
Creates random variable sample.
(Inherited from CVDistribution.) | |
Sample(Double) |
Generates random variable sample.
(Inherited from CVDistribution.) | |
Sample(Int32) |
Generates series of random variable samples.
(Inherited from CVDistribution.) | |
Sample(Matrix) |
Generates series of random variable samples.
(Overrides CVDistributionSample(Matrix).) | |
Sample(Vector) |
Generates random variable sample.
(Overrides CVDistributionSample(Vector).) | |
Sample(Vector, Vector) |
Generates random variable sample.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |