50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

mistat (version 2.0.4)

ARMA: Random realization of ARMA prcess

Description

Creates a random realization an of ARMA prcess.

Usage

ARMA(n, a, b)

Value

a vector with values from the simulated AMRA process of lenght n + max(p, q)

Arguments

n

length of the ARMA process to be generated.

a

vector p of parameters.

b

vector q of parameters.

Author

Shelemyahu Zacks

See Also

predARMA

Examples

Run this code
ARMA(100,c(0.1, 0.2, 0.3), c(0.1, 0.2))

Run the code above in your browser using DataLab