50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


TSA (version 0.99)

ma2.s: A simulated MA(2) series

Description

A simulated MA(2) series with MA coefficients being 1 and -0.6.

Usage

data(ma2.s)

Arguments

format

The format is: Time-Series [1:120] from 1 to 120: -0.4675 0.0815 0.9938 -2.6959 2.8116 ...

Details

The model is $Y(t)=e(t)-e(t-1)+0.6*e(t-2)$ where the e's are iid standard normal random variables.

Examples

Run this code
data(ma2.s)
## maybe str(ma2.s) ; plot(ma2) ...

Run the code above in your browser using DataLab