Skip to content

kolmogorov_smirnov_test

  KOLMOGOROV_SMIRNOV_TEST Kolmogorov-smirnov test

  [PVAL.KS] = 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