Setup and helper definitions
Definition of the non-linearity to infer
val nonlinearity : float -> float
Sampling of a synthetic data set
val synthetic_data_set : (float * float) list
Plotting helpers
val from_parameters : intercept:float -> coeff:float -> Plot.r2 list
val plot : string -> (float * float) array -> unit
Regression using Lmh_inference
Regression using Lmh_incremental_inference
Regression using Smc_inference
val tests : QCheck.Test.t list