Cauchypdf
Contents
Description
The Cauchy distribution, also called the Lorentzian distribution or Lorentz distribution, is a continuous distribution describing resonance behavior.
Definition
returns the pdf of the cauchy distribution
with location parameter
and scale parameter
,
evaluated at the values in X.
Parameters
(input, double)- dataset
(input, double)- location parameter
(input,
double)- scale parameter
.
![f(x| x0, \gamma) = \frac{1}{\pi \gamma \left[1 + \left(\frac{x - x0}{\gamma}\right)^2\right]} = { 1 \over \pi } \left[ { \gamma \over (x - x0)^2 + \gamma^2 } \right], f(x| x0, \gamma) = \frac{1}{\pi \gamma \left[1 + \left(\frac{x - x0}{\gamma}\right)^2\right]} = { 1 \over \pi } \left[ { \gamma \over (x - x0)^2 + \gamma^2 } \right],](/labtalk/ja/images/Cauchypdf_(function)/math-eec1b662fda22ea7c7ee9959dafd5147.png)