package ocaml-r

  1. Overview
  2. Docs

Module OCamlR_stats.T'testSource

Student's T test

include Test
include module type of OCamlR_base.List_
include OCamlR.SXP
type t
val equal : t -> t -> bool
val is_function : t -> bool
val attr : t -> string -> OCamlR.sexp
val _class_ : t -> string list
val nil_map : t -> f:(t -> 'a) -> 'a option
val print : t -> unit
val unsafe_of_sexp : OCamlR.sexp -> t
val to_sexp : t -> OCamlR.sexp
Sourceval create : (string option * OCamlR.Sexp.t) list -> t
Sourceval as_vecsxp : t -> OCamlR.Vecsxp.t
Sourceval subset2 : t -> string -> 'a OCamlR.Dec.t -> 'a option
Sourceval subset2_i : t -> int -> 'a OCamlR.Dec.t -> 'a option
Sourceval subset2_exn : t -> string -> 'a OCamlR.Dec.t -> 'a
Sourceval subset2_i_exn : t -> int -> 'a OCamlR.Dec.t -> 'a
Sourceval p'value : t -> float
Sourceval _method_ : t -> string
Sourceval data'name : t -> string
Sourceval alternative : t -> string
Sourceval conf'int : t -> (float * float) option
Sourceval estimate : t -> float
Sourceval null'value : t -> float
Sourceval one_sample : ?alternative:[ `two_sided | `greater | `less ] -> OCamlR_base.Numeric.t -> t
OCaml

Innovation. Community. Security.