arima.diag.hh
From HH v3.1-43
by Richard Heiberger
Repair design error in S-Plus arima.diag
Repair design error in S-Plus arima.diag
.
- Keywords
- ts
Usage
arima.diag.hh(z, acf.resid = TRUE,
lag.max = round(max(gof.lag + n.parms + 1, 10 * log10(n))),
gof.lag = 15, resid = FALSE,
std.resid = TRUE, plot = TRUE, type = "h", ...,
Arguments
- z,acf.resid,lag.max,gof.lag,resid,std.resid,plot,type,…
- x
The time series. This must be specified when arima.diag is called from inside another function.
Details
Repairs design flaw in S-Plus arima.diag
. The location of the time
series is hardwired one level up, so it can't be found when
arima.diag
is not one level down from the top.
This function is a no-op in R.
Value
See Also
tsdiagplot
in both systems and
Community examples
Looks like there are no examples yet.