CUDistribution Methods |
The CUDistribution type exposes the following members.
Name | Description | |
---|---|---|
Cdf |
Cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
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.) | |
InverseCdf |
Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable
such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter.
| |
Probability distribution function.
http://en.wikipedia.org/wiki/Probability_density_function
| ||
Sample |
Generate random variable sample.
| |
Sample(Double) |
Fill in array with random variable series.
| |
Sample(Int32) |
Generate series of random variable samples.
| |
Sample(Vector) |
Fill in vector with random variable samples series.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |