xcube-dev / xcube-viewer

A simple viewer component for xcube-server
MIT License
29 stars 9 forks source link

Allow for more statistical properties in time-series #135

Open forman opened 4 years ago

forman commented 4 years ago

We currently only support mean and standard-deviation in time-series. For many application it is desireable and more meaningful to show the median value instead, possibly with min/max values attached. The following are generally useful combinations of statistical properties in time-series:

Optionally plus the number of actual observartion and the maximum number of possible observartions in any of the above cases.

See related https://github.com/dcs4cop/xcube/issues/292

forman commented 4 years ago

Allow using median instead of mean