Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | times05 | |
Description: | Generates a zero mean ARMA process. | |
Download: | times05.xpl |
library("times") randomize(0) a = 0.5 b = 0.3 eps = normal(250) y = genarma(a,b,eps) timeplot(y)
Subject: | XploRe: Learning Guide |
See XploRe: |