modelstats#

The following methods may be used to describe the fit between the model simulation and the observations.

Examples

Calculate statistics for a model:

ml.stats.summary(stats=["rmse", "mae", "nse"])

This returns a Series containing the statistics:

              Value
Statistic
rmse       0.114364
mae        0.089956
nse        0.929136

Classes#

Statistics

This class provides statistics to pastas Model class.