comparison scripts/statistics/tests/kolmogorov_smirnov_test_2.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents eb63fbe60fab
children 1740012184f9
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
26 ## G. 26 ## G.
27 ## 27 ##
28 ## With the optional argument string @var{alt}, the alternative of 28 ## With the optional argument string @var{alt}, the alternative of
29 ## interest can be selected. If @var{alt} is @code{"!="} or 29 ## interest can be selected. If @var{alt} is @code{"!="} or
30 ## @code{"<>"}, the null is tested against the two-sided alternative F 30 ## @code{"<>"}, the null is tested against the two-sided alternative F
31 ## != G. In this case, the test statistic @var{ks} follows a two-sided 31 ## != G@. In this case, the test statistic @var{ks} follows a two-sided
32 ## Kolmogorov-Smirnov distribution. If @var{alt} is @code{">"}, the 32 ## Kolmogorov-Smirnov distribution. If @var{alt} is @code{">"}, the
33 ## one-sided alternative F > G is considered. Similarly for @code{"<"}, 33 ## one-sided alternative F > G is considered. Similarly for @code{"<"},
34 ## the one-sided alternative F < G is considered. In this case, the 34 ## the one-sided alternative F < G is considered. In this case, the
35 ## test statistic @var{ks} has a one-sided Kolmogorov-Smirnov 35 ## test statistic @var{ks} has a one-sided Kolmogorov-Smirnov
36 ## distribution. The default is the two-sided case. 36 ## distribution. The default is the two-sided case.