type t = {regression_name : string option; |
responder : Variable.t; |
predictors : Variable.t list; |
bootstrap_trials : int; |
r_square : bool; |
}val create : responder:Variable.t ‑> predictors:Variable.t list ‑> ?bootstrap_trials:int ‑> ?r_square:bool ‑> ?regression_name:string ‑> unit ‑> tval vs_runs : Variable.t ‑> unit ‑> tval vs_runs_overhead : Variable.t ‑> unit ‑> tval nanos_vs_runs : tval cycles_vs_runs : tval allocations_vs_runs : t listval gc_vs_runs : t listval nanos : predictors:Variable.t list ‑> tval cycles : predictors:Variable.t list ‑> tval default : t Base__List.tval make_key : t ‑> intval parse : ?regression_name:string ‑> Core.String.t ‑> t