package oml

  1. Overview
  2. Docs
val prediction_interval : Descriptive.summary -> float -> float * float
type test = {
  1. degrees_of_freedom : float;
  2. statistic : float;
  3. standard_error : float;
  4. prob_by_chance : float;
}
val test_to_string : test -> string
val chi : float array -> float array -> test
type null_hypothesis =
  1. | Two_sided
  2. | One_sided
val t_test : null_hypothesis -> int -> diff:float -> error:float -> test
val mean_t_test : float -> null_hypothesis -> float array -> test
val means_same_variance_test : null_hypothesis -> float array -> float array -> test
val means_different_variance_test : null_hypothesis -> float array -> float array -> test
val variance_ratio_test : float array -> float array -> test
OCaml

Innovation. Community. Security.