pub unsafe extern "C" fn SCIPregressionRemoveObservation(
regression: *mut SCIP_REGRESSION,
x: f64,
y: f64,
)Expand description
removes an observation (x,y) from the regression
pub unsafe extern "C" fn SCIPregressionRemoveObservation(
regression: *mut SCIP_REGRESSION,
x: f64,
y: f64,
)removes an observation (x,y) from the regression