Mercurial > hg > octave-nkf
diff scripts/signal/arch_test.m @ 3458:d25bc039237b
[project @ 2000-01-19 09:36:14 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 09:36:28 +0000 |
parents | e031284eea27 |
children | 3e3e14ad5149 |
line wrap: on
line diff
--- a/scripts/signal/arch_test.m +++ b/scripts/signal/arch_test.m @@ -81,7 +81,7 @@ error ("arch_test: either rows(X) == length(y), or X is a scalar"); endif if (! (is_scalar(p) && (rem(p, 1) == 0) && (p > 0))) - error ("arch_test: p must be a positive integer."); + error ("arch_test: p must be a positive integer"); endif [b, v_b, e] = ols (y, X);