Closed jrising closed 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]).
evalqvals
['mean', .17, .5, .83]
Can you test this out?
sure! will test it out and get back to you asap
I'm merging it in to master now!
great! thank you James!
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]
).