Statistical Concepts & Models
Table of Contents
Review Lessons ................................................................................................................................... 2
Lesson 1: Basic Statistical Concepts ....................................................................................... 9
Lesson 2: Basic Statistical Modeling ..................................................................................... 19
1
,Lesson 1: Basic Statistical Concepts
I will begin this module by overviewing a series of basic concepts of statistical modeling – the
concepts covered in this lesson are essential for understanding the new concepts introduced in
this course.
Review of Basic Statistical Concepts
This is a list of concepts that I'll briefly cover in this lesson. If you do not have a good
understanding of these concepts, I recommend you review them before starting on the lectures
for this course. The topics that are important for this course include:
- Moments of a Distribution which fully characterizes the distribution.
- Estimation Methods of parameters in statistical modeling, including method of moments
and maximum likelihood estimation.
- Basic Estimators for example, for the mean and variance of a random variable given its
distribution.
- Multivariate distributions along with an understanding of the difference between
marginal, conditional, and joint distribution.
- And very important for this course, Statistical Inference, including confidence intervals
and hypothesis testing.
Moments of Distribution
, What are the moments of a distribution for a random variable X with density function f(x)?
The l-th moment of the distribution of X is the expectation of X to the l-th power as defined on
the slide. Similarly, we can define the l-th central moment, which is the expectation of X minus
the mean of x to the power l. Thus, for this moment, we center the random variable around the
mean.
Two classic examples of moments are the expectation and the variance. The expectation is
the first moment and the variance is the second central moment.
Other examples include, the skewness which is the third central moment divided by the
standard deviation at the power of 3, measuring how symmetric the distribution of x is. Another
example is the Kurtosis which is the fourth central moment divided by the standard deviation at
the power of 4, measuring how fat the tails of the distribution are. Here, I described the
moments assuming X has a continuous distribution. We can also define moments for discrete
distributions. In this class, we primarily focus on continuous distributions.
Statistical Estimation