Functions of Random variables

Slides:



Advertisements
Similar presentations
NORMAL OR GAUSSIAN DISTRIBUTION Chapter 5. General Normal Distribution Two parameter distribution with a pdf given by:
Advertisements

Week 91 Example A device containing two key components fails when and only when both components fail. The lifetime, T 1 and T 2, of these components are.
Some additional Topics. Distributions of functions of Random Variables Gamma distribution,  2 distribution, Exponential distribution.
Let X 1, X 2,..., X n be a set of independent random variables having a common distribution, and let E[ X i ] = . then, with probability 1 Strong law.
Exponential Distribution. = mean interval between consequent events = rate = mean number of counts in the unit interval > 0 X = distance between events.
Joint and marginal distribution functions For any two random variables X and Y defined on the same sample space, the joint c.d.f. is For an example, see.
Week11 Parameter, Statistic and Random Samples A parameter is a number that describes the population. It is a fixed number, but in practice we do not know.
The General Linear Model. The Simple Linear Model Linear Regression.
Probability Densities
Chapter 6 Continuous Random Variables and Probability Distributions
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Continuous random variables Uniform and Normal distribution (Sec. 3.1, )
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.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 4 Continuous Random Variables and Probability Distributions.
Moment Generating Functions 1/33. Contents Review of Continuous Distribution Functions 2/33.
Chi-squared distribution  2 N N = number of degrees of freedom Computed using incomplete gamma function: Moments of  2 distribution:
Functions of Random Variables. Methods for determining the distribution of functions of Random Variables 1.Distribution function method 2.Moment generating.
Chapter 3 Basic Concepts in Statistics and Probability
Further distributions
Statistics for Engineer Week II and Week III: Random Variables and Probability Distribution.
Moment Generating Functions
1 Normal Random Variables In the class of continuous random variables, we are primarily interested in NORMAL random variables. In the class of continuous.
Functions of Random Variables. Methods for determining the distribution of functions of Random Variables 1.Distribution function method 2.Moment generating.
K. Shum Lecture 16 Description of random variables: pdf, cdf. Expectation. Variance.
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.
Chapter 5.6 From DeGroot & Schervish. Uniform Distribution.
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
MATH 4030 – 4B CONTINUOUS RANDOM VARIABLES Density Function PDF and CDF Mean and Variance Uniform Distribution Normal Distribution.
Stats Probability Theory Summary. The sample Space, S The sample space, S, for a random phenomena is the set of all possible outcomes.
CONTINUOUS RANDOM VARIABLES
Topic 5: Continuous Random Variables and Probability Distributions CEE 11 Spring 2002 Dr. Amelia Regan These notes draw liberally from the class text,
Engineering Statistics ECIV 2305
STA347 - week 91 Random Vectors and Matrices A random vector is a vector whose elements are random variables. The collective behavior of a p x 1 random.
Week 21 Order Statistics The order statistics of a set of random variables X 1, X 2,…, X n are the same random variables arranged in increasing order.
Ver Chapter 5 Continuous Random Variables 1 Probability/Ch5.
Random Variables By: 1.
Week 61 Poisson Processes Model for times of occurrences (“arrivals”) of rare phenomena where λ – average number of arrivals per time period. X – number.
Expectations of Random Variables, Functions of Random Variables
EMIS 7300 SYSTEMS ANALYSIS METHODS FALL 2005
ASV Chapters 1 - Sample Spaces and Probabilities
The Exponential and Gamma Distributions
Chapter 4 Continuous Random Variables and Probability Distributions
Other confidence intervals
Expectations of Random Variables, Functions of Random Variables
Keller: Stats for Mgmt & Econ, 7th Ed
Main topics in the course on probability theory
Appendix A: Probability Theory
Example A device containing two key components fails when and only when both components fail. The lifetime, T1 and T2, of these components are independent.
PRODUCT MOMENTS OF BIVARIATE RANDOM VARIABLES
Parameter, Statistic and Random Samples
Linear Combination of Two Random Variables
3.1 Expectation Expectation Example
t distribution Suppose Z ~ N(0,1) independent of X ~ χ2(n). Then,
Jiaping Wang Department of Mathematical Science 04/10/2013, Wednesday
Review of Probability Concepts
Probability Review for Financial Engineers
More about Normal Distributions
Example Suppose X ~ Uniform(2, 4). Let . Find .
Continuous Probability Distributions
6.3 Sampling Distributions
Chapter 3 : Random Variables
Random Variate Generation
Continuous Probability Distributions
Further Topics on Random Variables: Derived Distributions
Further Topics on Random Variables: Derived Distributions
Berlin Chen Department of Computer Science & Information Engineering
Chapter 5 Continuous Random Variables and Probability Distributions
Continuous Distributions
Further Topics on Random Variables: Derived Distributions
Moments of Random Variables
Presentation transcript:

Functions of Random variables In some case we would like to find the distribution of Y = h(X) when the distribution of X is known. Discrete case Examples 1. Let Y = aX + b , a ≠ 0 2. Let week 7

Continuous case – Examples 1. Suppose X ~ Uniform(0, 1). Let , then the cdf of Y can be found as follows The density of Y is then given by 2. Let X have the exponential distribution with parameter λ. Find the density for 3. Suppose X is a random variable with density Check if this is a valid density and find the density of . week 7

Question Can we formulate a general rule for densities so that we don’t have to look at cdf? Answer: sometimes … Suppose Y = h(X) then and but need h to be monotone on region where density for X is non-zero. week 7

Check with previous examples: 1. X ~ Uniform(0, 1) and 2. X ~ Exponential(λ). Let 3. X is a random variable with density and week 7

Theorem If X is a continuous random variable with density fX(x) and h is strictly increasing and differentiable function form R  R then Y = h(X) has density for . Proof: week 7

Summary If Y = h(X) and h is monotone then Example X has a density Let . Compute the density of Y. week 7

More about Normal Distributions The Standard Normal (Gaussian) random variable, X ~ N(0,1), has a density function given by Exercise: Prove that this is a valid density function. The cdf of X is denoted by Φ(x) and is given by There are tables that provide Φ(x) for each x. However, Table 4 in Appendix 3 of your textbook provides 1- Φ(x). What are the mean and variance of X? E(X) = Var(X) = week 7

General Normal Distribution Let Z be a random variable with the standard normal distribution. What is the density of X = aZ + b , for ? Can apply change-of-variable theorem since h(z) = az + b is monotone and h-1 is differentiable (assuming a ≠ 0). The density of X is then This is the non-standard Normal density. What are the mean and variance of X? If Y ~ N(μ,σ2) then . week 7

Claim: If Y ~ N(μ,σ2) then X = aY + b has a N(aμ+b,a2σ2) distribution. Proof: The above claim shows that any linear transformation of a Normal random variable has another Normal distribution. If X ~ N(μ,σ2) find the following: week 7

The Chi-Square distribution Find the density of X = Z2 where Z ~ N(0,1). This is the Chi-Square density with parameter 1. Notation: . χ2 densities are subsets of the gamma family of distributions. The parameter of the Chi-Square distribution is called degrees of freedom. Recall: The Gamma density has 2 parameters (λ ,α) and is given by α – the shape parameter and λ – the scale parameter. week 7

Exercise: If find E(Y) and Var(Y). The Chi-Square density with 1 degree of freedom is the Gamma(½ , ½) density. Note: In general, the Chi-Square density with v degrees of freedom is the Gamma density with λ = ½ and α = v/2. Exercise: If find E(Y) and Var(Y). We can use Table V on page 576 to answer questions like: Find the value k for which . k is the 2.5 percentile of the distribution. Notation: . week 7