Chapter 3-Normal distribution

Slides:



Advertisements
Similar presentations
Order Statistics The order statistics of a set of random variables X1, X2,…, Xn are the same random variables arranged in increasing order. Denote by X(1)
Advertisements

Special random variables Chapter 5 Some discrete or continuous probability distributions.
STAT 270 What’s going to be on the quiz and/or the final exam?
Normal distribution X : N (, ) fX(x) x  = 5 N (5, 2)
Probability and Statistics for Engineers (ENGC 6310) Review.
Probability Densities
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Special discrete distributions Sec
Week 51 Theorem For g: R  R If X is a discrete random variable then If X is a continuous random variable Proof: We proof it for the discrete case. Let.
Mutually Exclusive: P(not A) = 1- P(A) Complement Rule: P(A and B) = 0 P(A or B) = P(A) + P(B) - P(A and B) General Addition Rule: Conditional Probability:
Class notes for ISE 201 San Jose State University
Normal and Sampling Distributions A normal distribution is uniquely determined by its mean, , and variance,  2 The random variable Z = (X-  /  is.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
CIVL 181Tutorial 5 Return period Poisson process Multiple random variables.
CPSC 531: Probability Review1 CPSC 531:Distributions Instructor: Anirban Mahanti Office: ICT Class Location: TRB 101.
Chapter 5 Statistical Models in Simulation
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Random Variables and Stochastic Processes –
In-Class Exercise: Geometric and Negative Binomial Distributions
Geometric Distribution. Similar to Binomial Similar to Binomial Success/FailureSuccess/Failure Probabilities do NOT changeProbabilities do NOT change.
ENGR 610 Applied Statistics Fall Week 3 Marshall University CITE Jack Smith.
Discrete Probability Distributions. Random Variable Random variable is a variable whose value is subject to variations due to chance. A random variable.
JMB Chapter 5 Part 2 EGR Spring 2011 Slide 1 Multinomial Experiments  What if there are more than 2 possible outcomes? (e.g., acceptable, scrap,
Probability & Statistics I IE 254 Summer 1999 Chapter 4  Continuous Random Variables  What is the difference between a discrete & a continuous R.V.?
Binomial Distributions. Quality Control engineers use the concepts of binomial testing extensively in their examinations. An item, when tested, has only.
Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 6 Some Continuous Probability Distributions.
The Triangle of Statistical Inference: Likelihoood Data Scientific Model Probability Model Inference.
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Chapter 4. Discrete Probability Distributions Section 4.6: Negative Binomial Distribution Jiaping Wang.
The Binomial Distribution
Expectation. Let X denote a discrete random variable with probability function p(x) (probability density function f(x) if X is continuous) then the expected.
Exam 2: Rules Section 2.1 Bring a cheat sheet. One page 2 sides. Bring a calculator. Bring your book to use the tables in the back.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
Some Common Discrete Random Variables. Binomial Random Variables.
Lec. 08 – Discrete (and Continuous) Probability Distributions.
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
4.3 Discrete Probability Distributions Binomial Distribution Success or Failure Probability of EXACTLY x successes in n trials P(x) = nCx(p)˄x(q)˄(n-x)
Probability and Statistics Dr. Saeid Moloudzadeh Uniform Random Variable/ Normal Random Variable 1 Contents Descriptive Statistics Axioms.
Chapter 3 Statistical Models or Quality Control Improvement.
Chapter 31Introduction to Statistical Quality Control, 7th Edition by Douglas C. Montgomery. Copyright (c) 2012 John Wiley & Sons, Inc.
Bernoulli Processes. Stochastic Processes A stochastic process is a collection of random variables: –{X(t), t  T} t may be either discrete: –E.g., number.
2.2 Discrete Random Variables 2.2 Discrete random variables Definition 2.2 –P27 Definition 2.3 –P27.
Discrete Probability Distributions Chapter 4. § 4.3 More Discrete Probability Distributions.
Probability and Statistics Dr. Saeid Moloudzadeh Poisson Random Variable 1 Contents Descriptive Statistics Axioms of Probability Combinatorial.
Warm Up Describe a Binomial setting. Describe a Geometric setting. When rolling an unloaded die 10 times, the number of times you roll a 6 is the count.
AP Statistics Chapter 8 Section 2. If you want to know the number of successes in a fixed number of trials, then we have a binomial setting. If you want.
Random Variables Introduction to Probability & Statistics Random Variables.
Statistical Quality Control, 7th Edition by Douglas C. Montgomery.
Known Probability Distributions
Discrete random variable X Examples: shoe size, dosage (mg), # cells,…
Multinomial Experiments
Chapter 3 Discrete Random Variables and Probability Distributions
Chapter 5 Statistical Models in Simulation
Probability Review for Financial Engineers
Multinomial Experiments
Probability and statistics I.
Useful Discrete Random Variable
Some Discrete Probability Distributions Part 2
Chapter 5 Some Discrete Probability Distributions.
Chapter 3 Discrete Random Variables and Probability Distributions
Chapter 6 Some Continuous Probability Distributions.
Ch. 6. Binomial Theory.
Some Discrete Probability Distributions Part 2
Chapter 3 : Random Variables
Bernoulli Trials Two Possible Outcomes Trials are independent.
Multinomial Experiments
Multinomial Experiments
Multinomial Experiments
Multinomial Experiments
Continuous Distributions
Statistical Models or Quality Control Improvement
Presentation transcript:

Chapter 3-Normal distribution X : N (, ) Example: N (4,2) , P (X < 6.03) P (5 < X < 6.03)

lognormal distribution fX(x) x

lognormal distribution If X ~LN (l, z) lnX ~ N (l, z)

Example 1. F-1(0.95) = 1.645 How about the settlement is Log-normal?

exponential distribution fX(x) x  0

Beta distribution x fX(x) q = 2.0 ; r = 6.0 probability a = 2.0 b = 12

Standard Beta distribution fX(x) (a = 0, b = 1) q = 1.0 ; r = 4.0 q = r = 3.0 q = 4.0 ; r = 2.0 q = r = 1.0 x The difference between Beta and other similar distribution

Review of Bernoulli sequence model x success in n trials: binomial time to first success: geometric time to kth success: negative binomial

Ex 3.54 Statistics show that 20% of freshman in engineering school quit in 1 year. What is the probability that among eight students selected at random, two of them will quit after 1 year?

Think: 1. Continuous or discrete? Students cannot pass or fail “continuously” Binomial, Geometric or Negative binomial? Bi: x success in n trials (orderless) Geo: time to first success (ordered) Neg: time to kth success (last term ordered) p = 0.2

What is the probability of at least two of them will fail after 1 year? Use T.O.T: P (X ≥ 2) = 1 – P(X = 0) – P(X = 1)

what is the probability that among eight students selected at random, two of them will quit within 2 years? Approach 1: Bayes theorem + TOT We first consider 1st year scenario: Why not consider X = 3, 4…...8?

For 2nd year: P = P(0 student in 1st year) P(2 student in 2nd year) + P(1 student in 1st year) P(1 student in 2nd year) + P(2 student in 1st year) P(0 student in 2nd year) P = (.167)(.293) + (.335)(.367) + (.293)(.262) = .249

Approach 2: Geometric Recall geometric is “first time to success”, (1-p)t-1p Students can quit at 1st and 2nd year. i.e. t=1, t =2 When t = 2, 1st year pass is defined. P (t = 1) = 0.2 P (t =2) = (0.8)2-10.2 = 0.16 P (a student quit in 1 or 2 year) = 0.2 + 0.16 = 0.36