module Predictor_result:sig..end
type t = {
|
pred : |
|
coefficient : |
val __t_of_sexp__ : Sexplib.Sexp.t -> tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.tval coefficient : t -> Bench_result.Coefficient.tval pred : t -> Variable.tmodule Fields:sig..end
val estimate : t -> floatval ci95 : t -> Analysis_result.Ci95.t option