powered by
MA(theta = NULL, sigma2 = 1)
vector
double
MA(1) # One theta MA(2) # Two thetas! MA(theta=.32, sigma=1.3) # 1 theta with a specific value. MA(theta=c(.3,.5), sigma=.3) # 2 thetas with specific values.
Run the code above in your browser using DataLab