powered by
Estimates confidence intervals for an unknown process mean of a time seeries well modeled by a stochastic fractal process.
lmConfidence(x, model, conf.level=0.95, parm.known=FALSE, n.rep=100000)
a vector containing a uniformly-sampled real-valued time series or an object of class wavTransform.
wavTransform
an object of class "lmModel". Use the lmModel function to create this input.
"lmModel"
lmModel
confidence interval probability on the interval (0,1). Default: 0.95.
0.95
number of repititions in a Monte Carlo study. Default: 100000.
100000
a logical value. Default: FALSE.
FALSE
an two-element vector defining the low and high limits of the estimated confidence interval.
D. Percival and A. Walden (2000), Wavelet Methods for Time Series Analysis, Cambridge University Press, Chapter 7.
lmSimulate.
lmSimulate
# NOT RUN { model <- lmModel("ppl",alpha=-0.9) lmConfidence(lmSimulate(model), model) # }
Run the code above in your browser using DataLab