Subject: XploRe: Learning Guide
See XploRe:

Quantlet: times04
Description: Generates an AR process and smoothes its periodogram.
Download: times04.xpl

Code:
library("plot")
library("times")
randomize(0)
eps = normal(250)
starval = 0
phi = 0.5
y = genar(eps, starval, phi)
timeplot(y)
;
spec(y)

Subject: XploRe: Learning Guide
See XploRe:

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