Module OCamlR_stats.Fisher'test
Fisher's exact test for independence
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 conf'int : t -> (float * float) optionval estimate : t -> floatval null'value : t -> floatval logicals : ?alternative:[ `two_sided | `greater | `less ] -> OCamlR_base.Logical.t -> OCamlR_base.Logical.t -> t