naginterfaces.library.stat.inv_cdf_landau¶
- naginterfaces.library.stat.inv_cdf_landau(x)[source]¶
inv_cdf_landau
returns the value of the inverse of the Landau distribution function.For full information please refer to the NAG Library document for g01ft
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/g01/g01ftf.html
- Parameters
- xfloat
The argument of the function.
- Returns
- invlanfloat
The value of the inverse of the Landau distribution function.
- Raises
- NagValueError
- (errno )
On entry, .
Constraint: .
- (errno )
On entry, .
Constraint: .
- Notes
inv_cdf_landau
evaluates an approximation to the inverse of the Landau distribution function given by(where is described in
prob_landau()
andpdf_landau()
), using either linear or quadratic interpolation or rational approximations which mimic the asymptotic behaviour. Further details can be found in Kölbig and Schorr (1984).It can also be used to generate Landau distributed random numbers in the range .
- References
Kölbig, K S and Schorr, B, 1984, A program package for the Landau distribution, Comp. Phys. Comm. (31), 97–111