Determine a normal distribution given its quantile information
I was wondering how I could have R tell me the SD (as an argument in the qnorm() built in R) for a normal distribution whose 95% limit values are already known? As an example, I know the two 95% limit values for my normal are 158, and 168, respectively. So, in the below R code SD is shown as "x". If "y" (the answer of this simple qnorm() function) needs to be (158, 168), then can R tell me what should be x ? y <- qnorm(c(.025,.975), 163, x) A general procedure for Normal distribution Suppose we have a Normal distribution X ~ N(mu, sigma) , with unknown mean mu and unknown standard deviation