diff scripts/signal/arch_rnd.m @ 3499:3e3e14ad5149

[project @ 2000-01-31 05:18:07 by jwe]
author jwe
date Mon, 31 Jan 2000 05:18:13 +0000
parents e031284eea27
children 7923abdeb4e5
line wrap: on
line diff
--- a/scripts/signal/arch_rnd.m
+++ b/scripts/signal/arch_rnd.m
@@ -21,15 +21,15 @@
 ## follows the model
 ##
 ## @example
-## y(t) = b(1) + b(2) * y(t-1) + ... + b(lb) * y(t-lb+1) + e(t),
+## y(t) = b(1) + b(2) * y(t-1) + @dots{} + b(lb) * y(t-lb+1) + e(t),
 ## @end example
 ##
 ## @noindent
-## where e(t), given @var{y} up to time @var{t}-1, is @var{N}(0,
-## @var{h}(@var{t})), with
+## where @math{e(t)}, given @var{y} up to time @math{t-1}, is
+## @math{N(0, h(t))}, with
 ##
 ## @example
-## h(t) = a(1) + a(2) * e(t-1)^2 + ... + a(la) * e(t-la+1)^2
+## h(t) = a(1) + a(2) * e(t-1)^2 + @dots{} + a(la) * e(t-la+1)^2
 ## @end example
 ## @end deftypefn