diff scripts/signal/arch_fit.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents eb63fbe60fab
children d1978e7364ad
line wrap: on
line diff
--- a/scripts/signal/arch_fit.m	Thu Mar 26 11:47:34 2009 -0700
+++ b/scripts/signal/arch_fit.m	Fri Mar 27 22:31:03 2009 -0700
@@ -23,8 +23,10 @@
 ## scoring algorithm in Engle's original ARCH paper.  The model is
 ##
 ## @example
-## y(t) = b(1) * x(t,1) + ... + b(k) * x(t,k) + e(t),
-## h(t) = a(1) + a(2) * e(t-1)^2 + ... + a(p+1) * e(t-p)^2
+## @group
+## y(t) = b(1) * x(t,1) + @dots{} + b(k) * x(t,k) + e(t),
+## h(t) = a(1) + a(2) * e(t-1)^2 + @dots{} + a(p+1) * e(t-p)^2
+## @end group
 ## @end example
 ##
 ## @noindent
@@ -38,7 +40,7 @@
 ## i.e., do the above with the @math{t}-th row of @var{x} given by
 ##
 ## @example
-## [1, y(t-1), ..., y(t-k)]
+## [1, y(t-1), @dots{}, y(t-k)]
 ## @end example
 ##
 ## Optionally, one can specify the number of iterations @var{iter}, the