Subject: XploRe Application Guide
See XploRe: wavetest

Quantlet: gam11
Description: analysis of components for simulated data
Download: gam11.xpl

Code:
library("gam")
n   = 100
randomize(1234)
x   = normal(n,3)
eps = normal(n,1) * sqrt(0.8)
y   = sin(2*x[,1]) + x[,2]^2 + 2*x[,3] +eps
p   = 1
erg = wavetest(x,y,p)
erg                                             

Subject: XploRe Application Guide
See XploRe: wavetest

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