Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

AR

Simulation of an AR(p) surrogate for a given time series x


Description

It simulates an AR(p) surrogate for the time series x analyzed by wavelet transformation using either function analyze.wavelet or function analyze.coherency. A set of surrogates is used for significance assessment to test the hypothesis of equal periodic components.

Simulation is subject to coefficient estimates referring to the given AR order.

Usage

AR(x, params = list(AR = list(p = 1)))

Arguments

x

the given time series

params

a list containing an assignment of (the only) parameter value to AR. Default: NULL.

Default includes:

AR = list(...), a list containing one single element:

p : AR order.
Default: 1.

Details

Basics of model estimation and simulation are provided by application of the R functions pcf and arima.sim.

Value

A surrogate series for x is returned which has the same length and properties according to estimates resulting from the given AR order.

Author(s)

Angi Roesch and Harald Schmidbauer

See Also


WaveletComp

Computational Wavelet Analysis

v1.1
GPL-2
Authors
Angi Roesch <angi@angi-stat.com> and Harald Schmidbauer <harald@hs-stat.com>
Initial release
2018-03-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.