Estimating probability of failure

Slides:



Advertisements
Similar presentations
Approximate methods for calculating probability of failure Monte Carlo simulation First-order second-moment method (FOSM) Working with normal distributions.
Advertisements

How do we generate the statistics of a function of a random variable? – Why is the method called “Monte Carlo?” How do we use the uniform random number.
Uncertainty in fall time surrogate Prediction variance vs. data sensitivity – Non-uniform noise – Example Uncertainty in fall time data Bootstrapping.
1 8. Numerical methods for reliability computations Objectives Learn how to approximate failure probability using Level I, Level II and Level III methods.
Sensitivity Analysis In deterministic analysis, single fixed values (typically, mean values) of representative samples or strength parameters or slope.
Approximate methods for calculating probability of failure
Sampling Distributions (§ )
Importance Sampling. What is Importance Sampling ? A simulation technique Used when we are interested in rare events Examples: Bit Error Rate on a channel,
Monte Carlo Integration Robert Lin April 20, 2004.
Contemporary Engineering Economics, 4 th edition, © 2007 Risk Simulation Lecture No. 49 Chapter 12 Contemporary Engineering Economics Copyright, © 2006.
Chapter 8 Estimation: Single Population
Chapter 7: Variation in repeated samples – Sampling distributions
Basic Biostat8: Intro to Statistical Inference1. In Chapter 8: 8.1 Concepts 8.2 Sampling Behavior of a Mean 8.3 Sampling Behavior of a Count and Proportion.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 7 Statistical Intervals Based on a Single Sample.
Chapter 11: Random Sampling and Sampling Distributions
Standard error of estimate & Confidence interval.
1 Assessment of Imprecise Reliability Using Efficient Probabilistic Reanalysis Farizal Efstratios Nikolaidis SAE 2007 World Congress.
1 Machine Learning: Lecture 5 Experimental Evaluation of Learning Algorithms (Based on Chapter 5 of Mitchell T.., Machine Learning, 1997)
STA Lecture 161 STA 291 Lecture 16 Normal distributions: ( mean and SD ) use table or web page. The sampling distribution of and are both (approximately)
Poisson Random Variable Provides model for data that represent the number of occurrences of a specified event in a given unit of time X represents the.
Chapter 14 Monte Carlo Simulation Introduction Find several parameters Parameter follow the specific probability distribution Generate parameter.
1 6. Reliability computations Objectives Learn how to compute reliability of a component given the probability distributions on the stress,S, and the strength,
Computer Science, Software Engineering & Robotics Workshop, FGCU, April 27-28, 2012 Fault Prediction with Particle Filters by David Hatfield mentors: Dr.
Chapter 10 – Sampling Distributions Math 22 Introductory Statistics.
July, 2000Guang Jin Statistics in Applied Science and Technology Chapter 7 - Sampling Distribution of Means.
Chapter 7 Sampling and Sampling Distributions ©. Simple Random Sample simple random sample Suppose that we want to select a sample of n objects from a.
8 Sampling Distribution of the Mean Chapter8 p Sampling Distributions Population mean and standard deviation,  and   unknown Maximal Likelihood.
Lecture 2d: Performance Comparison. Quality of Measurement Characteristics of a measurement tool (timer) Accuracy: Absolute difference of a measured value.
Machine Design Under Uncertainty. Outline Uncertainty in mechanical components Why consider uncertainty Basics of uncertainty Uncertainty analysis for.
Separable Monte Carlo Separable Monte Carlo is a method for increasing the accuracy of Monte Carlo sampling when the limit state function is sum or difference.
Optimization formulation Optimization methods help us find solutions to problems where we seek to find the best of something. This lecture is about how.
Kriging - Introduction Method invented in the 1950s by South African geologist Daniel Krige (1919-) for predicting distribution of minerals. Became very.
Statistics for Business and Economics 7 th Edition Chapter 7 Estimation: Single Population Copyright © 2010 Pearson Education, Inc. Publishing as Prentice.
Statistics 200 Objectives:
Sampling and Sampling Distributions
Evaluating Hypotheses
Questions from lectures
CHAPTER 7 Sampling Distributions
Basic simulation methodology
8.1 Normal Approximations
Chapter Six Normal Curves and Sampling Probability Distributions
Reliability based design optimization
Chapter 3 Component Reliability Analysis of Structures.
Discrete Probability Distributions
Theory of Measurements and Errors
Lectures' Notes STAT – 324  Probability and Statistics for Engineers First Semester 1431/1432 and 5735 Teacher: Dr. Abdel-Hamid El-Zaid Department.
Lecture 2. The Binomial Distribution
Chapter 9 Hypothesis Testing.
CONCEPTS OF ESTIMATION
Chapter 7 Estimation: Single Population
The Normal Probability Distribution Summary
Arithmetic Mean This represents the most probable value of the measured variable. The more readings you take, the more accurate result you will get.
POINT ESTIMATOR OF PARAMETERS
Lecture Slides Elementary Statistics Twelfth Edition
CHAPTER 7 Sampling Distributions
CHAPTER 15 SUMMARY Chapter Specifics
CHAPTER 7 Sampling Distributions
CHAPTER 7 Sampling Distributions
Chapter 14 Monte Carlo Simulation
IE 355: Quality and Applied Statistics I Confidence Intervals
Sampling Distributions (§ )
CHAPTER – 1.2 UNCERTAINTIES IN MEASUREMENTS.
CHAPTER 7 Sampling Distributions
Sampling Distributions
The Geometric Distributions
Lectures' Notes STAT – 324  Probability and Statistics for Engineers First Semester 1431/ and 5735 Teacher: Dr. Abdel-Hamid El-Zaid Department.
Chapter 8 Estimation.
Propagation of Error Berlin Chen
For a permutation test, we have H0: F1(x) = F2(x) vs
CHAPTER – 1.2 UNCERTAINTIES IN MEASUREMENTS.
Presentation transcript:

