Is it possible to get the range of x-axis variable such that 95% of the data points lie within this range ?
For example, I have a histogram that shows pressure errors (x-axis = % error in pressures, y axis = count). Now I plot the default histogram with IntervalCreationMethod as Auto. I would like to know the min and the max x-axis value within which 95% of the points lie. This x-axis interval would be symmetric around the mean (but doesnt have to be).
thank you.