calibrates the uncalibrated predictions new
using calibration_model
.
predict_model(new, calibration_model, min, max, mean, inputtype)
vector of uncalibrated predictions
calibration model to be used for the calibration. Can be the output of build_BBQ
,build_hist_binning
or build_GUESS
.
minimum value of the original data set
maximum value of the original data set
mean value of the original data set
specify if the model was build on original (=0), scaled(=1) or transformed (=2) data
vector of calibrated predictions