jrising / prospectus-tools

Tools for processing results of the Climate Prospectus
MIT License
2 stars 7 forks source link

Calculates the mean in quantiles.py #9

Closed jrising closed 5 years ago

jrising commented 5 years ago

This adds a column 'mean' by default, which calculates the mean of the same distribution that the quantiles are normally calculated from. You can override that by changing the evalqvals configuration option (now default: ['mean', .17, .5, .83]).

jrising commented 5 years ago

Can you test this out?

trinetta commented 5 years ago

sure! will test it out and get back to you asap

jrising commented 5 years ago

I'm merging it in to master now!

trinetta commented 5 years ago

great! thank you James!