comparison scripts/statistics/tests/kolmogorov_smirnov_test.m @ 21634:96518f623c91

Backed out changeset dcf8922b724b
author Mike Miller <mtmiller@octave.org>
date Wed, 20 Apr 2016 11:06:03 -0700
parents dcf8922b724b
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21633:dcf8922b724b 21634:96518f623c91
104 else 104 else
105 error ("kolmogorov_smirnov_test: alternative %s not recognized", alt); 105 error ("kolmogorov_smirnov_test: alternative %s not recognized", alt);
106 endif 106 endif
107 107
108 if (nargout == 0) 108 if (nargout == 0)
109 fprintf ("pval: %g\n", pval); 109 printf ("pval: %g\n", pval);
110 endif 110 endif
111 111
112 endfunction 112 endfunction
113 113
114 114