comparison scripts/statistics/tests/kolmogorov_smirnov_test_2.m @ 5443:ec8c33dcd1bf

[project @ 2005-09-08 01:40:57 by jwe]
author jwe
date Thu, 08 Sep 2005 01:40:58 +0000
parents 2a16423e4aa0
children 34f96dd5441b
comparison
equal deleted inserted replaced
5442:636886245488 5443:ec8c33dcd1bf
57 endif 57 endif
58 58
59 if (nargin == 2) 59 if (nargin == 2)
60 alt = "!="; 60 alt = "!=";
61 else 61 else
62 if (! isstr (alt)) 62 if (! ischar (alt))
63 error ("kolmogorov_smirnov_test_2: alt must be a string"); 63 error ("kolmogorov_smirnov_test_2: alt must be a string");
64 endif 64 endif
65 endif 65 endif
66 66
67 n_x = length (x); 67 n_x = length (x);