Module OCamlR_stats.Ks'test
Kolmogorov-Smirnov test
include Test
include module type of OCamlR_base.List_
include OCamlR.SXP
val equal : t -> t -> boolval is_function : t -> boolval attr : t -> string -> OCamlR.sexpval _class_ : t -> string listval nil_map : t -> f:(t -> 'a) -> 'a optionval print : t -> unit
val unsafe_of_sexp : OCamlR.sexp -> tval to_sexp : t -> OCamlR.sexp
val create : (string option * OCamlR.Sexp.t) list -> tval as_vecsxp : t -> OCamlR.Vecsxp.tval subset2 : t -> string -> 'a OCamlR.Dec.t -> 'a optionval subset2_i : t -> int -> 'a OCamlR.Dec.t -> 'a optionval subset2_exn : t -> string -> 'a OCamlR.Dec.t -> 'aval subset2_i_exn : t -> int -> 'a OCamlR.Dec.t -> 'a
val statistic : t -> floatval make : ?alternative:[ `two_sided | `greater | `less ] -> OCamlR_base.Numeric.t -> OCamlR_base.Numeric.t -> t