vlt.stats.kolmogorov_smirnov_test¶
vlt.stats.kolmogorov_smirnov_test Kolmogorov-smirnov test
[PVAL.KS] = vlt.stats.kolmogorov_smirnov_test(X,HYP,DIST,PARAMS)
Computes liklihood data X were generated by distribution DIST with
parameters PARAMS. Three alternative hypotheses (HYP) are available:
'notequal' (the data are not equal)
'<' X < DIST w/ parameters PARAMS
'>' X > DIST w/ parameters PARAMS
See CDF for information about legal DIST names and parameters.
Ported from Octave version 2.1.35