Standard Deviation & Probability

paddyk

New Member
Joined
May 14, 2013
Messages
6
Hi,

I can calculate the probability of the mean occurring using the NORM.DIST function, ie 50% probability of being the mean, 28% probability of being the mean +1,etc.

What I need to get though is what mean value (mean +1, mean +1.1 etc) is for a given probability %. For example at 25%/50%/75%/100% probability the mean value is x.

Can anyone help?

Thanks in advance.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
A​
B​
C​
1​
x
2​
25%​
-0.67449​
B2: =NORM.S.INV(A2)
3​
50%​
0​
4​
75%​
0.67449​
 
Upvote 0
Thanks, is there any way I can apply that to a data set? So that using the mean and standard deviation I can say the mean at 25% probability?

My data set includes a number of days per record, I have calculated the probability of the day's being mean+1,mean-1,etc but what would be more useful for me would be to reverse that calculate the number of days for the data set at a set probability % (25,50,75, etc). So instead of getting a 41% probability of being mean-1, it would show at 25% probability the mean would be 4.2.

Hope that makes sense!
 
Upvote 0
I don't follow that. Please provide a clear example.
 
Upvote 0
What I have calculated is in rows 1-5, where for example, for code 3660 there's a 22% probability the number of days will be equal to or less than mean-1 (2.55 days) and a 78% probability the number of days will be equal to or less than mean+1 (4.55 days).

What would be more useful is if I could calculate the number of days at banded probabilities, rows 7-9. For example, for code 3660 at 25% probability the number of days will be x, at 75% probability the number of days will be y.

ABCDEFGHI
1CodeMeanStd DeviationProbability Mean-2Probability Mean-1Probability MeanProbability Mean+1Probability Mean+2
236603.551.36%22%50%78%94%
34558.811.3643%46%50%54%57%
439103.831.438%24%50%76%92%
536619.8510.7743%46%50%54%57%
6
7CodeMeanStd DeviationMean @ 25% ProbabilityMean @ 50% ProbabilityMean @ 75% Probability
836603.551.3?3.55?
94558.811.36?8.8?

<tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0
A​
B​
C​
D​
E​
F​
G​
7​
Code
Mean
Std Deviation
25%
50%
75%
8​
3660​
3.55​
1.30​
2.67​
3.55​
4.43​
D8: =NORM.INV(D$7, $B8, $C8)
9​
455​
8.80​
11.36​
1.14​
8.80​
16.46​
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,378
Members
448,955
Latest member
BatCoder

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top