Real values above the percentile
Added by Mateus Dias Nunes nunesmateusdias almost 8 years ago
Hello,
I am trying to generate a new data with the following information:
- my data has 310 times and the 95% percentile (P95) was calculated using the cdo timpctl,95;
-I want to generate a new data that contains the average of only days ABOVE P95.
The problem is that I have already used the logical operators, for example, gtc, gt, but they refer to values 1 = True and 0 = False, when in fact I need a real value, being only those above P95.
thank you