td {descomponer} | R Documentation |
Cumulative periodogram test
Description
Cumulative periodogram test.
Usage
td(y)
Arguments
y |
a vector of the observed time-serie values |
Details
The output is a data.frame object.
Value
s2 |
Cumulative periodogram. |
min |
Is calculated by -c+(t/length(y)) |
max |
Is calculated by c+(t/length(y)) |
References
Parra, F. (2014), Amplitude time-frequency regression, (http://econometria.wordpress.com/2013/08/21/estimation-of-time-varying-regression-coefficients/)
See Also
Examples
data(PIB)
td(PIB)
[Package descomponer version 1.6 Index]