|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | times04 | |
Description: | Generates an AR process and smoothes its periodogram. | |
Download: | times04.xpl |
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: |