stats_dens_cauchy
stats_dens_cauchy
Probability density function of the Cauchy distribution
float **stats_dens_cauchy** float $x float $ave float $stdev
Returns the probability density at , where the
random variable follows the Cauchy distribution whose location and scale are
and , respectively.
x``ave``stdev
xThe value at which the probability density is calculated
aveThe location parameter of the distribution
stdevThe scale parameter of the distribution
The probability density at or false for failure.
x