XQS started, wait for applet!

Subject: XploRe: Learning Guide
See XploRe:

Quantlet: times05
Description: Generates a zero mean ARMA process.
Download: times05.xpl

Code:
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:

© MD*Tech - Method and Data Technologies, generated on 6.6.2000 .