+ Reply to Thread
Results 1 to 4 of 4

Probability of occurrence

  1. #1
    Registered User
    Join Date
    12-14-2020
    Location
    Milan, Italy
    MS-Off Ver
    Microsoft 365
    Posts
    29

    Arrow Probability of occurrence

    Hi All,

    I am looking for a way to predict the probability of occurrence based on historical events.

    Can anyone help?

    Thanks
    Attached Files Attached Files
    Last edited by Bliznaca; 01-15-2021 at 04:17 AM.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,814

    Re: Probability of occurrence

    Not much to go on. The usual method I would expect is to look at the historical data, count/measure how many times the event occurred, count measure how many total somethings there were over the same time period. The estimated probability of occurrence is then the (count of occurrence)/(total something).

    In your sample, you call them "defects". I don't see anywhere where you show the total or the total non-defect (though I assume you have that data somewhere). If you are basing your probability on both years' data, then perhaps the total defects would be =SUM(C2:D13). A similar SUM() function for the total production (assuming these are items produced). Then your estimate for the probability could be =SUM(C2:D13)/SUM(total production).

    Does that help?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    12-14-2020
    Location
    Milan, Italy
    MS-Off Ver
    Microsoft 365
    Posts
    29

    Re: Probability of occurrence

    Hello MrShortly,

    I added in the sample sheet 2 new columns. Total 2020 x defects and Total devices.
    For example, in Jan 2020 there were 66 defects on 66 different devices.
    The total devices are the number of all working devices at different customers.

    Thank you for the explanation.

    The
    Quote Originally Posted by MrShorty View Post
    Not much to go on. The usual method I would expect is to look at the historical data, count/measure how many times the event occurred, count measure how many total somethings there were over the same time period. The estimated probability of occurrence is then the (count of occurrence)/(total something).

    In your sample, you call them "defects". I don't see anywhere where you show the total or the total non-defect (though I assume you have that data somewhere). If you are basing your probability on both years' data, then perhaps the total defects would be =SUM(C2:D13). A similar SUM() function for the total production (assuming these are items produced). Then your estimate for the probability could be =SUM(C2:D13)/SUM(total production).

    Does that help?
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Probability of occurrence

    Using MrShorty's suggestion applied to the file in post #3.
    If you want the overall probability of defect for 2020 then use the following in cell I2: =E2/F2
    If you want a monthly probability* then use: =D2/(F$2/12) and drag the fill handle down to cell I13
    As there is also data for 2019 it may be that you want a monthly probability* based on an average of 2019 and 2020 the defects for each month. If that is the case use: =AVERAGE(C2:D2)/(F$2/12)
    *Note that the monthly probabilities assume that there are an equal number of devices produced each month.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 16
    Last Post: 08-19-2019, 08:00 AM
  2. Find the Occurrence and Result of each occurrence
    By suriya0702 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-21-2019, 01:43 PM
  3. Excel Probability Function - How to check and apply probability
    By StormerJack in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-10-2019, 03:06 PM
  4. Find each occurrence in a column and do for each occurrence
    By jfoerch in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-21-2014, 12:29 PM
  5. Multiple occurrence => 1 occurrence
    By exhortae in forum Excel General
    Replies: 4
    Last Post: 09-08-2010, 05:00 AM
  6. Probability Question:probability outcomes
    By Myles in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-01-2006, 06:45 AM
  7. Replies: 1
    Last Post: 09-08-2005, 10:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1