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.
The value that is to be computed.
Data type: DOUBLE
location
Mandatory.
The location of the peak of the Cauchy distribution.
Data type: DOUBLE
scale
Mandatory.
A value that corresponds to half of the interquartile range.

The interquartile range measures variability based on dividing a data set into quartiles.

Smaller values result in a narrower peak.

Min: 0.00000000001
Data type: DOUBLE

Returned information

DOUBLE the probability density at point x.