I have a normal distribution of data with a mean of 0. I know that 80% of the data falls within 3 units of the mean. So 80% of the data is from -3 to 3. How do I figure out the standard deviation?
I'd like to implement this in Java. Input the percent (80 in this case) and the distance from the mean (3 in this case) and have it tell me the standard deviation.