Mercurial > hg > octave-lyh
comparison scripts/statistics/tests/var_test.m @ 3457:e031284eea27
[project @ 2000-01-19 08:49:56 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 08:50:14 +0000 |
parents | 434790acb067 |
children | 38c61cbf086c |
comparison
equal
deleted
inserted
replaced
3456:434790acb067 | 3457:e031284eea27 |
---|---|
24 ## With the optional argument string @var{alt}, the alternative of | 24 ## With the optional argument string @var{alt}, the alternative of |
25 ## interest can be selected. If @var{alt} is @code{"!="} or | 25 ## interest can be selected. If @var{alt} is @code{"!="} or |
26 ## @code{"<>"}, the null is tested against the two-sided alternative | 26 ## @code{"<>"}, the null is tested against the two-sided alternative |
27 ## @code{var (@var{x}) != var (@var{y})}. If @var{alt} is @code{">"}, | 27 ## @code{var (@var{x}) != var (@var{y})}. If @var{alt} is @code{">"}, |
28 ## the one-sided alternative @code{var (@var{x}) > var (@var{y})} is | 28 ## the one-sided alternative @code{var (@var{x}) > var (@var{y})} is |
29 ## used, similarly for "<". The default is the two-sided case. | 29 ## used. Similarly for "<", the one-sided alternative @code{var |
30 ## (@var{x}) > var (@var{y})} is used. The default is the two-sided | |
31 ## case. | |
30 ## | 32 ## |
31 ## The p-value of the test is returned in @var{pval}. | 33 ## The p-value of the test is returned in @var{pval}. |
32 ## | 34 ## |
33 ## If no output argument is given, the p-value of the test is displayed. | 35 ## If no output argument is given, the p-value of the test is displayed. |
34 ## @end deftypefn | 36 ## @end deftypefn |