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.