stats_dens_exponential
Probability density function of the exponential distribution
Description
float stats_dens_exponential(float $x
, float $scale
)
Parameters
-
x
-
The value at which the probability density is calculated
-
scale
-
The scale of the distribution
Return Values
The probability density at x
or false
for failure.