Up

module Linear_algebra_wrapper

: sig

A module internal to Core_bench. Please look at [root:Bench].

Convert measurement and analysis specifications to Linear_algebra calls.

#
val ols : Measurement.t -> resp:Variable.t -> preds:Variable.t array -> float array Core.Std.Or_error.t
#
val r_square : Measurement.t -> resp:Variable.t -> preds:Variable.t array -> coeffs:float array -> float
#
val bootstrap : trials:int -> Measurement.t -> resp:Variable.t -> preds:Variable.t array -> Analysis_result.Ci95.t array Core.Std.Or_error.t
end