summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/armax.Rd17
-rw-r--r--man/arx.Rd9
-rw-r--r--man/oe.Rd17
3 files changed, 18 insertions, 25 deletions
diff --git a/man/armax.Rd b/man/armax.Rd
index a7c92e4..d52e9d5 100644
--- a/man/armax.Rd
+++ b/man/armax.Rd
@@ -26,19 +26,16 @@ An object of class \code{estpoly} containing the following elements:
\code{input} \tab the input data used \cr
\code{call} \tab the matched call \cr
\code{stats} \tab A list containing the following fields:
- \tabular{ll}{
- \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
- \code{sigma} \tab the standard deviation of the innovations
- } \cr
+ \code{vcov} - the covariance matrix of the fitted coefficients,
+ \code{sigma} - the standard deviation of the innovations \cr
\code{options} \tab Option set used for estimation. If no
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 \cr
- \code{iter} \tab Number of Iterations \cr
- \code{iter} \tab Number of Function Evaluations
- }
+ search used for prediction error minimization:
+ \code{WhyStop} - Reason for termination,
+ \code{iter} - Number of Iterations,
+ \code{iter} - Number of Function Evaluations
+
}
}
\description{
diff --git a/man/arx.Rd b/man/arx.Rd
index 4c15af3..afba710 100644
--- a/man/arx.Rd
+++ b/man/arx.Rd
@@ -24,11 +24,10 @@ An object of class \code{estpoly} containing the following elements:
\code{input} \tab the input data used \cr
\code{call} \tab the matched call \cr
\code{stats} \tab A list containing the following fields:
- \tabular{ll}{
- \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
- \code{sigma} \tab the standard deviation of the innovations\cr
- \code{df} \tab the residual degrees of freedom
- }
+ \code{vcov} - the covariance matrix of the fitted coefficients,
+ \code{sigma} - the standard deviation of the innovations,
+ \code{df} -the residual degrees of freedom
+
}
}
\description{
diff --git a/man/oe.Rd b/man/oe.Rd
index 42f6aec..7c71afa 100644
--- a/man/oe.Rd
+++ b/man/oe.Rd
@@ -27,19 +27,16 @@ An object of class \code{estpoly} containing the following elements:
\code{input} \tab the input data used \cr
\code{call} \tab the matched call \cr
\code{stats} \tab A list containing the following fields:
- \tabular{ll}{
- \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
- \code{sigma} \tab the standard deviation of the innovations
- } \cr
+ \code{vcov} - the covariance matrix of the fitted coefficients,
+ \code{sigma} - the standard deviation of the innovations \cr
\code{options} \tab Option set used for estimation. If no
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 \cr
- \code{iter} \tab Number of Iterations \cr
- \code{iter} \tab Number of Function Evaluations
- }
+ search used for prediction error minimization:
+ \code{WhyStop} - Reason for termination,
+ \code{iter} - Number of Iterations,
+ \code{iter} - Number of Function Evaluations
+
}
}
\description{