EE255/CPS226 Expected Value and Higher Moments

Slides:



Advertisements
Similar presentations
Characterizing Non- Gaussianities or How to tell a Dog from an Elephant Jesús Pando DePaul University.
Advertisements

SUMS OF RANDOM VARIABLES Changfei Chen. Sums of Random Variables Let be a sequence of random variables, and let be their sum:
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Multiple random variables Transform methods (Sec , 4.5.7)
Tch-prob1 Chapter 4. Multiple Random Variables Ex Select a student’s name from an urn. S In some random experiments, a number of different quantities.
Visual Recognition Tutorial1 Random variables, distributions, and probability density functions Discrete Random Variables Continuous Random Variables.
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:
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
4.2 Variances of random variables. A useful further characteristic to consider is the degree of dispersion in the distribution, i.e. the spread of the.
Chapter 4 DeGroot & Schervish. Variance Although the mean of a distribution is a useful summary, it does not convey very much information about the distribution.
Chapter 5.6 From DeGroot & Schervish. Uniform Distribution.
Statistics for Business & Economics
1 6. Mean, Variance, Moments and Characteristic Functions For a r.v X, its p.d.f represents complete information about it, and for any Borel set B on the.
PROBABILITY AND STATISTICS FOR ENGINEERING Hossein Sameti Department of Computer Engineering Sharif University of Technology Mean, Variance, Moments and.
Chapter 4-5 DeGroot & Schervish. Conditional Expectation/Mean Let X and Y be random variables such that the mean of Y exists and is finite. The conditional.
1 6. Mean, Variance, Moments and Characteristic Functions For a r.v X, its p.d.f represents complete information about it, and for any Borel set B on the.
Section 5 – Expectation and Other Distribution Parameters.
Section 10.5 Let X be any random variable with (finite) mean  and (finite) variance  2. We shall assume X is a continuous type random variable with p.d.f.
Week 111 Some facts about Power Series Consider the power series with non-negative coefficients a k. If converges for any positive value of t, say for.
Pattern Recognition Mathematic Review Hamid R. Rabiee Jafar Muhammadi Ali Jalali.
Random Variables By: 1.
Probability Refresher
Probability and Statistics with Reliability, Queuing and Computer Science Applications: Chapter 1 Introduction.
Expectations of Random Variables, Functions of Random Variables
Some problems on Joint Distributions,
Inequalities, Covariance, examples
ECE 313 Probability with Engineering Applications Lecture 7
ASV Chapters 1 - Sample Spaces and Probabilities
Functions and Transformations of Random Variables
Chapter 4 Continuous Random Variables and Probability Distributions
Expectations of Random Variables, Functions of Random Variables
Applied Discrete Mathematics Week 11: Relations
Handout Ch 4 實習.
STATISTICS Random Variables and Distribution Functions
PRODUCT MOMENTS OF BIVARIATE RANDOM VARIABLES
The distribution function F(x)
Lectures prepared by: Elchanan Mossel Yelena Shvets
3.1 Expectation Expectation Example
Chapter 3 Discrete Random Variables and Probability Distributions
MEGN 537 – Probabilistic Biomechanics Ch.3 – Quantifying Uncertainty
Tarbiat Modares University
Multinomial Distribution
ORDER STATISTICS AND LIMITING DISTRIBUTIONS
Dept. of Electrical & Computer engineering
Tutorial 9: Further Topics on Random Variables 2
EMIS 7300 SYSTEMS ANALYSIS METHODS FALL 2005
Dept. of Electrical & Computer engineering
CS723 - Probability and Stochastic Processes
Continuous distributions
EE255/CPS226 Discrete Random Variables
EE255/CPS226 Stochastic Processes
EE255/CPS226 Continuous Random Variables
Generating Functions.
Analysis of Engineering and Scientific Data
Handout Ch 4 實習.
Handout Ch 4 實習.
Chapter 5 Expectations 主講人:虞台文.
ORDER STATISTICS AND LIMITING DISTRIBUTIONS
Expected Value and MTTF Calculation
Dept. of Electrical & Computer engineering
Chapter 5 Applied Statistics and Probability for Engineers
Chapter 2. Random Variables
EE255/CPS226 Conditional Probability and Expectation
Further Topics on Random Variables: 1
Further Topics on Random Variables: Covariance and Correlation
Berlin Chen Department of Computer Science & Information Engineering
Continuous Distributions
Further Topics on Random Variables: Covariance and Correlation
Applied Statistics and Probability for Engineers
Fundamental Sampling Distributions and Data Descriptions
Mathematical Expectation
Presentation transcript:

