Statistics [09]: Parameter Point Estimation
Published:
Assume are samples from a population, point estimation refers to constructing certain statistical quantities that can be used to estimate the distribution of the population. The method is not unique, the most commonly used methods are the method of moments and the method of maximum likelihood.
Method of Moments
The basic idea is to equate sample moments with theoretical moments, where the moments can be raw moments or central moments or variance.
Example 1
Assume are samples from uniform distribution , estimate using the method of moments.
Solution 1.
Solution 2.
Example 2
Assume are samples from binomial distribution , estimate using the method of moments.
Solution 1.
Solution 2.
Method of Maximum Likelihood
The abasic idea of maximum likelihood is to estimate the unknown parameters that would maximize the probability of getting the data we have observed.
Assume we have a random sample , each with a probability function . Then, the likelihood function can be expressed as
If satisfies , then is called maximum likelihood estimation (MLE).
In practice, we often use the log form of the likelihood function, then it becomes
Example 3
Assume are samples from exponential distribution , find .
Solution.
.
Example 4
Assume are samples from Poisson distribution , find .
Solution.
.
Example 5
Assume are samples from normal distribution , find .
Solution.
.
For ,
For ,
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