Up
Module
Regression
Signature
type
t
val
responder :
t
->
Variable.t
val
r_square :
t
-> float option
val
has_r_square :
t
-> bool
val
coefficients :
t
->
Coefficient.t
array
val
key :
t
-> int
val
predictors :
t
->
Variable.t
array
val
regression_name :
t
-> string option
val
create : responder:
Variable.t
-> ?r_square:float -> coefficients:
Coefficient.t
array -> regression_name:string option -> unit ->
t