SlideShare a Scribd company logo
1 of 18
1
CO-2 – Probability
Session-11:
Session Topic: Higher Order Moments, Variance, Standard
Deviation
Probability, Statistics and Queueing Theory
(Course code: 21MT2103RA)
2
CO#2
(Probability)
- Continuous Random Variables: Uniform, Exponential and Normal
Random Variables
- Expectation of a Random Variable : Discrete and Continuous
Case
- Expectation of a Function of a Random Variable
- Higher Order Moments, Variance, Standard Deviation
- Jointly Distributed Random Variables
- Joint Distribution Functions, Independent Random Variables
3
If X is a random variable (rv) and Y=g(X), then Y itself is a rv.
If X is a discrete rv, the expectation of Y = g(X) is given by
If X is a continuous rv, the expectation of Y = g(X) is given by
High-order moments are moments beyond 4th-order moments. As with variance,
skewness, and kurtosis, these are higher-order statistics, involving non-linear combinations
of the data, and can be used for description or estimation of further shape parameters.
Higher order moments of a Random Variable
4
In mathematics, the moments of a function are quantitative measures related to the
shape of the function's graph. High-order moments are moments beyond 4th-order
moments.
As with variance, skewness, and kurtosis, these are higher-order statistics,
involving non-linear combinations of the data, and can be used for description or
estimation of further shape parameters.
The “moments” of a random variable (or of its distribution) are expected values of
powers or related functions of the random variable.
The r th moment of X is E(Xr ) In particular, the first moment is the mean, µX =
E(X) In particular, the second central moment is the variance, σ 2 X = Var(X) =
E[(X − µX) 2 ].
Higher order moments of a Random Variable
5
We have
So, we can compute the expectation of Xr when X is either a discrete rv or a
continuous rv using the above formulae.
If E[Xr] exists, it is called rth moment of X about the origin.
We will be specially interested in the 2nd order moment of X about the origin,
i.e., E[X2] because it is useful to compute variance of X.
Higher order moments of a Random Variable
6
The variance of a random variable X is defined to be
σ2=Var(X)=E[(X−μ)2]
where μ denotes the expected value of X
σ2=Var(X)=
The variance is a measure of how spread out the distribution of a random
variable is. Variance is a measure of the spread of data around the mean of the
distribution. Variance is the 2nd moment of X about the mean of X
Note that Var(X) has a different unit than X. For example, if X is measured in
meters then Var(X) is in meters2.
To solve this issue, we define another measure, called the standard deviation,
usually shown as σX, which is simply the square root of variance.
The standard deviation of a random variable X is defined as
Variance and Standard Deviation
7
The variance of a random variable X is defined to be
Var(X) =
Variance is a measure of the spread of data around the mean of the distribution.
The standard deviation, usually denoted as σX, is the square root of variance.
The graph shows curves of two
normal distributions with the same
mean = 50mm.
The solid blue
distribution has larger standard
deviation than that of the
dashed red distribution.
Variance and Standard Deviation
source: https://support.minitab.com/en-us/minitab-express/1/probability_dist_plot_variance_def.png
8
The graph shows two distributions
With different means and Equal Variance
Variance and Standard Deviation
source: Alex Tsun, "Probability & Statistics with Applications to Computing"
9
variance of a random variable X Var(X) =
Computational formula for the variance:
Var(X) =
Proof:
Let µ = E [X] as a shorthand. Then,
Caution: Notice that
Variance
10
Problem:
Let X be a random variable showing the value of the outcome of throwing a fair
dice. Compute the standard deviation of X.
Solution: We need to compute E[X] and E[X*X] because variance can be
computed as
Since all 6 outcomes are equally likely, the PMF of X is
P(x) = ⅙ for x=1,2,3,4,5,6.
Variance of a Discrete Random Variable
11
Problem:
Let X be a random variable showing the value of the outcome of throwing a fair
dice. Compute the standard deviation of X.
Solution: We need to compute E[X] and E[X*X] because variance can be
computed as
Since all 6 outcomes are equally likely, the PMF of X is
P(x) = ⅙ for x=1,2,3,4,5,6.
E[X] = ⅙ [1+2+3+4+5+6] = 7/2
So, E[X*X] = Σ x*x * P(x)
= ⅙ [1x1 + 2x2 + 3x3 + 4x4 + 5x5 + 6x6]
= 91/6.
So, Variance = 91/6 - (7/2)(7/2)
= 2.92
So, standard deviation of X is =
Variance of a Discrete Random Variable
12
Problem: Compute variance of a continuous rv, X, with the following pdf:
Solution:
Variance of a Continuous Random Variable
13
Problem: Compute variance of X with the following pdf:
Solution: E[X] = 3/2
= 3 - (3/2)(3/2) = 3/4
Variance of a Continuous Random Variable
source: https://www.probabilitycourse.com/chapter4/4_1_2_expected_val_variance.php
14
Problem: Let X∼Uniform(a,b). Compute variance of X.
Solution: Let us compute E[X] and E[X*X] because variance can be computed as
The pdf of a uniform rv is given by
Variance of
a Continuous Uniform Random Variable
15
Problem: Let X∼Uniform(a,b). Compute variance of X.
Solution:
The pdf of a uniform rv is given by
Variance of
a Continuous Uniform Random Variable
16
T.
Mean and Variance of common probability distributions
source: https://en.wikipedia.org/wiki/Variance
17
In case of Normal distribution, 68.2% of the data points lie within one standard
deviation around the mean. In other words,
P(X 𝞊 [𝝻 - 𝞂, 𝝻 + 𝞂] ) = 0.68
Significance of standard deviation
source: https://en.wikipedia.org/wiki/File:Standard_deviation_diagram_micro.svg
18
References
* Section 3.3 of TS1: Alex Tsun, Probability & Statistics with Applications to
Computing (Available at:
http://www.alextsun.com/files/Prob_Stat_for_CS_Book.pdf)
* https://www.probabilitycourse.com/chapter3/3_2_4_variance.php ,
https://www.probabilitycourse.com/chapter4/4_1_2_expected_val_variance.php
* Chapter IX.4 of TP1: William Feller, An Introduction to Probability Theory and Its
Applications: Volume 1, Third Edition, 1968 by John Wiley & Sons,Inc.
* https://amsi.org.au/ESA_Senior_Years/SeniorTopic4/4e/4e_2content_4.html
* Video:
https://www.youtube.com/watch?v=5CT1DXPp2HY&list=PLeB45KifGiuHesi4PAL
NZSYZFhViVGQJK

More Related Content

Similar to PSQT_CO2_S11_Variance_V3.pptx

Qt random variables notes
Qt random variables notesQt random variables notes
Qt random variables notesRohan Bhatkar
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionApril Palmes
 
STAT 253 Probability and Statistics UNIT II.pdf
STAT 253 Probability and Statistics UNIT II.pdfSTAT 253 Probability and Statistics UNIT II.pdf
STAT 253 Probability and Statistics UNIT II.pdfsomenewguyontheweb
 
The Wishart and inverse-wishart distribution
 The Wishart and inverse-wishart distribution The Wishart and inverse-wishart distribution
The Wishart and inverse-wishart distributionPankaj Das
 
Statistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritStatistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritSelvin Hadi
 
this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...BhojRajAdhikari5
 
Estimation theory 1
Estimation theory 1Estimation theory 1
Estimation theory 1Gopi Saiteja
 
understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...elistemidayo
 
Doe02 statistics
Doe02 statisticsDoe02 statistics
Doe02 statisticsArif Rahman
 
Normal distribution
Normal distributionNormal distribution
Normal distributionAlok Roy
 
1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviation1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviationONE Virtual Services
 
02-Random Variables.ppt
02-Random Variables.ppt02-Random Variables.ppt
02-Random Variables.pptAkliluAyele3
 
Chapter 4 part2- Random Variables
Chapter 4 part2- Random VariablesChapter 4 part2- Random Variables
Chapter 4 part2- Random Variablesnszakir
 
AP Statistic and Probability 6.1 (1).ppt
AP Statistic and Probability 6.1 (1).pptAP Statistic and Probability 6.1 (1).ppt
AP Statistic and Probability 6.1 (1).pptAlfredNavea1
 

Similar to PSQT_CO2_S11_Variance_V3.pptx (20)

Variance.pdf
Variance.pdfVariance.pdf
Variance.pdf
 
Qt random variables notes
Qt random variables notesQt random variables notes
Qt random variables notes
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability Distribution
 
STAT 253 Probability and Statistics UNIT II.pdf
STAT 253 Probability and Statistics UNIT II.pdfSTAT 253 Probability and Statistics UNIT II.pdf
STAT 253 Probability and Statistics UNIT II.pdf
 
The Wishart and inverse-wishart distribution
 The Wishart and inverse-wishart distribution The Wishart and inverse-wishart distribution
The Wishart and inverse-wishart distribution
 
Statistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritStatistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskrit
 
Chapter7
Chapter7Chapter7
Chapter7
 
this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...
 
Estimation theory 1
Estimation theory 1Estimation theory 1
Estimation theory 1
 
understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...
 
Guia de estudio para aa5
Guia de estudio  para aa5 Guia de estudio  para aa5
Guia de estudio para aa5
 
Paper06
Paper06Paper06
Paper06
 
Doe02 statistics
Doe02 statisticsDoe02 statistics
Doe02 statistics
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
2 UNIT-DSP.pptx
2 UNIT-DSP.pptx2 UNIT-DSP.pptx
2 UNIT-DSP.pptx
 
1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviation1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviation
 
02-Random Variables.ppt
02-Random Variables.ppt02-Random Variables.ppt
02-Random Variables.ppt
 
Chapter 4 part2- Random Variables
Chapter 4 part2- Random VariablesChapter 4 part2- Random Variables
Chapter 4 part2- Random Variables
 
AP Statistic and Probability 6.1 (1).ppt
AP Statistic and Probability 6.1 (1).pptAP Statistic and Probability 6.1 (1).ppt
AP Statistic and Probability 6.1 (1).ppt
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 

Recently uploaded

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

PSQT_CO2_S11_Variance_V3.pptx

  • 1. 1 CO-2 – Probability Session-11: Session Topic: Higher Order Moments, Variance, Standard Deviation Probability, Statistics and Queueing Theory (Course code: 21MT2103RA)
  • 2. 2 CO#2 (Probability) - Continuous Random Variables: Uniform, Exponential and Normal Random Variables - Expectation of a Random Variable : Discrete and Continuous Case - Expectation of a Function of a Random Variable - Higher Order Moments, Variance, Standard Deviation - Jointly Distributed Random Variables - Joint Distribution Functions, Independent Random Variables
  • 3. 3 If X is a random variable (rv) and Y=g(X), then Y itself is a rv. If X is a discrete rv, the expectation of Y = g(X) is given by If X is a continuous rv, the expectation of Y = g(X) is given by High-order moments are moments beyond 4th-order moments. As with variance, skewness, and kurtosis, these are higher-order statistics, involving non-linear combinations of the data, and can be used for description or estimation of further shape parameters. Higher order moments of a Random Variable
  • 4. 4 In mathematics, the moments of a function are quantitative measures related to the shape of the function's graph. High-order moments are moments beyond 4th-order moments. As with variance, skewness, and kurtosis, these are higher-order statistics, involving non-linear combinations of the data, and can be used for description or estimation of further shape parameters. The “moments” of a random variable (or of its distribution) are expected values of powers or related functions of the random variable. The r th moment of X is E(Xr ) In particular, the first moment is the mean, µX = E(X) In particular, the second central moment is the variance, σ 2 X = Var(X) = E[(X − µX) 2 ]. Higher order moments of a Random Variable
  • 5. 5 We have So, we can compute the expectation of Xr when X is either a discrete rv or a continuous rv using the above formulae. If E[Xr] exists, it is called rth moment of X about the origin. We will be specially interested in the 2nd order moment of X about the origin, i.e., E[X2] because it is useful to compute variance of X. Higher order moments of a Random Variable
  • 6. 6 The variance of a random variable X is defined to be σ2=Var(X)=E[(X−μ)2] where μ denotes the expected value of X σ2=Var(X)= The variance is a measure of how spread out the distribution of a random variable is. Variance is a measure of the spread of data around the mean of the distribution. Variance is the 2nd moment of X about the mean of X Note that Var(X) has a different unit than X. For example, if X is measured in meters then Var(X) is in meters2. To solve this issue, we define another measure, called the standard deviation, usually shown as σX, which is simply the square root of variance. The standard deviation of a random variable X is defined as Variance and Standard Deviation
  • 7. 7 The variance of a random variable X is defined to be Var(X) = Variance is a measure of the spread of data around the mean of the distribution. The standard deviation, usually denoted as σX, is the square root of variance. The graph shows curves of two normal distributions with the same mean = 50mm. The solid blue distribution has larger standard deviation than that of the dashed red distribution. Variance and Standard Deviation source: https://support.minitab.com/en-us/minitab-express/1/probability_dist_plot_variance_def.png
  • 8. 8 The graph shows two distributions With different means and Equal Variance Variance and Standard Deviation source: Alex Tsun, "Probability & Statistics with Applications to Computing"
  • 9. 9 variance of a random variable X Var(X) = Computational formula for the variance: Var(X) = Proof: Let µ = E [X] as a shorthand. Then, Caution: Notice that Variance
  • 10. 10 Problem: Let X be a random variable showing the value of the outcome of throwing a fair dice. Compute the standard deviation of X. Solution: We need to compute E[X] and E[X*X] because variance can be computed as Since all 6 outcomes are equally likely, the PMF of X is P(x) = ⅙ for x=1,2,3,4,5,6. Variance of a Discrete Random Variable
  • 11. 11 Problem: Let X be a random variable showing the value of the outcome of throwing a fair dice. Compute the standard deviation of X. Solution: We need to compute E[X] and E[X*X] because variance can be computed as Since all 6 outcomes are equally likely, the PMF of X is P(x) = ⅙ for x=1,2,3,4,5,6. E[X] = ⅙ [1+2+3+4+5+6] = 7/2 So, E[X*X] = Σ x*x * P(x) = ⅙ [1x1 + 2x2 + 3x3 + 4x4 + 5x5 + 6x6] = 91/6. So, Variance = 91/6 - (7/2)(7/2) = 2.92 So, standard deviation of X is = Variance of a Discrete Random Variable
  • 12. 12 Problem: Compute variance of a continuous rv, X, with the following pdf: Solution: Variance of a Continuous Random Variable
  • 13. 13 Problem: Compute variance of X with the following pdf: Solution: E[X] = 3/2 = 3 - (3/2)(3/2) = 3/4 Variance of a Continuous Random Variable source: https://www.probabilitycourse.com/chapter4/4_1_2_expected_val_variance.php
  • 14. 14 Problem: Let X∼Uniform(a,b). Compute variance of X. Solution: Let us compute E[X] and E[X*X] because variance can be computed as The pdf of a uniform rv is given by Variance of a Continuous Uniform Random Variable
  • 15. 15 Problem: Let X∼Uniform(a,b). Compute variance of X. Solution: The pdf of a uniform rv is given by Variance of a Continuous Uniform Random Variable
  • 16. 16 T. Mean and Variance of common probability distributions source: https://en.wikipedia.org/wiki/Variance
  • 17. 17 In case of Normal distribution, 68.2% of the data points lie within one standard deviation around the mean. In other words, P(X 𝞊 [𝝻 - 𝞂, 𝝻 + 𝞂] ) = 0.68 Significance of standard deviation source: https://en.wikipedia.org/wiki/File:Standard_deviation_diagram_micro.svg
  • 18. 18 References * Section 3.3 of TS1: Alex Tsun, Probability & Statistics with Applications to Computing (Available at: http://www.alextsun.com/files/Prob_Stat_for_CS_Book.pdf) * https://www.probabilitycourse.com/chapter3/3_2_4_variance.php , https://www.probabilitycourse.com/chapter4/4_1_2_expected_val_variance.php * Chapter IX.4 of TP1: William Feller, An Introduction to Probability Theory and Its Applications: Volume 1, Third Edition, 1968 by John Wiley & Sons,Inc. * https://amsi.org.au/ESA_Senior_Years/SeniorTopic4/4e/4e_2content_4.html * Video: https://www.youtube.com/watch?v=5CT1DXPp2HY&list=PLeB45KifGiuHesi4PAL NZSYZFhViVGQJK