You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* the method to compute the quantiles. 7 and 'quantiles' refers to the type-7 method as used by R 'quantiles' method. 'hinges' and 'fivenum' refers to the method used by R 'boxplot.stats' method.
173
+
* the method to compute the quantiles.
174
+
*
175
+
* 7, 'quantiles': the type-7 method as used by R 'quantiles' method.
176
+
* 'hinges' and 'fivenum': the method used by R 'boxplot.stats' method.
177
+
* 'linear': the interpolation method 'linear' as used by 'numpy.percentile' function
178
+
* 'lower': the interpolation method 'lower' as used by 'numpy.percentile' function
179
+
* 'higher': the interpolation method 'higher' as used by 'numpy.percentile' function
180
+
* 'nearest': the interpolation method 'nearest' as used by 'numpy.percentile' function
181
+
* 'midpoint': the interpolation method 'midpoint' as used by 'numpy.percentile' function
0 commit comments