package pareto

  1. Overview
  2. Docs
type test_alternative =
  1. | Less
  2. | Greater
  3. | TwoSided
type test_result = {
  1. test_statistic : float;
  2. test_pvalue : float;
}
val run_test : ?significance_level:float -> (unit -> test_result) -> [ `NotSignificant | `Significant ]
module T : sig ... end
module ChiSquared : sig ... end
module KolmogorovSmirnov : sig ... end
module MannWhitneyU : sig ... end
module WilcoxonT : sig ... end
module Sign : sig ... end
module Multiple : sig ... end
OCaml

Innovation. Community. Security.