Chebychev, Hoffding, Chernoff

Slides:



Advertisements
Similar presentations
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.
Advertisements

Occupancy Problems m balls being randomly assigned to one of n bins. (Independently and uniformly) The questions: - what is the maximum number of balls.
Statistics 1: Introduction to Probability and Statistics Section 3-3.
1. Variance of Probability Distribution 2. Spread 3. Standard Deviation 4. Unbiased Estimate 5. Sample Variance and Standard Deviation 6. Alternative Definitions.
Probability Theory Part 2: Random Variables. Random Variables  The Notion of a Random Variable The outcome is not always a number Assign a numerical.
Variance and Standard Deviation The Expected Value of a random variable gives the average value of the distribution The Standard Deviation shows how spread.
Measures of Spread The Range, Variance, and Standard Deviation.
2003/04/23 Chapter 3 1頁1頁 3.6 Expected Value of Random Variables.
Variability Measures of spread of scores range: highest - lowest standard deviation: average difference from mean variance: average squared difference.
Math Camp 2: Probability Theory Sasha Rakhlin. Introduction  -algebra Measure Lebesgue measure Probability measure Expectation and variance Convergence.
The moment generating function of random variable X is given by Moment generating function.
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.
Chapter 16: Random Variables
Review of Probability and Statistics
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 7 Statistical Intervals Based on a Single Sample.
Some Continuous Probability Distributions Asmaa Yaseen.
 Deviation is a measure of difference for interval and ratio variables between the observed value and the mean.  The sign of deviation (positive or.
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.
Measures of Variability Objective: Students should know what a variance and standard deviation are and for what type of data they typically used.
Lectures prepared by: Elchanan Mossel elena Shvets Introduction to probability Stat 134 FAll 2005 Berkeley Follows Jim Pitman’s book: Probability Section.
Lecture Discrete Probability. 5.3 Bayes’ Theorem We have seen that the following holds: We can write one conditional probability in terms of the.
Continuous Distributions The Uniform distribution from a to b.
GrowingKnowing.com © Expected value Expected value is a weighted mean Example You put your data in categories by product You build a frequency.
1 Chapter 16 Random Variables. 2 Expected Value: Center A random variable assumes a value based on the outcome of a random event.  We use a capital letter,
X = 2*Bin(300,1/2) – 300 E[X] = 0 Y = 2*Bin(30,1/2) – 30 E[Y] = 0.
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.
The Standard Deviation of a Discrete Random Variable Lecture 24 Section Fri, Oct 20, 2006.
The Mean of a Discrete RV The mean of a RV is the average value the RV takes over the long-run. –The mean of a RV is analogous to the mean of a large population.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 5 Discrete Random Variables.
Chapter 5.6 From DeGroot & Schervish. Uniform Distribution.
SECTION 12-3 Measures of Dispersion Slide
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.
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
Chapter 7 Sampling and Sampling Distributions ©. Simple Random Sample simple random sample Suppose that we want to select a sample of n objects from a.
6.3 THE CENTRAL LIMIT THEOREM. DISTRIBUTION OF SAMPLE MEANS  A sampling distribution of sample means is a distribution using the means computed from.
Week 121 Law of Large Numbers Toss a coin n times. Suppose X i ’s are Bernoulli random variables with p = ½ and E(X i ) = ½. The proportion of heads is.
Numerical parameters of a Random Variable Remember when we were studying sets of data of numbers. We found some numbers useful, namely The spread The.
Review of Statistical Terms Population Sample Parameter Statistic.
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.
The Variance of a Random Variable Lecture 35 Section Fri, Mar 26, 2004.
Mean and Standard Deviation Lecture 23 Section Fri, Mar 3, 2006.
Chapter 6 Large Random Samples Weiqi Luo ( 骆伟祺 ) School of Data & Computer Science Sun Yat-Sen University :
Closing prices for two stocks were recorded on ten successive Fridays. Mean = 61.5 Median = 62 Mode = 67 Mean = 61.5 Median = 62 Mode =
Chapter 7 Lesson 7.4a Random Variables and Probability Distributions 7.4: Mean and Standard Deviation of a Random Variable.
Week 61 Poisson Processes Model for times of occurrences (“arrivals”) of rare phenomena where λ – average number of arrivals per time period. X – number.
Discrete Probability Distributions
Basic statistics Usman Roshan.
Sampling and Sampling Distributions
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Chapter 3: Discrete Random Variables and Their Distributions CIS.
Math a Discrete Random Variables
Basic statistics Usman Roshan.
Applied Discrete Mathematics Week 11: Relations
Expected Values.
6-3The Central Limit Theorem.
Mean and Standard Deviation
Standard Deviation Lecture 18 Sec Tue, Oct 4, 2005.
Chapter 16 Random Variables.
Chapter 15 Random Variables.
Chapter 4: Mathematical Expectation:
More about Normal Distributions
Measures of Dispersion (Spread)
Mean and Standard Deviation
Mean and Standard Deviation
Standard Deviation Lecture 20 Sec Fri, Feb 23, 2007.
Exam 2 - Review Chapters
Standard Deviation Lecture 20 Sec Fri, Sep 28, 2007.
6.3 Sampling Distributions
Continuous Distributions
The Mean Variance Standard Deviation and Z-Scores
Mathematical Expectation
Presentation transcript:

Chebychev, Hoffding, Chernoff

Histo 1 X = 2*Bin(300,1/2) – 300 E[X] = 0

Histo 2 Y = 2*Bin(30,1/2) – 30 E[Y] = 0

Histo 3 Z = 4*Bin(10,1/4) – 10 E[Z] = 0

Histo 4 W = 0 E[W] = 0

A natural question: Is there a good parameter that allow to distinguish between these distributions? Is there a way to measure the spread?

Variance and Standard Deviation The variance of X, denoted by Var(X) is the mean squared deviation of X from its expected value m = E(X): Var(X) = E[(X-m)2]. The standard deviation of X, denoted by SD(X) is the square root of the variance of X.

Computational Formula for Variance E[ (X-m)2] = E[X2 – 2m X + m2] E[ (X-m)2] = E[X2] – 2m E[X] + m2 E[ (X-m)2] = E[X2] – 2m2+ m2 E[ (X-m)2] = E[X2] – E[X]2

Properties of Variance and SD  

Markov

Chebyshev’s Inequality Theorem: X is random variable on sample space S, and P(X=r) it’s probability distribution. Then for any positive real number r: (proof in book) In words: the probability of finding a value of X farther away from the mean than r is smaller than the variance divided by r^2. r

Example:  

Proof  

Popular form (same) “k standard deviations”

Example

Hoffding (1963) Let be random variables that for

, Chernoff

Example