Estimating probability of failure The reliability index. Monte Carlo simulation. Uncertainty in Monte Carlo simulations. The uncertainty in the number of rare occurrence is the square root of the observed number.

Limit state function Simulation to predict the behavior of a physical system often try to answer what is the probability of a catastrophic event. We will use the term “probability of failure.” Following the textbook by Choi, Grandhi, and Canfield (CGC) we will denote the behavioral quantity that defines system failure by S(X), where X is a random vector of uncertainties in the simulation. The limit on S, or the resistance of the system is denoted as R(X). The limit state function is g=R-S. Failure occurs when g=R-S<0. Unfortunately an alternate definition is system response is denoted as R and resistance by C for capacity. The material in this lecture uses Chapters 3 and 4 of Reliability-based Structural Design by Choi, Grandhi and Canfield (Springer, 2007).

Probability of failure and reliability index The probability of failure is Another way to measure safety is by the number of standard deviations the mean of g is away from the failure boundary. This is the reliability index

Monte Carlo Simulation http://www.sz-wholesale.com/uploadFiles/041022104413s.jpg SOURCE: Given a random variable X and a limit state function g(X): sample X: [x1,x2,…,xn]; Calculate [g(x1),g(x2),…,g(xn)]; use to approximate statistics of g. Example: X is U[0,1]. Use MCS to find mean of X2 x=rand(10); y=x.^2; %generates 10x10 random matrix sumy=sum(y)/10 sumy =0.4017 0.5279 0.1367 0.3501 0.3072 0.3362 0.3855 0.3646 0.5033 0.2666 sum(sumy)/10 ans =0.3580 What is the true mean SOURCE: http://schools.sd68.bc.ca/ed611/akerley/question.jpg

Evaluating probabilities of failure Failure is defined in terms of a limit state function where failure occurs when g(X)<0, where X is a vector of random variables. Probability of failure is estimated as the ratio of number of negative g’s, m, to total MC sample size, N The accuracy of the estimate is poor unless N is much larger than 1/Pf For small Pf

Example Estimate the probability that x=N(0,1)>1 x=randn(1,1000); x1=0.5*(sign(x-1)+1); pf=sum(x1)/1000.; pf =0.1550 Repeating the process obtained: 0.136, 0.159, 0.160, 0.172, 0.154, 0.166. Exact value 0.1587. In general, for 10% accuracy of probability you need 100 failed samples.

Top Hat question Sampling a distribution with 10,000 points, the mean of the sample was 6, the standard deviation of the sample was 2, and 100 points were negative. Estimate the noise (standard deviation) in the mean and number of negative points over repeated 10,000 samples. 0.02, 10 0.2,1 0.02,1 0.2,10