I have this example of a probability density function that is centered around 0. I would like to find out what are the lower and the upper limit of 95% of the data that is around 0. The goal is to find out what are the confidence limits that 95% of the data is between this interval.
So instead of using CDF to find out what is the x
value that tells me the limit of 95% of the data, I want to find out the lower and the upper limit centered around 0 that takes 95% of the data. Eg., let's imagine that between the interval [-1, 1], you have 95% of the data. How can I find this?