From 06c785249d57f74c47858fc09e4d9d5abfa5c745 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sun, 1 Nov 2015 18:29:49 +0530 Subject: Changed the optimization algorithm to Levenberg-Marquardt --- man/armax.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/armax.Rd') diff --git a/man/armax.Rd b/man/armax.Rd index 06bc17f..1d4bd2f 100644 --- a/man/armax.Rd +++ b/man/armax.Rd @@ -41,7 +41,7 @@ SISO ARMAX models are of the form + e[k] } The function estimates the coefficients using non-linear least squares -(Gauss-Newton Method) +(Levenberg-Marquardt Algorithm) \\ The data is expected to have no offsets or trends. They can be removed using the \code{\link{detrend}} function. -- cgit