PHP.nl

stats_dens_normal

stats_dens_normal

Probability density function of the normal distribution

float **stats_dens_normal** float $x float $ave float $stdev

Returns the probability density at , where the random variable follows the normal distribution of which the mean is and the standard deviation is . x``ave``stdev

xThe value at which the probability density is calculated

aveThe mean of the distribution

stdevThe standard deviation of the distribution

The probability density at or false for failure. x