epps.statistic: Estimates the Epps statistic

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/epps_test.R

Description

Estimates the Epps statistic minimizing the quadratic loss of the process' characteristic function in terms of the first two moments.

Usage

1

Arguments

y

a numeric vector or an object of the ts class containing a stationary time series.

Details

This function is the equivalent of Sub in Nieto-Reyes, A., Cuesta-Albertos, J. & Gamboa, F. (2014). This function uses a quadratic optimization solver implemented by Press, W.H., Teukolsky, S.A., Vetterling, W.T. and Flannery, B.P. (2007).

Value

a real value with the Epps test's statistic.

Author(s)

Alicia Nieto-Reyes and Asael Alonzo Matamoros.

References

Epps, T.W. (1987). Testing that a stationary time series is Gaussian. The Annals of Statistic. 15(4), 1683-1698.

Nieto-Reyes, A., Cuesta-Albertos, J. & Gamboa, F. (2014). A random-projection based test of Gaussianity for stationary processes. Computational Statistics & Data Analysis, Elsevier, vol. 75(C), pages 124-141.

Press, W.H., Teukolsky, S.A., Vetterling, W.T. and Flannery, B.P. (2007). Numerical Recipes. The Art of Scientific Computing. Cambridge University Press.

See Also

lobato.statistic

Examples

1
2
3
# Generating an stationary arma process
y = arima.sim(100,model = list(ar = 0.3))
epps.statistic(y)

nortsTest documentation built on Aug. 16, 2021, 5:06 p.m.