PerioReg {acfMPeriod} | R Documentation |
Periodogram
Description
This function computes the univariate periodogram using harmonic regression.
Usage
PerioReg(series)
Arguments
series |
univariate time series |
Value
a numeric vector containing the robust estimates of the spectral density
Author(s)
Higor Cotta, Valdério A. Reisen, Pascal Bondon and Céline Lévy-Leduc.
References
Reisen, V. A. and Lévy-Leduc, C. and Taqqu, M. (2017) An M-estimator for the long-memory parameter. Journal of Statistical Planning and Inference, 187, 44-55.
Fuller, Wayne A. Introduction to statistical time series. John Wiley & Sons, 2009.
Examples
PerioReg(ldeaths)
[Package acfMPeriod version 1.0.0 Index]