dsp

dsp = CO2MPAS model

Calibrates the models with WLTP data and predicts NEDC cycle.

CO2MPAS model’s data
data.calibration.model_scores Scores of calibrated models.
data.prediction.models_nedc_h Calibrated models for NEDC-H prediction stage.
data.prediction.models_nedc_l Calibrated models for NEDC-L prediction stage.
data.prediction.models_wltp_h Calibrated models for WLTP-H prediction stage.
data.prediction.models_wltp_l Calibrated models for WLTP-L prediction stage.
data.prediction.wltp_h Input data of WLTP-H prediction stage.
data.prediction.wltp_l Input data of WLTP-L prediction stage.
enable_selector Enable the selection of the best model to predict both H/L cycles.
input.calibration.wltp_h User input data of WLTP-H calibration stage.
input.calibration.wltp_l User input data of WLTP-L calibration stage.
input.prediction.models User input models for prediction stages.
input.prediction.nedc_h User input data of NEDC-H prediction stage.
input.prediction.nedc_l User input data of NEDC-L prediction stage.
input.prediction.wltp_h User input data of WLTP-H prediction stage.
input.prediction.wltp_l User input data of WLTP-L prediction stage.
output.calibration.wltp_h Output data of WLTP-H calibration stage.
output.calibration.wltp_l Output data of WLTP-L calibration stage.
output.prediction.nedc_h Output data of NEDC-H prediction stage.
output.prediction.nedc_l Output data of NEDC-L prediction stage.
output.prediction.wltp_h Output data of WLTP-H prediction stage.
output.prediction.wltp_l Output data of WLTP-L prediction stage.
CO2MPAS model’s functions
select_prediction_data Selects the data required to predict the CO2 emissions with CO2MPAS model.
select_prediction_data Selects the data required to predict the CO2 emissions with CO2MPAS model.
CO2MPAS model’s dispatchers
calibrate_with_wltp_h Wraps all functions needed to calibrate the models to predict CO2 emissions.
calibrate_with_wltp_l Wraps all functions needed to calibrate the models to predict CO2 emissions.
extract_calibrated_models Select the calibrated models.
predict_nedc_h Wraps all functions needed to predict CO2 emissions.
predict_nedc_l Wraps all functions needed to predict CO2 emissions.
predict_wltp_h Wraps all functions needed to predict CO2 emissions.
predict_wltp_l Wraps all functions needed to predict CO2 emissions.