Simple stochastic models 1

Slides:



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

Discrete Uniform Distribution
Acknowledgement: Thanks to Professor Pagano
Section 7.4 (partially). Section Summary Expected Value Linearity of Expectations Independent Random Variables.
Probability Distribution
Review of Basic Probability and Statistics
Central Limit Theorem and Normal Distribution EE3060 Probability Yi-Wen Liu November 2010.
Section 5.7 Suppose X 1, X 2, …, X n is a random sample from a Bernoulli distribution with success probability p. Then Y = X 1 + X 2 + … + X n has a distribution.
1 Review of Probability Theory [Source: Stanford University]
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
2. Random variables  Introduction  Distribution of a random variable  Distribution function properties  Discrete random variables  Point mass  Discrete.
The moment generating function of random variable X is given by Moment generating function.
C4: DISCRETE RANDOM VARIABLES CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Longin Jan Latecki.
The Erik Jonsson School of Engineering and Computer Science Chapter 2 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
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:
Section 5.6 Important Theorem in the Text: The Central Limit TheoremTheorem (a) Let X 1, X 2, …, X n be a random sample from a U(–2, 3) distribution.
1 Random Variables and Discrete probability Distributions SESSION 2.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
Sampling Distributions  A statistic is random in value … it changes from sample to sample.  The probability distribution of a statistic is called a sampling.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Discrete Random Variables Chapter 4.
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
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.
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}.
Bernoulli Trials Two Possible Outcomes –Success, with probability p –Failure, with probability q = 1  p Trials are independent.
Discrete Random Variables A random variable is a function that assigns a numerical value to each simple event in a sample space. Range – the set of real.
X = 2*Bin(300,1/2) – 300 E[X] = 0 Y = 2*Bin(30,1/2) – 30 E[Y] = 0.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 5 Discrete Random Variables.
COMP 170 L2 L17: Random Variables and Expectation Page 1.
King Saud University Women Students
Math b (Discrete) Random Variables, Binomial Distribution.
Methodology Solving problems with known distributions 1.
Fall 2002Biostat Probability Distributions General concepts 1.Random variable 2.Parameters 3.Mean, variance of a random variable Bernoulli/Binomial.
Stats Probability Theory Summary. The sample Space, S The sample space, S, for a random phenomena is the set of all possible outcomes.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
Chapter 4. Random Variables - 3
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Intensive Actuarial Training for Bulgaria January 2007 Lecture 0 – Review on Probability Theory By Michael Sze, PhD, FSA, CFA.
2.2 Discrete Random Variables 2.2 Discrete random variables Definition 2.2 –P27 Definition 2.3 –P27.
디지털통신 Random Process 임 민 중 동국대학교 정보통신공학과 1.
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Chapter 3: Discrete Random Variables and Their Distributions CIS.
MAT 446 Supplementary Note for Ch 3
Ch3.5 Hypergeometric Distribution
Applied Discrete Mathematics Week 11: Relations
Probability Models for Counts
Probability Distributions
Ten things about Probability
Binomial Distribution
The distribution function F(x)
Conditional Probability on a joint discrete distribution
Chapter 5 Statistical Models in Simulation
Discrete Probability Distributions
Probability Distributions
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Probability Review for Financial Engineers
Using the Tables for the standard normal distribution
Multinomial Distribution
ASV Chapters 1 - Sample Spaces and Probabilities
ASV Chapters 1 - Sample Spaces and Probabilities
Useful Discrete Random Variable
TexPoint fonts used in EMF.
5. Conditioning and Independence
Elementary Statistics
Distributions Discrete and Continuous
ASV Chapters 1 - Sample Spaces and Probabilities
Bernoulli Trials Two Possible Outcomes Trials are independent.
Theorem 5.3: The mean and the variance of the hypergeometric distribution h(x;N,n,K) are:  = 2 = Example 5.10: In Example 5.9, find the expected value.
Each Distribution for Random Variables Has:
1/2555 สมศักดิ์ ศิวดำรงพงศ์
Presentation transcript:

Simple stochastic models 1

Random variation 1 Genetic, physiological Environmental Measurement error Random sampling

Random variation 2 Random variability as nuisance Random variability of primary interest

Terminology Trial Sample space Event Probability Random variable

Discrete random variable X Takes values: x0, x1, x2, …. with corresponding probabilities P(X=xk)=pk p0, p1, p2, … p0 + p1 + p2 + … = 1

Discrete - integer random variable X Takes values: 0, 1, 2, …. with corresponding probabilities: P(X=k)=pk p0, p1, p2, … p0 + p1 + p2 + … = 1

Mean and variance of discrete random variable

Binomial Distribution (Bernoulli trials) n – number of trials p – probability of success P(k successes in n trials) = nCk pk (1-p)n-k

Binomial distribution X ~ binomial(n,p) E(X) = n p V(X) = n p (1 – p )

n = 10, p = 0.5 0.3 0.25 P(X=k) 0.2 0.15 0.1 0.05 1 2 3 4 5 6 7 8 9 10 k

Poisson distribution X ~ poisson() k – number of events E(X)= , V(X)= 

 = 5 0.18 0.16 0.14 P(X=k) 0.12 0.1 0.08 0.06 0.04 0.02 2 4 6 8 10 12 14 16 18 20 k

When number of Bernoulli trials n is large, and probability of success p is small, the distribution of number of successes becomes Poisson.

Examples 30 % of women in Germany are smokers. We take a random (representative) sample of 20 women. The distribution of number of smokers among them is X ~ binomial(20,0.3)

Probability that an accident leading to injury happens in a factory is p=0.0001 per day. Number of accidents X over a ten year period (n=3650) is Poisson, X~Poisson(), with  = np = 0.365

Generating function of discrete - integer random variables X: 0, 1, 2, …. p0, p1, p2, … Generating function: P(s) = p0 + s p1 + s2 p2 + …=

Properties P(1) = 1 P’(1) = E(X) P’’(1) = E[X(X-1)]

Binomial and Poisson distrib. Binomial: X ~ binomial(n,p), q=1-p Poisson: X ~ Poisson( )

Continuity theorem for generating functions

Two – dimensional discrete – integer random variables Joint probability distribution PXY(X=i, Y=k) = pik Two – dimensional generating function: Marginal distributions: PX(s)=PXY(s,1) PY(s)=PXY(1,s)

Independent discrete – integer random variables X: PX(X=i) = pi Y: PY(Y=k) = pk PXY(X=i, Y=k) = pi pk

Sum PXY(X=i, Y=k) = pik Z = X + Y

Expectation and variance of sums of independent random variables E(X+Y) = E(X) + E(Y) X, Y - independent V(X+Y) = V(X) + V(Y)

Sum Z = X + Y PZ(s) = PXY(s,s) X,Y – independent: PZ(s) = PX(s) PY(s)

Example X1 ~ binomial(1,p) (one Bernoulli trial) Xn ~ binomial(n,p) PX1(s)=q+sp PXn(s)=(q+sp)n

Example X ~ Poisson(), Y~Poisson() Z=X+Y PZ(s) = PX(s) PY(s) Z ~ Poisson(+)

Can we generalize generating function method to non integer discrete r Can we generalize generating function method to non integer discrete r.v. ? x0, x1, x2, …. P(X=xk)=pk: p0, p1, p2, …