Module Core_bench__Analysis_result.Regression

type t
val responder : t ‑> Core_bench.Variable.t
val r_square : t ‑> float option
val has_r_square : t ‑> bool
val coefficients : t ‑> Coefficient.t array
val key : t ‑> int
val predictors : t ‑> Core_bench.Variable.t array
val regression_name : t ‑> string option
val create : responder:Core_bench.Variable.t ‑> ?⁠r_square:float ‑> coefficients:Coefficient.t array ‑> regression_name:string option ‑> unit ‑> t