ample.spec.wge {tswge} | R Documentation |
This function calculates and optionally plots the smoothed periodogram using the Parzen window. The truncation point may be chosen by the user
sample.spec.wge(x, dbcalc = "TRUE", plot = "TRUE")
x |
Vector containing the time series realization |
dbcalc |
If dbcalc=TRUE, the calculation is in the log (dB) scale. If FALSE, then non-log calculations are made |
plot |
If PLOT=TRUE then the smoothed spectral estimate is plotted. If FALSE then no plot is created |
freq |
The frequencies at which the smoothed periodogram is calculated |
pzgram |
The smoothed periodogram using the Parzen window |
Wayne Woodward
"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott
sample.spec.wge(rnorm(100))