-
Notifications
You must be signed in to change notification settings - Fork 33
Quantiles Methods not working #66
Comments
|
@sgratzl yes I tried this too, xAxes and try actually all available quantiles methods and nothing changes, not sure if is a thing in the horizontal Box, but with numpy and other command line libs the value change, so I must infer that is something in the horizontal box and quantiles methods in this lib, can you confirm that the quantiles methods are working in the horizontal box plot? |
can you give a dataset in which you can see different results and also the code (e.g python,...) how to compute the various formats? The different methods that are currently implemented show an effect especially on dataset with an even number of elements since they essentially have different methods to combine two values for q1, q3, median, ... |
Hi, See if this is is enought info, 11 numbers, evaluationg only q3 but from here we can test the others too... Here follows a dataset and a example running with python 3.8.1 with the numpy lib:
|
I see, there seem to be numerous versions how to compute the value in case you have to interpolate it. So far this library implements two methods taken from R
The latter was added to be the same as when using the R However, I can take a look to also implement the other methods. A PR is also welcome |
sure I will try to help with a PR or something, but since JS is not my strong suit it will probably need a good review 😃 |
Hi,
I'm trying to apply different quantile methods to match a report made in another lib used by Re-Dash but it seem as I change the quantiles the graph value does not change.
Example Code:
https://codepen.io/Rovel/pen/RwwdzbG
Reference Issue:
getredash/redash#4428
The text was updated successfully, but these errors were encountered: