Estimate parameters of stable laws by Kogon and McCulloch methods
IGParametersEstim.Rd
Kogon regression method is used together with the McCulloch quantile method to provide initial estimates of parameters of stable distributions.
Details
The parameters \(\gamma\) and \(\delta\) are estimated using the McCulloch(1986) quantile method from fBasics. The data is rescaled using those estimates and used to perform the Kogon regression method to estimate \(\alpha\) and \(\beta\).
References
Kogon SM and Williams DB (1998). “Characteristic function based estimation of stable distribution parameters.” A practical guide to heavy tailed data, pp. 311–335. McCulloch JH (1986). “Simple consistent estimators of stable distribution parameters.” Communications in Statistics-Simulation and Computation, 15(4), pp. 1109–1136.
Examples
x <- rstable(200, 1.2, 0.5, 1, 0, pm = 0)
IGParametersEstim(x, pm = 0)
#> alpha beta gamma delta
#> 1.1843062 0.5841752 0.9112995 0.0107126