package bechamel

  1. Overview
  2. Docs
type t
val ols : ?bootstrap:int -> ?r_square:bool -> responder:string -> predictors:string array -> Measurement_raw.t array -> t
val pp : t Fmt.t
val predictors : t -> string list
val responder : t -> string
val estimates : t -> float list option
val r_square : t -> float option