DCAUCHY - Density of the Cauchy distribution
Given that the peak location and the interquartile range are specified, the DCAUCHY function returns the probability density that the value of a variable that follows the Cauchy distribution is equal to x.
Syntax
IDAX.DCAUCHY(DOUBLE x, DOUBLE location, DOUBLE scale)
Parameter descriptions
- x
- Mandatory.
- location
- Mandatory.
- scale
- Mandatory.
Returned information
DOUBLE the probability density at point x.