From 6831cda197096f326da5e69be94e6f15d499be62 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sun, 1 Nov 2015 17:08:48 +0530 Subject: updated documentation --- man/armax.Rd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/armax.Rd b/man/armax.Rd index 2ef1410..56cc18b 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -40,9 +40,8 @@ SISO ARMAX models are of the form \ldots + b_{nk+nb} u[k-nk-nb] + c_{1} e[k-1] + \ldots c_{nc} e[k-nc] + e[k] } -The function estimates the coefficients using linear least squares (with -no regularization). Future versions may include regularization -parameters as well +The function estimates the coefficients using non-linear least squares +(Gauss-Newton Method) \\ The data is expected to have no offsets or trends. They can be removed using the \code{\link{detrend}} function. -- cgit