engine_coolant_temperature_model

Functions and constants to define the engine_coolant_temperature_model selector.

Dispatchers

dsp Models the engine thermal behaviour.
name = 'engine_coolant_temperature_model'

Model name.

models = ['engine_temperature_regression_model', 'max_engine_coolant_temperature', 'engine_thermostat_temperature']

Parameters that constitute the model.

inputs = ['times', 'on_engine', 'velocities', 'engine_speeds_out', 'accelerations', 'initial_engine_temperature']

Inputs required to run the model.

outputs = ['engine_coolant_temperatures']

Relevant outputs of the model.

targets = ['engine_coolant_temperatures']

Targets to compare the outputs of the model.

metrics = {'engine_coolant_temperatures': <function mae>}

Metrics to compare outputs with targets.

up_limit = {'engine_coolant_temperatures': 4}

Upper score limits to raise the warnings.