1 / 34

MEAN AND VARIANCE OF A DISTRIBUTION

MEAN AND VARIANCE OF A DISTRIBUTION. Discrete Uniform Distribution. Discrete Uniform Distribution  is a probability distribution whereby a finite number of equally spaced values are equally likely to be observed; every one of  n  values has equal probability  1/n .

cybil
Télécharger la présentation

MEAN AND VARIANCE OF A DISTRIBUTION

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MEAN AND VARIANCE OF A DISTRIBUTION

  2. Discrete Uniform Distribution • Discrete Uniform Distribution is a probability distribution whereby a finite number of equally spaced values are equally likely to be observed; every one of n values has equal probability 1/n. • A simple example of the discrete uniform distribution is throwing a fair die.

  3. Continuous Uniform Distribution Continuous Uniform Distribution orRectangular Distribution is a family of probability distributions such that for each member of the family, all intervals of the same length on the distribution's support are equally probable. 

  4. p(x) 1 x 1 We can see it’s a probability distribution because it integrates to 1 (the area under the curve is 1): Example -Uniform Distribution The uniform distribution: all values are equally likely. f(x)=1, for 1x 0

  5. p(x) 1 ½ 0 x 1 Example: Uniform Distribution What’s the probability that x is between 0 and ½? P(½ x 0)= ½

  6. Expected Value and Variance • All probability distributions are characterized by an expected value (mean) and a variance (standard deviation squared). • Expected value is an extremely useful concept for good decision-making!

  7. Example: The Lottery • A certain lottery works by picking 6 numbers from 1 to 49. It costs $1.00 to play the lottery, and if you win, you win $2 million. • If you play the lottery once, what are your expected winnings or losses?

  8. x$ p(x) -1 .999999928 + 2 million 7.2 x 10--8 “49 choose 6” Out of 49 numbers, this is the number of distinct combinations of 6. Lottery Calculate the probability of winning in 1 try: The probability function (note, sums to 1.0):

  9. x$ p(x) -1 .999999928 + 2 million 7.2 x 10--8 Expected Value The probability function Expected Value E(X) = P(win)*$2,000,000 + P(lose)*-$1.00 = 2.0 x 106 * 7.2 x 10-8+ .999999928 (-1) =.144 - .999999928 = -$.86 Negative expected value is never good! You shouldn’t play if you expect to lose money!

  10. Expected Value If you play the lottery every week for 10 years, what are your expected winnings or losses?

  11. Expected Value If you play the lottery every week for 10 years, what are your expected winnings or losses? 520 x (-.86) = -$447.20

  12. Expected Value of a Random Variable • Expected value is just the average or mean (µ) of random variable x. • It’s sometimes called a “weighted average” because more frequent values of X are weighted more highly in the average. • It’s also how we expect X to behave on-average over the long run (“frequentist” view again).

  13. Expected Value Discrete Case: Continuous Case:

  14. Symbol Interlude • E(X) = µ • These symbols are used interchangeably

  15. x 10 11 12 13 14 P(x) .4 .2 .2 .1 .1 Example: Expected Value • Consider the following Probability Distribution:

  16. Example - Expectation One thousand tickets are sold at $1 each for a colour television valued at $500. What is the Expected Value of gain if a person purchases one ticket ?

  17. Example - Expectation One thousand tickets are sold at $1 each for four prizes of $100, $50, $25 and $10. What is the Expected Value of winning a prize if a person purchases two tickets ?

  18. Variance/Standard Deviation 2 = Var(x) = E(x-)2 “The expected (or average) squared distance (or deviation) from the mean”

  19. Variance Discrete Case: Continuous Case:

  20. Symbol Interlude • Var(X)= 2 • SD(X) =  • these symbols are used interchangeably

  21. Practice Problem It costs $1.00 to play the lottery. The probability of winning the lottery is 18/38 and losing the lottery is 20/38. The mean (already calculated) is -$.053. What’s the variance of X ?

  22. Practice Problem Standard deviation is $.99. Interpretation: On average, you’re either 1 dollar above or 1 dollar below the mean, which is just under zero. Makes sense!

  23. Theorem The variance of a random variable X is б2 = E(X2) - µ2 OR б2 = E(X2) – [E(X)]2

  24. Example Let the random variable X represent the number of defective parts for a machine when 3 parts are sampled from a production line and tested. Calculate Variance of the following Probability Distribution of X.

  25. Problem 1 Find the mean and the variance of the random variable X with probability function or density f(x): f(x) = 2x, (0 ≤ x ≤ 1)

  26. Problem 3 Find the mean and the variance of the random variable X with probability function f(x): X = Number a fair die turns up

  27. Problem 5 Find the mean and the variance of the random variable X with probability function or density f(x): Uniform distribution on [ 0, 8 ]

  28. Uniform Distribution • f(x) = 1/b-a a ≤ x ≤ b 0 Otherwise • F(x) = x-a/b-a a ≤ x ≤ b 0 Otherwise

  29. Problem 7 What is the expected daily profit, if a store sells X air conditioners per day with probability f(10) = 0.1, f(11) = 0.3, f(12) = 0.4, f(13) = 0.2, and profit per air conditioner is $55 ?

  30. Problem 9 If the mileage (in multiples of 1000 miles) after which a tyre must be replaced is given by the random variable X with density f(x) = θ e-θx (x > 0). What mileage can you expect to get on one of these tyres? Also find the probability that a tyre will last at least 40,000 miles.

  31. Problem 11 A small filling station is supplied with gasoline every Saturday afternoon. Assume that its volume X of sales in ten thousands of gallons has the probability density f(x) = 6x ( 1 – x ), if 0 ≤ x ≤ 1 and 0 otherwise. Determine the mean, variance and the standardized variable.

  32. Standardized Random Variable Z = X - µ б Std Rand Variable = X - Mean Std Deviation

  33. Problem 13 Let X [cm] be the diameter of bolts in a production. Assume that X has the density f(x) = k ( x – 0.9 ) ( 1.1 – x ) if 0.9 < x < 1.1 and 0 otherwise. Determine k, sketch f(x), and find µ and б2.

  34. ASSIGNMENT NO 1 • Briefly describe following with the help of examples: • Role of Probability • Relation between Probability and Statistical Inference • Random Sampling • Bayes’ Rule • Joint Probability Distribution • Hand Written assignments be submitted by 15 Nov 2012. • Copying and Late Submissions will have appropriate penalty.

More Related