Parameters
double mean
The mean of the normal distribution.
double stddev
The standard deviation of the normal distribution.
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.
double meanThe mean of the normal distribution.
double stddevThe standard deviation of the normal distribution.
Random rndThe random number generator to use.
double meanThe mean of the normal distribution from which to generate samples.
double stddevThe standard deviation of the normal distribution from which to generate samples.
doublea sample from the distribution.
Random rndThe random number generator to use.
double meanThe mean of the normal distribution from which to generate samples.
double stddevThe standard deviation of the normal distribution from which to generate samples.
IEnumerable<double>a sequence of samples from the distribution.
double meanThe mean of the normal distribution.
double precisionThe precision of the normal distribution.
double meanThe mean of the normal distribution.
double stddevThe standard deviation of the normal distribution.
double meanThe mean of the normal distribution.
double varThe variance of the normal distribution.
double xThe location at which to compute the cumulative density.
doublethe cumulative density at x.
double xThe location at which to compute the density.
doublethe density at x.
double xThe location at which to compute the log density.
doublethe log density at x.
double pThe location at which to compute the inverse cumulative density.
doublethe inverse cumulative density at p.
doublea sample from the distribution.
IEnumerable<double>a sequence of samples from the distribution.
stringa string representation of the distribution.