autotriples(x, lags=1:2, h,
type=c("levels","persp","image", "lines", "points"),
GUI=interactive())
sm.regression
is used, with smoothing
parameter defaulting to hnorm(x)
.
If requested, a simple GUI is displayed, to change interactively
functions parameters and watching corresponding outputs.sm.regression
and, especially, sm.autoregression
in package sm
.autotriples(log(lynx))
autotriples(log(lynx), type="persp")
autotriples(log(lynx), type="image")
Run the code above in your browser using DataLab