Estimation

ollin.estimation.get_estimation_model(*args, **kwds)[source]

Load and return an estimation model by name.

Parameters:
  • variable (str) – Name of state variable to estimate.
  • name (str) – Name of estimation model.
Returns:

model

Return type:

EstimationModel

Raises:

Exception – If no estimation model of the given name was found or some error occurred when loading.

ollin.estimation.get_estimation_model_list(variable)[source]

Print all estimation model names for state variable.

Search for all estimation models in the state variable library and print for consultation.

Parameters:variable (str) – Name of state variable.