modelstats ========== .. py:module:: pastas.modelstats .. autoapi-nested-parse:: The following methods may be used to describe the fit between the model simulation and the observations. .. rubric:: 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 .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/pastas/modelstats/Statistics .. autoapisummary:: pastas.modelstats.Statistics