comparison scripts/statistics/tests/kolmogorov_smirnov_test.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 16f53d29049f
children db091f68798c
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
37 ## that calculates the CDF of distribution @var{dist} exists. 37 ## that calculates the CDF of distribution @var{dist} exists.
38 ## 38 ##
39 ## With the optional argument string @var{alt}, the alternative of 39 ## With the optional argument string @var{alt}, the alternative of
40 ## interest can be selected. If @var{alt} is @code{"!="} or 40 ## interest can be selected. If @var{alt} is @code{"!="} or
41 ## @code{"<>"}, the null is tested against the two-sided alternative F 41 ## @code{"<>"}, the null is tested against the two-sided alternative F
42 ## != G. In this case, the test statistic @var{ks} follows a two-sided 42 ## != G@. In this case, the test statistic @var{ks} follows a two-sided
43 ## Kolmogorov-Smirnov distribution. If @var{alt} is @code{">"}, the 43 ## Kolmogorov-Smirnov distribution. If @var{alt} is @code{">"}, the
44 ## one-sided alternative F > G is considered. Similarly for @code{"<"}, 44 ## one-sided alternative F > G is considered. Similarly for @code{"<"},
45 ## the one-sided alternative F > G is considered. In this case, the 45 ## the one-sided alternative F > G is considered. In this case, the
46 ## test statistic @var{ks} has a one-sided Kolmogorov-Smirnov 46 ## test statistic @var{ks} has a one-sided Kolmogorov-Smirnov
47 ## distribution. The default is the two-sided case. 47 ## distribution. The default is the two-sided case.