Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fitstable

Fit Parameters to Stable Distributions, McCulloch (1986)


Description

The quantile method of McCullogh (1986).

Usage

fitstable(x)

Arguments

x

univariate or independent multivariate variables of dimension k.

Details

The quantile estimation method of McCulloch (1986) is used for each variable in x. It is highly reliable, fast and reasonably efficient especially bearing in mind that in most applications there is a lot of data.

Value

matrix of k rows and 4 columns. k represents the number of the variables in the vector x and the columns with named components alpha, beta, scale, and location respectively.

Author(s)

Esam Mahdi, A.I. McLeod, and Jen-Wen Lin.

References

Lin, J.-W. and McLeod A.I.(2008). "Portmanteau Tests for ARMA Models with Infinite Variance." Journal of Time Series Analysis, 29, 600-617.

McCulloch, J. H. (1986). "Simple Consistent Estimator of Stable Distribution Parameters". Commun. Statist.–Simula., 15(4), 1109-1136.

See Also

There is also a function stableFit() in the fBasics package for fitting stable distributions for univariate data. See also rStable, varima.sim,

Examples

## Univariate
x <- rStable(800, 1.7, 0, 1, 0)
fitstable(x)
## Multivariate
ALPHA <- c(1.3,1.6)
BETA <- c(0,0.2)
GAMMA <-c(1,1)
DELTA <-c(0,0.2)
x <- rStable(500, ALPHA, BETA, GAMMA, DELTA)
fitstable(x)

portes

Portmanteau Tests for Univariate and Multivariate Time Series Models

v5.0
GPL (>= 2)
Authors
Esam Mahdi [aut, cre], Ian McLeod [ctb]
Initial release
2020-12-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.