(PECL stats >= 1.0.0)
stats_dens_normal — La función de densidad de probabilidad de la distribución normal
Devuelve la densidad de probabilidad en x, donde
la variable aleatoria sigue la distribución normal con media
ave y desviación estándar
stdev.
xEl valor en el que se calcula la densidad de probabilidad
aveLa media de la distribución
stdevLa desviación estándar de la distribución
La densidad de probabilidad en x o false en caso de error.
I'm not certain that I've figured this one out correctly but it should return the value of a (Gaussian) normal distribution of the given properties at the given location.
$x - the X-Value to request
$ave - the 'expected value' (i.e. location of the peak) for the distribution. For most uses this will just be 0.
$stdev - the standard deviation of the distribution. For most uses this will be 1.