Module OCamlR_stats
Runtime R statistics library.
module Formula : sig ... endmodule Ecdf : sig ... endRandom number generation
val rnorm : ?mean:float -> ?sd:float -> int -> OCamlR_base.Numeric.tRandom generation for the normal distribution.
meanandsddefault to0.and1.respectively.
Tests
module type Test = sig ... endCommon interface for test results
module T'test : sig ... endStudent's T test
module Fisher'test : sig ... endFisher's exact test for independence
module Chisq'test : sig ... endChi-squared test for independence
module Ks'test : sig ... endKolmogorov-Smirnov test
val p'adjust : ?method_:[ `holm | `hochberg | `hommel | `bonferroni | `BH | `BY | `fdr ] -> OCamlR_base.Numeric.t -> OCamlR_base.Numeric.t