diff options
author | Suraj Yerramilli | 2016-01-07 16:46:15 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-01-07 16:46:15 +0530 |
commit | 56b4f89e47dca389da06e7926527bbfae0a58d3b (patch) | |
tree | 1e0308a6b564c9788d41585303a30dc9d3108463 /man/predict.estpoly.Rd | |
parent | 74beaa04179840133b06f30815bc5538fba85596 (diff) | |
download | SysID-R-code-56b4f89e47dca389da06e7926527bbfae0a58d3b.tar.gz SysID-R-code-56b4f89e47dca389da06e7926527bbfae0a58d3b.tar.bz2 SysID-R-code-56b4f89e47dca389da06e7926527bbfae0a58d3b.zip |
added reference for predict
Diffstat (limited to 'man/predict.estpoly.Rd')
-rw-r--r-- | man/predict.estpoly.Rd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/predict.estpoly.Rd b/man/predict.estpoly.Rd index 7deff80..511ed71 100644 --- a/man/predict.estpoly.Rd +++ b/man/predict.estpoly.Rd @@ -27,7 +27,9 @@ Yhat <- predict(mod1,data) # 1-step ahead predictions Yhat_2 <- predict(mod1,data,nahead=2) # 2-step ahead predictions Yhat_inf <- predict(mod1,data,nahead=Inf) # Infinite-step ahead predictions - - +} +\references{ +Arun K. Tangirala (2015), \emph{Principles of System Identification: Theory +and Practice}, CRC Press, Boca Raton. Chapter 18 } |