package core_bench

  1. Overview
  2. Docs

A module internal to Core_bench. Please look at Bench.

Convert measurement and analysis specifications to Linear_algebra calls.

val ols : Measurement.t -> resp:Variable.t -> preds:Variable.t array -> float array Core.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.Or_error.t