A Different Type of Monte Carlo Simulation Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1.

Slides:



Advertisements
Similar presentations
Review of Probability Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1.
Advertisements

Probability Examples Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1.
Sensitivity Analysis In deterministic analysis, single fixed values (typically, mean values) of representative samples or strength parameters or slope.
1 Chapter 3 Probability 3.1 Terminology 3.2 Assign Probability 3.3 Compound Events 3.4 Conditional Probability 3.5 Rules of Computing Probabilities 3.6.
AEM 336: Reliability & Sampling Prediction & Modeling.
EXAMPLE 1 Standardized Test Practice SOLUTION Let events A and B be getting the winning ticket for the gift certificate and movie passes, respectively.
Engineering Economic Analysis Canadian Edition
JMB Ch2 Lecture 2 vSp2012 EGR Slide 1 Additive Rule/ Contingency Table Experiment: Draw 1 card from a standard 52 card deck. Record Value (A-K),
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Combinatorial problems Conditional probability Independent events (Sec , )
1 Software Testing and Quality Assurance Lecture 35 – Software Quality Assurance.
P Fig. 6-1, p. 193 Fig. 6-2, p. 193 Fig. 6-3, p. 195.
Monte Carlo Simulation in Excel Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1.
CARLOS CEDEÑO DSES /04/2008 Reliability of the Three Main Engines of Space Shuttle.
Probability Rules l Rule 1. The probability of any event (A) is a number between zero and one. 0 < P(A) < 1.
Probability (2) Conditional Probability. For these 6 balls, if 2 are chosen randomly …. What is the probability they are a green and a red? P(G) = 2/6.
4. Dynamic reliability models Objectives Be able to find reliability of series, parallel, stand-by and shared load parallel systems, when the reliabilities.
1 Reliability Prediction A Quest for Reliable Parameters By Yair Shai.
1 Conditional Probability and Bayes’ Theorem Dr. Jerrell T. Stracener, SAE Fellow EMIS 7370 STAT 5340 Probability and Statistics for Scientists and Engineers.
1 NA387 Lecture 6: Bayes’ Theorem, Independence Devore, Sections: 2.4 – 2.5.
Chapter 14 Monte Carlo Simulation Introduction Find several parameters Parameter follow the specific probability distribution Generate parameter.
Chapter 11 Probability Sample spaces, events, probabilities, conditional probabilities, independence, Bayes’ formula.
1 Basic probability theory Professor Jørn Vatn. 2 Event Probability relates to events Let as an example A be the event that there is an operator error.
Engineering Economic Analysis Canadian Edition
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 5: Probability: What are the Chances? Section 5.3 Conditional Probability.
Jake Blanchard University of Wisconsin Spring 2006.
Determining Probabilities Using Tree Diagrams and Tables.
Lesson 6 – 2b Probability Models Part II. Knowledge Objectives Explain what is meant by random phenomenon. Explain what it means to say that the idea.
Lesson Probability Rules. Objectives Understand the rules of probabilities Compute and interpret probabilities using the empirical method Compute.
Probability Models.  Understand the term “random”  Implement different probability models  Use the rules of probability in calculations.
1 3. System reliability Objectives Learn the definitions of a component and a system from a reliability perspective Be able to calculate reliability of.
Topic 2 – Probability Basic probability - pages Conditional probability and independence - pages Bayes rule - pages 72 -
1 Probability: Liklihood of occurrence; we know the population, and we predict the outcome or the sample. Statistics: We observe the sample and use the.
13.3 Conditional Probability and Intersections of Events Understand how to compute conditional probability. Calculate the probability of the intersection.
Conditional Probability and Intersection of Events Section 13.3.
Latin Hypercube Sampling Example Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1.
Stracener_EMIS 7305/5305_Spr08_ Systems Reliability Modeling & Analysis Series and Active Parallel Configurations Dr. Jerrell T. Stracener, SAE.
Parallel_Models.PPT Building Parallel Models Last revised 12/06/2006.
Components are existing in ONE of TWO STATES: 1 WORKING STATE with probability R 0 FAILURE STATE with probability F R+F = 1 RELIABLEFAILURE F R Selecting.
Test Review Problems Chapter
Standby-redundancy-models.PPT Building Standby Redundancy Models Last revised 12/06/2006.
5-Minute Check on Section 6-2a Click the mouse button or press the Space Bar to display the answers. 1.If you have a choice from 6 shirts, 5 pants, 10.
Tutorial 5: Discrete Probability I Reference: cps102/lecture11.ppt Steve Gu Feb 15, 2008.
15.1 Introduction to Probability ©2002 by R. Villar All Rights Reserved.
Stracener_EMIS 7305/5305_Spr08_ System Reliability Analysis - Multi State Models and General Configurations Dr. Jerrell T. Stracener, SAE Fellow.
Overwiew of Various System Reliability Analysis Methods Kim Hyoung Ju 1.
7.6 Bayes’ Theorem. SCBA D A  DB  DC  D In this Venn Diagram, S is the whole sample space (everything), and D overlaps the other three sets. We will.
Introduction to probability (6)
Probability Assignment #41 Review Paper #1 day7. Probability A#41 Review Paper #1 day7.
Probability Using Venn Diagrams
Conditional Probability
Additive Rule/ Contingency Table
Probability Rules Chapter 15.
Probability Rules Chapter 15.
Additive Rule/ Contingency Table
Probability Models Section 6.2.
Additive Rule/ Contingency Table
LESSON 7: RELIABILITY Outline System with series components
Additive Rule/ Contingency Table
Chapter 2.3 Counting Sample Points Combination In many problems we are interested in the number of ways of selecting r objects from n without regard to.
Conditional Probability
Additive Rule/ Contingency Table
Additive Rule Review Experiment: Draw 1 Card. Note Kind, Color & Suit.
Check Yourself Warmup Find the probability a driver has a sports car
Chapter 2:Probability Lecture 2
Section 3.3: The Addition Rule
Click the mouse button or press the Space Bar to display the answers.
Probability Rules Rule 1.
Algorithms CSCI 235, Spring 2019 Lecture 10 Probability II
Note 10:Conditional Probability
Additive Rule/ Contingency Table
Presentation transcript:

