package core_bench

  1. Overview
  2. Docs
type t = {
  1. pred : Variable.t;
  2. coefficient : Coefficient.t;
}
val coefficient : t -> Coefficient.t
val pred : t -> Variable.t
module Fields : sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val estimate : t -> float
val ci95 : t -> Core_bench__Analysis_result.Ci95.t option