powered by
Generate autoregressive process with errors according the Ornstein-Uhlenbeck process.
generate_ornstein_uhlenbeck(N, v, rho = 0)
A dfts object for the generated data.
Numeric for the number of observations.
Numeric for resolution of data or a vector specifying the observation points.
Numeric which indicates the dependence on the previous curve.
generate_ornstein_uhlenbeck(N = 100, v = 20)
Run the code above in your browser using DataLab