A Different Type of Monte Carlo Simulation Jake Blanchard Spring 2010 Uncertainty Analysis for Engineers1

Introduction We can use Monte Carlo simulation to study the reliability of a complex system Assign a failure probability (p) to each component Sample a uniform number between 0 and 1 If this number is less than p, assume the component failed Use logic to handle redundancy, etc. Uncertainty Analysis for Engineers2

Example Consider a 3-stage process, as diagrammed below Our goal is to find the probability of success of the entire operation, assuming all individual probabilities are independent Branches represent parallel redundancy, so success in a stage requires success of, for example, A or B Uncertainty Analysis for Engineers3 A B C F E D Pr(C)=0.95 Pr(B)=0.8 Pr(A)=0.9 Pr(D)=0.9 Pr(F)=0.5 Pr(E)=0.9

Solution Pr(S)=Pr(I)Pr(II)Pr(III) where I, II, and III represent the three stages of the system Pr(I)=Pr(A)+Pr(B)-Pr(AB)= *0.8=0.98 (success requires A or B to succeed) Pr(II)=Pr(C)=0.95 Pr(III)=Pr(D)+Pr(E)+Pr(F)-Pr(DE)-Pr(EF)- Pr(DF)+Pr(ABC)= * * * *0.9*0.5=0.995 So, Pr(S)=0.98*0.95*0.995=0.926 Uncertainty Analysis for Engineers4

Script pa=0.9; pb=0.8; pc=0.95; pd=0.9; pe=0.9; pf=0.5; n= ag=rand(n,1)<pa; bg=rand(n,1)<pb; cg=rand(n,1)<pc; dg=rand(n,1)<pd; eg=rand(n,1)<pe; fg=rand(n,1)<pf; Ig=ag|bg; IIg=cg; IIIg=dg|eg|fg; allgood=mean(Ig&IIg&IIIg) Uncertainty Analysis for Engineers5

Another Example What if 2 events are not independent? Consider the system below, where event G is in both stages Uncertainty Analysis for Engineers6 G H J G Pr(G)=0.9 Pr(H)=0.8 Pr(J)=0.7

Solution Pr(S)=Pr(G)+Pr(HJ)-Pr(G)*Pr(HJ) So, Pr(S)= * *0.8*0.7 Pr(S)=0.956 Uncertainty Analysis for Engineers7

Script clear all pg=0.9; ph=0.8; pj=0.7; n= gg=rand(n,1)<pg; hg=rand(n,1)<ph; jg=rand(n,1)<pj; Ig=gg|hg; IIg=gg|jg; allgood=mean(Ig&IIg) Uncertainty Analysis for Engineers8