summaryrefslogtreecommitdiff
path: root/man/predict.estpoly.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-01-07 16:46:15 +0530
committerSuraj Yerramilli2016-01-07 16:46:15 +0530
commit56b4f89e47dca389da06e7926527bbfae0a58d3b (patch)
tree1e0308a6b564c9788d41585303a30dc9d3108463 /man/predict.estpoly.Rd
parent74beaa04179840133b06f30815bc5538fba85596 (diff)
downloadSysID-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.Rd6
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
}