Module Bench_result.Predictor_result

module Predictor_result: sig .. end

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