EE255/CPS226 Expected Value and Higher Moments Dept. of Electrical & Computer engineering Duke University Email: bbm@ee.duke.edu, kst@ee.duke.edu 7/16/2019

Expected (Mean, Average) Value Mean, Variance and higher order moments E(X) may also be computed using distribution function In case, the summation or the integration does is not absolutely convergent, then E(X) does not exist. Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

Higher Moments RV’s X and Y (=Φ(X)). Then, Φ(X) = Xk, k=1,2,3,.., E[Xk]: kth moment k=1 Mean; k=2: Variance (Measures degree of randomness) Example: Exp(λ)  E[X]= 1/ λ; σ2 = 1/λ2 shape of the pdf (or pmf) for small and large variance values. σ is commonly referred to as the ‘standard deviation’ Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

E[ ] of mutliple RV’s If Z=X+Y, then If Z=XY, then E[X+Y] = E[X]+E[Y] (X, Y need not be independent) If Z=XY, then E[XY] = E[X]E[Y] (if X, Y are mutually independent) Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

Variance: Mutliple RV’s Var[X+Y]=Var[X]+Var[Y] (If X, Y independent) Cov[X,Y] E{[X-E[X]][Y-E[Y]]} Cov[X,Y] = 0 and (If X, Y independent) Cross Cov[ ] terms may appear if not independent. (Cross) Correlation Co-efficient: Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

Moment Generating Function (MGF) For dealing with complex function of rv’s. Use transforms (similar z-transform for pmf) If X is a non-negative continuous rv, then, If X is a non-negative discrete rv, then, M[θ] is not guaranteed to exist. But for most distributions of our interest, it does exist. Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

MGF (contd.) Complex no. domain characteristics fn. transform is If X is Gaussian N(μ, σ), then, Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

MGF Properties If Y=aX+b (translation & scaling), then, Uniqueness property Summation in one domain  convolution in the other domain. Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

MGF Properties For the LST: For the z-transform case: For the characteristic function, Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

MFG of Common Distributions Read sec. 4.5.1 pp.217-227 Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

MTTF Computation R(t) = P(X > t), X: Life-time of a component Expected life time or MTTF is In general, kth moment is, Series of components, (each has lifetime Exp(λi) Overall life time distribution: Exp( ), and MTTF = The last equality follows from by integrating by parts, int_0^∞ t R’(t) = -t R(t)|0 to ∞ + Int_0^∞ R(t) -t R(t) 0 as t ∞ since R(t)  0 faster than t  ∞. Hence, the first term disappears. Note that the MTTF of a series system is much smaller than the MTTF of an individual component. Failure of any component implies failure of the overall system. Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

Series System MTTF (contd.) RV Xi : ith comp’s life time (arbitrary distribution) Case of least common denominator. To prove above Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

MTTF Computation (contd.) Parallel system: life time of ith component is rv Xi X = max(X1, X2, ..,Xn) If all Xi’s are EXP(λ), then, As n increases, MTTF also increases as does the Var. These are notes. Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University

Standby Redundancy A system with 1 component and (n-1) cold spares. Life time, If all Xi’s same,  Erlang distribution. Read secs. 4.6.4 and 4.6.5 on TMR and k-out of-n. Sec. 4.7 - Inequalities and Limit theorems Bharat B. Madan, Department of Electrical and Computer Engineering, Duke University