Covariance/ Correlation

Slides:



Advertisements
Similar presentations
Probability Distribution
Advertisements

Special random variables Chapter 5 Some discrete or continuous probability distributions.
Chapter 5 Some Important Discrete Probability Distributions
Chapter 4 Discrete Random Variables and Probability Distributions
Discrete Random Variables and Probability Distributions
Chapter 6 Continuous Random Variables and Probability Distributions
Statistics for Managers Using Microsoft Excel, 4e © 2004 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Statistics.
Chapter 5 Probability Distributions
Class notes for ISE 201 San Jose State University
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 4 and 5 Probability and Discrete Random Variables.
The role of probability in statistics In statistical inference, we want to make general statements about the population based on measurements taken from.
Chapter 5 Discrete Random Variables and Probability Distributions ©
Section 15.8 The Binomial Distribution. A binomial distribution is a discrete distribution defined by two parameters: The number of trials, n The probability.
Basic Business Statistics, 10e © 2006 Prentice-Hall, Inc.. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Basic Business Statistics.
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,
Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
JMB Chapter 5 Part 1 EGR Spring 2011 Slide 1 Known Probability Distributions  Engineers frequently work with data that can be modeled as one of.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 5 Discrete Random Variables.
King Saud University Women Students
The Binomial Distribution
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
Unit 3: Probability.  You will need to be able to describe how you will perform a simulation  Create a correspondence between random numbers and outcomes.
Chapter 3 Applied Statistics and Probability for Engineers
Chapter Five The Binomial Probability Distribution and Related Topics
Math 4030 – 4a More Discrete Distributions
Known Probability Distributions
Discrete Random Variables
Discrete Random Variables
Known Probability Distributions
Engineering Probability and Statistics - SE-205 -Chap 3
Discrete random variable X Examples: shoe size, dosage (mg), # cells,…
Multinomial Experiments
Discrete Random Variables
ENGR 201: Statistics for Engineers
Chapter 3 Discrete Random Variables and Probability Distributions
Chapter 3 Discrete Random Variables and Probability Distributions
ASV Chapters 1 - Sample Spaces and Probabilities
Discrete random variable X Examples: shoe size, dosage (mg), # cells,…
Discrete Probability Distribution
Multinomial Experiments
Chapter 4 STAT 315 Nutan S. Mishra.
Binomial Distribution
Some Discrete Probability Distributions Part 2
Some Discrete Probability Distributions
Chapter 3 Discrete Random Variables and Probability Distributions
4.1 Mathematical Expectation
Known Probability Distributions
Some Discrete Probability Distributions Part 2
Lecture 11: Binomial and Poisson Distributions
Some Discrete Probability Distributions
Elementary Statistics
Multinomial Experiments
Multinomial Experiments
Multinomial Experiments
Known Probability Distributions
Multinomial Experiments
Known Probability Distributions
Known Probability Distributions
Hypergeometric Distribution
Multinomial Experiments
Discrete Random Variables and Probability Distributions
Each Distribution for Random Variables Has:
Multinomial Experiments
Known Probability Distributions
MATH 2311 Section 3.2.
Presentation transcript:

Covariance/ Correlation A measure of the nature of the association between two variables Describes a potential linear relationship Positive relationship Large values of X result in large values of Y Negative relationship Large values of X result in small values of Y “Manual” calculations are based on the joint probability distributions See examples in Chapter 4 (pp. 123-126) MDH Chapter 4 - 5 EGR 252 2015

Known Probability Distributions Engineers frequently work with data that can be modeled as one of several known probability distributions. Being able to model the data allows us to: model real systems design predict results Key discrete probability distributions include: binomial negative binomial hypergeometric Poisson Note that the 9th edition eliminated section 5.2 Discrete Uniform Distribution Section 5.2 is now binomial and multinomial MDH Chapter 4 - 5 EGR 252 2015

Binomial & Multinomial Distributions Bernoulli Trials Inspect tires coming off the production line. Classify each as defective or not defective. Define “success” as defective. If historical data shows that 95% of all tires are defect-free, then P(“success”) = 0.05. Signals picked up at a communications site are either incoming speech signals or “noise.” Define “success” as the presence of speech. P(“success”) = P(“speech”) Bernoulli Process n repeated trials the outcome may be classified as “success” or “failure” the probability of success (p) is constant from trial to trial repeated trials are independent MDH Chapter 4 - 5 EGR 252 2015

Binomial Distribution Example: Historical data indicates that 10% of all bits transmitted through a digital transmission channel are received in error. Let X = the number of bits in error in the next 4 bits transmitted. Assume that the transmission trials are independent. What is the probability that Exactly 2 of the bits are in error? At most 2 of the 4 bits are in error? More than 2 of the 4 bits are in error? The number of successes, X, in n Bernoulli trials is called a binomial random variable. remember, YOU define what a “success” is … e.g., votes, defects, errors MDH Chapter 4 - 5 EGR 252 2015

Binomial Distribution The probability distribution is called the binomial distribution. b(x; n, p) = , x = 0, 1, 2, …, n where p = probability of success q = probability of failure = 1-p For our example, b(x; n, p) = p = q = b(x; n, p) = (4 choose x)(0.1)x(0.9)4-x , x = 0,1,2,3,4 MDH Chapter 4 - 5 EGR 252 2015

For Our Example … What is the probability that exactly 2 of the bits are in error? At most 2 of the 4 bits are in error? More than 2 of the 4 bits are in error? b(x; n, p) = (4 choose x)(0.1)x(0.9)4-x , x = 0,1,2,3,4 P(X = 2) = (4 choose 2) (0.1)2(0.9)2 = 0.0486 P(X < 2) = P(0) + P(1) + P(2) = (4 choose 0) (0.1)0(0.9)4 + (4 choose 1) (0.1)1(0.9)3 + (4 choose 2) (0.1)2(0.9)2 = 0.9963 MDH Chapter 4 - 5 EGR 252 2015

Expectations of the Binomial Distribution The mean and variance of the binomial distribution are given by μ = np σ2 = npq Suppose, in our example, we check the next 20 bits. What are the expected number of bits in error? What is the standard deviation? μ = 20 (0.1) = 2 σ 2 = 20 (0.1) (0.9) = 1.8 σ = 1.34 μ = np = 20(0.1) = 2 σ2 = npq = 20(0.1)(0.9)= 1.8, σ = 1.34 MDH Chapter 4 - 5 EGR 252 2015

Another example A worn machine tool produces 1% defective parts. If we assume that parts produced are independent, what is the mean number of defective parts that would be expected if we inspect 25 parts? μ = 25 (0.01) = 0.25 What is the expected variance of the 25 parts? σ 2 = 25 (0.01) (0.99) = 0.2475 Note that 0.2475 does not equal 0.25. μ = np = 25(0.01) = 0.25 σ2 = npq = 25(0.01)(0.99)= 0.2475** NOTE: 0.2475 ≠ 0.25 MDH Chapter 4 - 5 EGR 252 2015

Helpful Hints … Suppose we inspect the next 5 parts …b(x ; 5, 0.01) Sometimes it helps to draw a picture. P(at least 3)  ________________ 0 1 2 3 4 5 P(2 ≤ X ≤ 4)  ________________ P(less than 4)  ________________ Appendix Table A.1 (pp. 726-731) lists Binomial Probability Sums, ∑ rx=0 b(x; n, p) MDH Chapter 4 - 5 EGR 252 2015