package ocaml-r

  1. Overview
  2. Docs
Objective Caml bindings for the R interpreter

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-r-0.6.0.tbz
sha256=8ecea70a631896b4328c465028b628a6bcbbb7dbad8571df69c0297ff9a088ca
sha512=ac77d473ba35f98f2ea4034db3be514720d4dadae2e12692d4a846ab6ee03db66a24b846a0f1cd1a2b9cd674dd89c45a82b7d78e884cb3b36f17afff64ffe72c

doc/ocaml-r.stats/OCamlR_stats/index.html

Module OCamlR_statsSource

Runtime R statistics library.

Sourceval formula : string -> OCamlR_base.Formula.t
Sourcemodule Ecdf : sig ... end

Random number generation

Sourceval rnorm : ?mean:float -> ?sd:float -> int -> OCamlR_base.Numeric.t

Random generation for the normal distribution. mean and sd default to 0. and 1. respectively.

Tests

Sourcemodule type Test = sig ... end

Common interface for test results

Sourcemodule T'test : sig ... end

Student's T test

Sourcemodule Fisher'test : sig ... end

Fisher's exact test for independence

Sourcemodule Chisq'test : sig ... end

Chi-squared test for independence

Sourcemodule Ks'test : sig ... end

Kolmogorov-Smirnov test

Sourceval p'adjust : ?method_:[ `holm | `hochberg | `hommel | `bonferroni | `BH | `BY | `fdr ] -> OCamlR_base.Numeric.t -> OCamlR_base.Numeric.t
Sourceval qqplot : ?main:string -> ?xlab:string -> ?ylab:string -> ?plot_type:OCamlR_graphics.plot_type -> ?lwd:int -> ?col:string -> float array -> float array -> unit
OCaml

Innovation. Community. Security.