iiasa / rime

Rapid Impact Model Emulator
GNU General Public License v3.0
7 stars 1 forks source link

Fit more quantiles #16

Open perrette opened 4 months ago

perrette commented 4 months ago

The --resample option currently assumes only three quantiles. As @byersiiasa pointed out, this should be made more general to any number of quantiles.

The statistical part is done in rimeX.stats.fit_dist (commit 33b0aa0).