diff options
author | Suraj Yerramilli | 2015-12-29 18:52:29 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-29 18:52:29 +0530 |
commit | 539bbcd08561378f6b8eebacc10275f1c5d07ef2 (patch) | |
tree | efc3745e1ec817512a1842389e51391eddd12d5f /man | |
parent | c01e871dfa3a58bdff41edc7aea4ac4588ebb618 (diff) | |
download | SysID-R-code-539bbcd08561378f6b8eebacc10275f1c5d07ef2.tar.gz SysID-R-code-539bbcd08561378f6b8eebacc10275f1c5d07ef2.tar.bz2 SysID-R-code-539bbcd08561378f6b8eebacc10275f1c5d07ef2.zip |
updating documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/armax.Rd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/armax.Rd b/man/armax.Rd index 82f19ed..9c4020f 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -34,6 +34,11 @@ An object of class \code{estpoly} containing the following elements: custom options were configured, this is a set of default options. \cr \code{termination} \tab Termination conditions for the iterative search used for prediction error minimization. + \tabular{ll}{ + \code{WhyStop} \tab Reason for termination + \code{iter} \tab Number of Iterations + \code{iter} \tab Number of Function Evaluations + } } } \description{ |