Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/completepgramv2.R
Function to calculate the tapered complete periodogram.
1 |
x |
time series vector. |
freq |
frequency vector. |
taperx |
predetermined tapered DFT. If NULL, we use default settings of the taperedDFT function to calculate the tapered DFT. |
thres |
positive threshold value. |
... |
Arguments used in the |
The default frequencies are 2*pi*(1:n)/n, where n is a length of a time series.
Real part of the tapered complete periodogram vector.
Junho Yang
S. Das, S. Subba Rao, and J. Yang. Spectral methods for small sample time series: A complete periodogram approach. Submitted, 2020.
1 2 3 | set.seed(123)
x <- arima.sim(model=list(ar=0.7), n=100)
v <- tapered.complete.pgram(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.