Mercurial > hg > octave-nkf
comparison scripts/signal/arch_test.m @ 3909:e54140b9ebe1
[project @ 2002-04-24 21:26:40 by jwe]
author | jwe |
---|---|
date | Wed, 24 Apr 2002 21:26:40 +0000 |
parents | 3e3e14ad5149 |
children | 38c61cbf086c |
comparison
equal
deleted
inserted
replaced
3908:90dc5c9a9a21 | 3909:e54140b9ebe1 |
---|---|
13 ## You should have received a copy of the GNU General Public License | 13 ## You should have received a copy of the GNU General Public License |
14 ## along with this file. If not, write to the Free Software Foundation, | 14 ## along with this file. If not, write to the Free Software Foundation, |
15 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 15 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 |
17 ## -*- texinfo -*- | 17 ## -*- texinfo -*- |
18 ## @deftypefn {Function File} {} {[@var{pval}, @var{lm}] =} arch_test (@var{y}, @var{x}, @var{p}) | 18 ## @deftypefn {Function File} {[@var{pval}, @var{lm}] =} arch_test (@var{y}, @var{x}, @var{p}) |
19 ## For a linear regression model | 19 ## For a linear regression model |
20 ## | 20 ## |
21 ## @example | 21 ## @example |
22 ## y = x * b + e | 22 ## y = x * b + e |
23 ## @end example | 23 ## @end example |