JuliaEarth / GeoStats.jl

An extensible framework for geospatial data science and geostatistical modeling fully written in Julia
https://juliaearth.github.io/GeoStatsDocs/stable/
MIT License
519 stars 63 forks source link

Consider implementing the Distributions.jl interface for `Ensemble` #449

Closed juliohm closed 1 month ago

juliohm commented 4 months ago

The Ensemble of realizations has well-defined empirical mean, var, quantile, cdf, ... We should consider a more explicit implementation of the Distributions.jl interface, or at least assess the underlying assumptions.

juliohm commented 1 month ago

The Distributions.jl API is not adequate for this. Closing.