#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default probability

novice excel user trying to find what function i use to calculate the
probability of something happening in either year 1 or year 2 where the
probability is 5% in yr1 and 10% in yr2
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 762
Default probability

grahog -

This is more of a basic probability question than an Excel question.

That is, there are no specific Excel functions for this. Just use your own
worksheet formulas.

Assuming independence,

Prob(it happens in either year 1 or in year 2 or in both) =

1.0 - Prob(it doesn't happen in either year) =

1.0 - Prob(doesn't happen in year1)*Prob(doesn't happen in year 2) =

1.0 - 0.95*0.9 =

1.0 - 0.855 =

0.145

Or, Prob(it happens in year 1 or it happens in year 2 but not in both) =

Prob(happens in year 1 but not in year 2) + Prob(happens in year 2 but not
in year 1) =

0.05*0.9 + 0.10*0.95 =

0.045 + 0.095 =

0.140

- Mike
http://www.mikemiddleton.com

"grahog" wrote in message
...
novice excel user trying to find what function i use to calculate the
probability of something happening in either year 1 or year 2 where the
probability is 5% in yr1 and 10% in yr2



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I use the probability feature in Xcel? MNKeeper Excel Discussion (Misc queries) 3 January 24th 07 11:02 PM
Probability Question zealot Excel Discussion (Misc queries) 2 November 27th 06 06:02 AM
Probability Dennis Excel Discussion (Misc queries) 6 October 31st 06 09:16 PM
probability mass function jeroen van dijk Excel Worksheet Functions 4 August 3rd 06 06:25 PM
Selecting at random with weighted probability Damage Excel Worksheet Functions 2 January 31st 05 11:06 PM


All times are GMT +1. The time now is 07:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"