return double |
the inverse cumulative density at p. |
double p |
The location at which to compute the inverse cumulative density. |
The distribution will use the Random by default. Users can get/set the random number generator by using the RandomSource property.
The statistics classes will check all the incoming parameters whether they are in the allowed range. This might involve heavy computation. Optionally, by setting Control.CheckDistributionParameters to false, all parameter checks can be turned off.
return double |
the inverse cumulative density at p. |
double p |
The location at which to compute the inverse cumulative density. |
return double |
a sample from the distribution. |
Random rng |
The random number generator to use. |
double mean |
The mean of the normal distribution from which to generate samples. |
double stddev |
The standard deviation of the normal distribution from which to generate samples. |
return IEnumerable<double> |
a sequence of samples from the distribution. |
Random rng |
The random number generator to use. |
double mean |
The mean of the normal distribution from which to generate samples. |
double stddev |
The standard deviation of the normal distribution from which to generate samples. |
return Normal |
a normal distribution. |
double mean |
The mean of the normal distribution. |
double prec |
The precision of the normal distribution. |
return Normal |
a normal distribution. |
double mean |
The mean of the normal distribution. |
double stddev |
The standard deviation of the normal distribution. |
return Normal |
a normal distribution. |
double mean |
The mean of the normal distribution. |
double var |
The variance of the normal distribution. |
return double
|
return double
|
return double
|
return double
|
return double
|
return double
|
return double
|
return Random
|
return double
|
return double
|
return double
|