Mercurial > hg > octave-nkf
diff scripts/signal/arma_rnd.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 | bd8e388043c4 |
line wrap: on
line diff
--- a/scripts/signal/arma_rnd.m +++ b/scripts/signal/arma_rnd.m @@ -22,8 +22,10 @@ ## Return a simulation of the ARMA model ## ## @example -## x(n) = a(1) * x(n-1) + ... + a(k) * x(n-k) -## + e(n) + b(1) * e(n-1) + ... + b(l) * e(n-l) +## @group +## x(n) = a(1) * x(n-1) + @dots{} + a(k) * x(n-k) +## + e(n) + b(1) * e(n-1) + @dots{} + b(l) * e(n-l) +## @end group ## @end example ## ## @noindent