Module Core_bench__Bench_result.Predictor_result

type t = {
pred : Core_bench.Variable.t;
coefficient : Coefficient.t;
}
val coefficient : t ‑> Coefficient.t
val pred : t ‑> Core_bench.Variable.t
module Fields : sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val estimate : t ‑> float
val ci95 : t ‑> Core_bench__Analysis_result.Ci95.t option