modelskill
modelskill copied to clipboard
Compare results from MIKE and other simulations with measurements
Hi, Just added a basic compare example with auxiliary data, but not from pre-matched data, from scratch (it took me a while and some help from JAN to figure out...
Users shouldn't have to visit the Github repo to read notebooks. Including them in the docs makes it possible to navigate to a specific section of a notebook, e.g. `http://domain.com/examples/Hydrology_Vistula_Catchment/#statistics-aggregated-by-month...
NotImplemented and helpful message 
`ComparerCollection` lacks a simple way to plot all timeseries in one go. This is some stumbling steps of utilizing `plt.subplots`, but it is far from perfect. Once this is polished,...
Profile data is not part of ModelSkill v 1.0. Nevertheless, it is relevant to start thinking about how to structure the data to make sure profile data can be handled.
Ecdf is a way to compare the skill of two (or more) models across many observation locations, very common in hydrology ([Kratzert _et al_, 2019](https://hess.copernicus.org/articles/23/5089/2019/). This PR is an attempt...
The previous implementation missed parts of the data. This PR removes this argument. More explicit control over bins, use the bins argument with a list of bins.
Hi, I think that there is some problem with bin selection in the spatial plots when the bins are not fully defined by the user as `(min,max,delta)`. To exemplify this....
The calculation of density in each bin fails if the number of samples is too low.