The distribution function F(x)

Slides:



Advertisements
Similar presentations
Some additional Topics. Distributions of functions of Random Variables Gamma distribution,  2 distribution, Exponential distribution.
Advertisements

Use of moment generating functions. Definition Let X denote a random variable with probability density function f(x) if continuous (probability mass function.
Probability Theory STAT 312 STAT 312 Dr. Zakeia AlSaiary.
Review of Basic Probability and Statistics
06/05/2008 Jae Hyun Kim Chapter 2 Probability Theory (ii) : Many Random Variables Bioinformatics Tea Seminar: Statistical Methods in Bioinformatics.
1 Engineering Computation Part 6. 2 Probability density function.
Assignment 2 Chapter 2: Problems  Due: March 1, 2004 Exam 1 April 1, 2004 – 6:30-8:30 PM Exam 2 May 13, 2004 – 6:30-8:30 PM Makeup.
Chapter 6 Continuous Random Variables and Probability Distributions
Lesson #15 The Normal Distribution. For a truly continuous random variable, P(X = c) = 0 for any value, c. Thus, we define probabilities only on intervals.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Continuous random variables Uniform and Normal distribution (Sec. 3.1, )
Probability and Statistics Review
Visual Recognition Tutorial1 Random variables, distributions, and probability density functions Discrete Random Variables Continuous Random Variables.
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.
Continuous Random Variables and Probability Distributions
5-1 Two Discrete Random Variables Example Two Discrete Random Variables Figure 5-1 Joint probability distribution of X and Y in Example 5-1.
5-1 Two Discrete Random Variables Example Two Discrete Random Variables Figure 5-1 Joint probability distribution of X and Y in Example 5-1.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
Lecture 28 Dr. MUMTAZ AHMED MTH 161: Introduction To Statistics.
Distribution Function properties. Density Function – We define the derivative of the distribution function F X (x) as the probability density function.
Sampling Distributions  A statistic is random in value … it changes from sample to sample.  The probability distribution of a statistic is called a sampling.
Moment Generating Functions 1/33. Contents Review of Continuous Distribution Functions 2/33.
Functions of Random Variables. Methods for determining the distribution of functions of Random Variables 1.Distribution function method 2.Moment generating.
Moment Generating Functions
Chapter 14 Monte Carlo Simulation Introduction Find several parameters Parameter follow the specific probability distribution Generate parameter.
Functions of Random Variables. Methods for determining the distribution of functions of Random Variables 1.Distribution function method 2.Moment generating.
Use of moment generating functions 1.Using the moment generating functions of X, Y, Z, …determine the moment generating function of W = h(X, Y, Z, …).
Continuous Distributions The Uniform distribution from a to b.
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
Expectation for multivariate distributions. Definition Let X 1, X 2, …, X n denote n jointly distributed random variable with joint density function f(x.
Math b (Discrete) Random Variables, Binomial Distribution.
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.
Math 4030 – 6a Joint Distributions (Discrete)
Topic 5 - Joint distributions and the CLT
Continuous Random Variables and Probability Distributions
1 Sampling distributions The probability distribution of a statistic is called a sampling distribution. : the sampling distribution of the mean.
CSE 474 Simulation Modeling | MUSHFIQUR ROUF CSE474:
1 Probability: Introduction Definitions,Definitions, Laws of ProbabilityLaws of Probability Random VariablesRandom Variables DistributionsDistributions.
Central Limit Theorem Let X 1, X 2, …, X n be n independent, identically distributed random variables with mean  and standard deviation . For large n:
Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 3 Random Variables and Probability Distributions.
Geology 6600/7600 Signal Analysis 04 Sep 2014 © A.R. Lowry 2015 Last time: Signal Analysis is a set of tools used to extract information from sequences.
Chapter 5 Joint Probability Distributions and Random Samples  Jointly Distributed Random Variables.2 - Expected Values, Covariance, and Correlation.3.
Random Variables By: 1.
Chapter 5 Joint Probability Distributions and Random Samples
Ch5.4 Central Limit Theorem
Random Variable 2013.
Lecture 3 B Maysaa ELmahi.
Math a Discrete Random Variables
STAT 311 REVIEW (Quick & Dirty)
Probability.
Cumulative distribution functions and expected values
PRODUCT MOMENTS OF BIVARIATE RANDOM VARIABLES
Means and Variances of Random Variables
Some Rules for Expectation
Moment Generating Functions
Probability Review for Financial Engineers
Introduction to Probability & Statistics The Central Limit Theorem
ASV Chapters 1 - Sample Spaces and Probabilities
STOCHASTIC HYDROLOGY Random Processes
Random WALK, BROWNIAN MOTION and SDEs
Independence of random variables
... DISCRETE random variables X, Y Joint Probability Mass Function y1
Analysis of Engineering and Scientific Data
Chapter 14 Monte Carlo Simulation
ASV Chapters 1 - Sample Spaces and Probabilities
Continuous Distributions
Moments of Random Variables
Presentation transcript:

Distribution functions, Moments, Moment generating functions in the Multivariate case

The distribution function F(x) This is defined for any random variable, X. F(x) = P[X ≤ x] Properties F(-∞) = 0 and F(∞) = 1. F(x) is non-decreasing (i. e. if x1 < x2 then F(x1) ≤ F(x2) ) F(b) – F(a) = P[a < X ≤ b].

Discrete Random Variables F(x) p(x) F(x) is a non-decreasing step function with

Continuous Random Variables Variables F(x) f(x) slope x F(x) is a non-decreasing continuous function with To find the probability density function, f(x), one first finds F(x) then

The joint distribution function F(x1, x2, …, xk) is defined for k random variables, X1, X2, … , Xk. F(x1, x2, … , xk) = P[ X1 ≤ x1, X2 ≤ x2 , … , Xk ≤ xk ] for k = 2 x2 (x1, x2) x1 F(x1, x2) = P[ X1 ≤ x1, X2 ≤ x2]

Properties F(x1 , -∞) = F(-∞ , x2) = F(-∞ , -∞) = 0 F(x1 , ∞) = P[ X1 ≤ x1, X2 ≤ ∞] = P[ X1 ≤ x1] = F1 (x1) = the marginal cumulative distribution function of X1 F(∞, x2) = P[ X1 ≤ ∞, X2 ≤ x2] = P[ X2 ≤ x2] = F2 (x2) = the marginal cumulative distribution function of X2 F(∞, ∞) = P[ X1 ≤ ∞, X2 ≤ ∞] = 1

i.e. if a1 < b1 if a2 < b2 then F(a1, x2) ≤ F(b1 , x2) F(x1, x2 ) is non-decreasing in both the x1 direction and the x2 direction. i.e. if a1 < b1 if a2 < b2 then F(a1, x2) ≤ F(b1 , x2) F(x1, a2) ≤ F(x1 , b2) F( a1, a2) ≤ F(b1 , b2) x2 (b1, b2) (a1, b2) x1 (a1, a2) (b1, a2)

P[a < X1 ≤ b, c < X2 ≤ d] = F(b,d) – F(a,d) – F(b,c) + F(a,c). x2 (b, d) (a, d) x1 (a, c) (b, c)

Discrete Random Variables x2 (x1, x2) x1 F(x1, x2) is a step surface

Continuous Random Variables x2 (x1, x2) x1 F(x1, x2) is a surface

Non-central and Central Multivariate Moments Non-central and Central

Definition Let X1 and X2 be a jointly distirbuted random variables (discrete or continuous), then for any pair of positive integers (k1, k2) the joint moment of (X1, X2) of order (k1, k2) is defined to be:

Definition Let X1 and X2 be a jointly distirbuted random variables (discrete or continuous), then for any pair of positive integers (k1, k2) the joint central moment of (X1, X2) of order (k1, k2) is defined to be: where m1 = E [X1] and m2 = E [X2]

Note = the covariance of X1 and X2.

Multivariate Moment Generating functions

Recall The moment generating function

Definition Let X1, X2, … Xk be a jointly distributed random variables (discrete or continuous), then the joint moment generating function is defined to be:

Definition Let X1, X2, … Xk be a jointly distributed random variables (discrete or continuous), then the joint moment generating function is defined to be:

Power Series expansion the joint moment generating function (k = 2)

The Central Limit theorem revisited

The Central Limit theorem If x1, x2, …, xn is a sample from a distribution with mean m, and standard deviations s, then if n is large has a normal distribution with mean and variance

The Central Limit theorem illustrated If x1, x2 are independent from the uniform distirbution from 0 to 1. Find the distribution of: let

Now

Now: The density of

n = 1 1 n = 2 1 n = 3 1