Statistics [11]: Parameter Interval Estimation
Published:
Point estimation refers to constructing certain statistical quantities using a point, and interval estimation is to estimate the unknown parameters using an interval.
Definition
Assume are samples from
,
is an unknown parameter.
is a random interval, which is determined by the samples. Interval estimation of
with a confidence level
refres to
where
is a two-sided confidence interval;
and
are one-sided confidence intervals.
Pivot Method
- Construct a pivot,
, which is determined by samples and the unknown parameters completely and the distribution of
doesn’t rely on the unknown parameters.
- Choose two constants
, for the given
, there is
- Solve
, yielding
.
Example 1
Assume are samples from normal distribution
,
is known and
is unknown, find the confidence interval of
with confidence level
.
Solution. Firstly, the point estimation of is
, the pivot can be chosen as
Hence,
Next, determine and
that minimize the length of the confidence interval.
Assume the distribution function of the pivot is and the probability density function is
, the problem becomes an optimization problem with constraint
.
To solve this optimization problem, we can use the method of Lagrange multipliers, let the Lagrange multiplier be , then
Differentiate with respect to
and
respectively, yielding
Solving these equations, we have and
. Hence,
and
Therefore, and
are the
qunatile and
quantile of the standard normal distribution respectively.
Lower and Upper Quantiles
Assume is a continuous random variable, if
, then
is called the lower
quantile.
quantile of standard normal distribution:
quantile of
with
degree of freedom:
quantile of
distribution with
degree of freedom:
quantile of
distribution with
degree of freedom:
Assume is a continuous random variable, if
, then
is called the upper
quantile.
Example 2
Assume ,
is unknown, find the
confidence interval of
.
Solution. Firstly, we have and
, hence
Therefore,
Using the lookup table, we have
Example 3
Assume ,
and
are unknown, find the
confidence interval of
.
SOlution. Firstly, we have
which can be chosen as the pivot. Then,
Therefore,
Example 4
Assume are samples from
, find the confidence interval of
.
Solution. Firstly, we can proof that
Let the random variable has the
distribution with
degrees of freedom with probability density function
and random variable have the exponential distribution with mean
with probability density function
For ,
For ,
Thus, for
.
With this relation, we have
Therefore,
Large Sample Interval Estimation
When the samples are large enough, the confidence interval can be constructed using asymptotic distribution.
Example 5
Assume are samples from
, find the confidence interval of
.
Solution. The expectation and variance of the samples are respectively
According to the central-limit theorem, when is large enough, there exists asymptotic distribution
which can be standardized to get the pivot
Hence,
Solve this inequality, we have
where , when
is large,
is very small, therefore, the
confidence level of
can be estimated as
Table of Contents
- Probability vs Statistics
- Shakespear’s New Poem
- Some Common Discrete Distributions
- Some Common Continuous Distributions
- Statistical Quantities
- Order Statistics
- Multivariate Normal Distributions
- Conditional Distributions and Expectation
- Problem Set [01] - Probabilities
- Parameter Point Estimation
- Evaluation of Point Estimation
- Parameter Interval Estimation
- Problem Set [02] - Parameter Estimation
- Parameter Hypothesis Test
- t Test
- Chi-Squared Test
- Analysis of Variance
- Summary of Statistical Tests
- Python [01] - Data Representation
- Python [02] - t Test & F Test
- Python [03] - Chi-Squared Test
- Experimental Design
- Monte Carlo
- Variance Reducing Techniques
- From Uniform to General Distributions
- Problem Set [03] - Monte Carlo
- Unitary Regression Model
- Multiple Regression Model
- Factor and Principle Component Analysis
- Clustering Analysis
- Summary
Comments