Forum Discussion
centroid
Helper I
3 years agoCustom Report, displaying general quantiles in bar chart style instead of boxplot
Hi, I would like to create a general quantile report in a bar chart style. I am not sure how to this. See my below example. I did not find any downloable custom charts for this. My underlying datase...
ppm1
Solution Sage
3 years agoThis page shows the available aggregations in Vega Lite (Deneb). If the ci0 and ci1 work for your 5 and 95%, you can easily adapt the earlier code with those instead. Otherwise, you would a DAX approach to get the 5 and 95 percentile.
Pat
centroid
Helper I
3 years agoLook good, but what is meant by "the lower boundary of the bootstrapped 95% confidence interval of the mean field value."? Is there a methodological difference to the calculation of the 25 % and 75 % quantiles? The term "bootstrapped" seems unclear to me, in this context.