specar.ci: Confidence interval for the ar-spectrum
and the dominant period.
Description
A funcion to estimate a "confidence interval" for
the power spectrum and in particular a confidence
interval for the dominant period. The function uses
resampling of the autoregressive parameters
to attain the estimate.
# NOT RUN { data(plodia)
fit <- specar.ci(sqrt(plodia), order=3, resamp=10)
# }# NOT RUN {plot.specar.ci(fit, period=FALSE)
# }# NOT RUN { summary.specar.ci(fit)
# }