feos.eos.estimator.Estimator¶
- class feos.eos.estimator.Estimator¶
A collection of `DataSet`s that can be used to compute metrics for experimental data.
- Parameters:
- Return type:
Methods
__init__
()cost
(eos)Compute the cost function for each
DataSet
.Return the mean absolute relative difference for each
DataSet
.predict
(eos)Return the properties as computed by the equation of state for each DataSet.
relative_difference
(eos)Return the relative difference between experimental data and prediction of the equation of state for each
DataSet
.Attributes
datasets
Return the stored ``DataSet``s.