rtvAR1 {ssaBSS} | R Documentation |
Simulation of Time Series with Time-varying Autocovariance
Description
Simulating time-varying variance based on TV-AR1 model
Usage
rtvAR1(n, sigma = 0.93)
Arguments
n |
Length of the time series |
sigma |
Parameter |
Details
Time varying autoregressive processes of order 1 (TV-AR1) is
with ,
is iid
and
.
Value
The simulated series as a ts
object.
Author(s)
Sara Taskinen, Markus Matilainen
References
Patilea V. and Raïssi H. (2014) Testing Second-Order Dynamics for Autoregressive Processes in Presence of Time-Varying Variance, Journal of the American Statistical Association, 109 (507), 1099-1111.
Examples
n <- 5000
X <- rtvAR1(n, sigma = 0.93)
plot(X)
[Package ssaBSS version 0.1.1 Index]