createar {sowas}R Documentation

AR process time series

Description

Creates AR process time series object

Usage

createar(N, a, sig, dt)

Arguments

N Number of data points
a vector of AR coefficients
sig sqrt of variance of the process
dt sampling time

Value

Returns time series object of AR process

Author(s)

D. Maraun

See Also

arima.sim, createwgn

Examples

##

[Package sowas version 0.93 Index]