package core_bench

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Analysis_result.RegressionSource

Sourcetype t
Sourceval r_square : t -> float option
Sourceval has_r_square : t -> bool
Sourceval coefficients : t -> Coefficient.t array
Sourceval key : t -> int
Sourceval predictors : t -> Core_bench_internals.Variable.t array
Sourceval regression_name : t -> string option
Sourceval create : responder:Core_bench_internals.Variable.t -> ?r_square:float -> coefficients:Coefficient.t array -> regression_name:string option -> unit -> t