Project

General

Profile

cdo numpy percentile options

Added by Adrian Tompkins over 1 year ago

I see from the documentation that one can switch cdo percentile calculations to using numpy.percentile using the --percentile option, but the numpy percentile
routine itself has further calculation method options I list below. Is there any way of selecting a "suboption" to tell CDO, I want numpy with method "x" please?
If not, could this be added as a feature request?

thanks, Adrian

numpy methods:

‘inverted_cdf’
‘averaged_inverted_cdf’
‘closest_observation’
‘interpolated_inverted_cdf’
‘hazen’
‘weibull’
‘linear’ (default)
‘median_unbiased’
‘normal_unbiased’