Module Core_bench.Bench_result.Predictor_result

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