PHP.nl

stats_dens_laplace

stats_dens_laplace

Probability density function of the Laplace distribution

float **stats_dens_laplace** float $x float $ave float $stdev

Returns the probability density at , where the random variable follows the Laplace distribution of which the location parameter is and the scale parameter is . x``ave``stdev

xThe value at which the probability density is calculated

aveThe location parameter of the distribution

stdevThe shape parameter of the distribution

The probability density at or false for failure. x