
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Definitions, examples, and propositions related to point estimation, including the concept of unbiased estimators and their mean square error. It also introduces the principle of minimum variance unbiased estimation and provides a theorem for the normal distribution. Students will learn how to find point estimates and their standard errors for various distributions.
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Point Estimation : August 19, 2011 1
Definition. A point estimate of a parameter θ(unknown) is a single number, computed from the sample data, that can be regarded as an educated guess for the value of the parameter θ.
Example.
a. Suppose we want to estimate the proportion p of all crashes that results in no damages in a population of automobiles from a certain manufacturer. In a sample of 25 cars, 15 cars result in such crashes, what is the estimate of the proportion p?
b. 20 observations on the dielectric breakdown voltage for pieces of epoxy resin yield the following statistcis: sample mean X¯ = 27. 793 and the median M = 27. 960. What is the estimate of the mean, μ, of the population of interest?
Remark. A point estimate is obtained by selecting a suitable statistic and computing its value from the sample data. The selected statistic is called the point estimator.
Definition (MSE: accuracy and precision of the estimator). The mean square error of an estimator, θˆ, of θ is the quantity M SE(θˆ) = E[(θˆ − θ)^2 ].
It measures the accuracy and the precision of the estimator.
Definition. A point estimator θˆ is said to be unbiased estimator of θ if E[θˆ] = θ for every possible value of θ; otherwise θˆ is said to be biased and the difference E[ˆθ] − θ is called the bias of θˆ.
Example. Suppose that X, the reaction time to a certain stimulus, has a uniform distribution on the interval (0, θ) ( where θ is unknown)What is the estimator of θ? Is it unbiased? Can you find an unbiased estimator based on the first one? Given a random sample of n = 5 reaction times x 1 = 4. 2 x 2 = 1. 7 x 3 = 2. 4 x 4 = 3. 9 x 5 = 1. 3 , Find the estimate of θ.
Proposition 1. When X is a binomial random variable with parameters n and p, the sample proportion pˆ = X/n is an unbiased estimator of p.
Proposition 2. If X 1 , X 2 , · · · , Xn is a random sample from a distribution with mean μ and variance σ^2 , then X¯ is an unbiased estimator of μ and S^2 is an unbiased estimator of σ^2. If in addition the distribution is continuous and symmetric, then the median M and any trimmed mean are also unbiased estimators of μ.
Principle of Minimum variance Unbiased Estimation Among all estimators of θ that are unbiased, choose the one that has minimum variance. The resulting θˆ is called the the minimum variance unbiased estimator (MVUE) of θ.
Theorem. Let X 1 , X 2 , · · · , Xn be a random sample from the normal distribution with parameters μ and σ. Then, the estimator μˆ = X¯ is the MVUE for μ.
So in example 1-b, X¯ should be used to estimate μ, because the underlining population has a normal distribution.
Remark. In general, the best estimator for μ depends crucially on which distribution is being sampled.
Definition. The standard error of an estimator θˆ is its standard deviation
V ar[θˆ]. If the standard error itself
involves unknown parameters whose values can be estimated, substitution of these estimate into
V ar[ˆθ] yields the
estimated standard error of the estimator,and is denoted by
V ar[θˆ].
Example.
Assuming that the breakdown voltage is normally distributed, μˆ = X¯ is the best unbiased estimator of μ. Find the standard error of X¯ in the following 2 cases (a) the value of σ is known to be 1.5, (b) the value of σ is unknown and the sample standard deviation is s = 1. 462
Homework. 6.1[pages 240-243] 3, 4, 13.