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