Useful Discrete Random Variable

Slides:



Advertisements
Similar presentations
Special random variables Chapter 5 Some discrete or continuous probability distributions.
Advertisements

Discrete Uniform Distribution
Probability Distribution
Review of Basic Probability and Statistics
Lecture 2 Discrete Random Variables Section
Discrete Probability Distributions Introduction to Business Statistics, 5e Kvanli/Guynes/Pavur (c)2000 South-Western College Publishing.
Geometric Random Variables N ~ Geometric(p) # Bernoulli trials until the first success pmf: f(k) = (1-p) k-1 p memoryless: P(N=n+k | N>n) = P(N=k) –probability.
Section 2.6 Consider a random variable X = the number of occurrences in a “unit” interval. Let = E(X) = expected number of occurrences in a “unit” interval.
Probability Distributions
1 Review of Probability Theory [Source: Stanford University]
Statistics Lecture 11.
P robability Important Random Variable Independent random variable Mean and variance 郭俊利 2009/03/23.
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
Probability Mass Function Expectation 郭俊利 2009/03/16
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Special discrete distributions Sec
The Erik Jonsson School of Engineering and Computer Science Chapter 2 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
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:
Stat 321- Day 13. Last Time – Binomial vs. Negative Binomial Binomial random variable P(X=x)=C(n,x)p x (1-p) n-x  X = number of successes in n independent.
Probability Review ECS 152A Acknowledgement: slides from S. Kalyanaraman & B.Sikdar.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
Chapter 5 Discrete Probability Distribution I. Basic Definitions II. Summary Measures for Discrete Random Variable Expected Value (Mean) Variance and Standard.
Engineering Statistics ECIV 2305 Chapter 3 DISCRETE PROBABILITY DISTRIBUTIONS  3.1 The Binomial Distribution  3.2 The Geometric Distribution  3.3 The.
CPSC 531: Probability Review1 CPSC 531:Distributions Instructor: Anirban Mahanti Office: ICT Class Location: TRB 101.
Chapter 17 Probability Models math2200. I don’t care about my [free throw shooting] percentages. I keep telling everyone that I make them when they count.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Notes – Chapter 17 Binomial & Geometric Distributions.
The Binomial Distribution
Lecture 4 1 Discrete distributions Four important discrete distributions: 1.The Uniform distribution (discrete) 2.The Binomial distribution 3.The Hyper-geometric.
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.
The Negative Binomial Distribution An experiment is called a negative binomial experiment if it satisfies the following conditions: 1.The experiment of.
Random Variables. A random variable X is a real valued function defined on the sample space, X : S  R. The set { s  S : X ( s )  [ a, b ] is an event}.
Discrete Probability Distributions. Random Variable Random variable is a variable whose value is subject to variations due to chance. A random variable.
Math 4030 – 4a Discrete Distributions
Onur DOĞAN.  asdaf. Suppose that a random number generator produces real numbers that are uniformly distributed between 0 and 100.  Determine the.
Methodology Solving problems with known distributions 1.
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.
1 Engineering Statistics - IE 261 Chapter 3 Discrete Random Variables and Probability Distributions URL:
4.3 More Discrete Probability Distributions NOTES Coach Bridges.
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
 Recall your experience when you take an elevator.  Think about usually how long it takes for the elevator to arrive.  Most likely, the experience.
Chapter 3 Statistical Models or Quality Control Improvement.
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.
Engineering Probability and Statistics - SE-205 -Chap 3 By S. O. Duffuaa.
3.1 Statistical Distributions. Random Variable Observation = Variable Outcome = Random Variable Examples: – Weight/Size of animals – Animal surveys: detection.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
1. 2 At the end of the lesson, students will be able to (c)Understand the Binomial distribution B(n,p) (d) find the mean and variance of Binomial distribution.
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.
Week 61 Poisson Processes Model for times of occurrences (“arrivals”) of rare phenomena where λ – average number of arrivals per time period. X – number.
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.
Umm Al-Qura University
Statistical Quality Control, 7th Edition by Douglas C. Montgomery.
Math 4030 – 4a More Discrete Distributions
Discrete Probability Distributions
Useful Discrete Random Variables
Chapter 5 Statistical Models in Simulation
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Probability Review for Financial Engineers
Discrete Random Variables 2
The Binomial Distribution
Some Discrete Probability Distributions
Chapter 4 Discrete Probability Distributions.
Chapter 3 : Random Variables
The Geometric Distributions
Each Distribution for Random Variables Has:
Statistical Models or Quality Control Improvement
1/2555 สมศักดิ์ ศิวดำรงพงศ์
PROBABILITY AND STATISTICS
Presentation transcript:

Useful Discrete Random Variable The University of Texas at Dallas Useful Discrete Random Variable Duncan MacFarlane The University of Texas at Dallas

Distributions and their uses Bernoulli – Number of successes on one trial Geometric – Number of trials until first success Binomial – Number of successes on n trials Pascal – Number of trials until the k-th success Poisson – Arrival statistics

Bernoulli and Geometric Distributions Number of successes on one trial P(x) = (1-p) for x=0, or P(x) = p for x=1 Geometric Number of trials until first success P(x) = p(1-p)(n-1)

Geometric PMF

Geometric CDF

Binomial Distribution Binomial – Number of Successes on n trials

Binomial PMF, n=10

Binomial CDF n=10

Pascal Distribution Pascal – Number of trials until the k-th success For n=k, k+1, k+2 ….

Arrival Statistics (busses, customers, etc) Poisson Distribution Arrival Statistics (busses, customers, etc) A: is the average arrival rate times the observation time A=T

Poisson PMF

Poisson CDF

Distribution E(X) Var(X) Summary Distribution E(X) Var(X) Bernoulli p p(1-p) Geometric 1/p (1-p)/p2 Binomial np np(1-p) Pascal k/p p(1-p)/p2 Poisson A