diff options
Diffstat (limited to 'man/armax.Rd')
-rw-r--r-- | man/armax.Rd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index d52e9d5..56f358c 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -58,8 +58,7 @@ using the \code{\link{detrend}} function. data(armaxsim) z <- dataSlice(data,end=1533) # training set mod_armax <- armax(z,c(1,2,1,2)) -summary(mod_armax) # obtain estimates and their covariances -plot(mod_armax) # plot the predicted and actual responses +mod_armax } \references{ |