πStatistical Inference I Notes
The theory of estimation invented by Prof. R. A. Fisher in a series of fundamental papers in around 1930.
Statistical inference is a process of drawing conclusions about a population based on the information gathered from a sample. It involves using statistical techniques to analyse data, estimate parameters, test hypotheses, and quantify uncertainty. In essence, it allows us to make inferences about a larger group (i.e. population) based on the characteristics observed in a smaller subset (i.e. sample) of that group.
Notation of parameter: Let x be a random variable having distribution function F or f is a population distribution. the constant of distribution function of F is known as Parameter. In general the parameter is denoted as any Greek Letters as ΞΈ.
now we see the some basic terms :
i. Population : in a statistics, The group of individual under study is called Population. the population is may be a group of object, animate like persons or inanimate like group of non-living cars. e.g. if we are interested to study the economic condition of males in Sangli district then the all males in Sangli district are the population.
ii. Sample : A sub-group of a population is called sample, the sample is a portion of a population which is examine to estimate a characteristic of population. but selected sample may be a true representative of the population.
iii. Parameter: Parameter is a constant value based on the population observation. they are usually denoted as Greek Letters Like ΞΈ, π, π, π. e.g. binomial distribution has parameter P. normal distribution has parameters are π, π. but these are notations we use any notation for represent the parameter of any distribution.
iv. Parameter Space: The set of all values of parameter ΞΈ is called as Parameter Space ad it is denoted as Ξ. and the symbol Ξ is read as script theta. e.g. X has normal distribution with mean π» and variance πΌ² then the parameter space is Ξ = { (π», πΌ² ) : -∞ < π» < ∞ ; πΌ² > 0}
in particular if the variance πΌ² = 1 then parameter space is Ξ = { (π», 1 ) : -∞ < π» < ∞ }
πPoint Estimation:
the random sample of size n drawn form distribution f(x). and the ΞΈ be the unknown parameter of the distribution we are interested to finding the value of parameter or estimated value of parameter. but there is problem of point estimation is to choosing the statistics T(X₁, X₂, X₃, .......Xn) that may be consider as the estimate of parameter ΞΈ then the statistic T is said to point estimate of parameter ΞΈ if take single value in Ξ. thus an estimator of parameter gives single value is called a point estimate of parameter.
Definition: Form sample we obtain single value as estimate of parameter , we call it as point estimate of parameter and the method used to find the estimator is called point estimation or method of estimation.
Estimator:
The function of random variable is called estimator, or function of sample observation. it is used to estimate the parameter.
Estimate: the numerical value of estimator is called estimate.
Standard Error:
Standard Deviation of the sampling distribution of an estimator is called standard error.
Properties of estimators:
i. Unbiasedness
ii. Efficiency
iii. Consistency
iv. Sufficiency
we see one by one properties of estimator
i. Unbiasedness:
The estimated value of the parameter that false nearest to the true value of parameter, then this property of estimator is called as unbiasedness.
Definition: An estimator T =T(X₁, X₂, X₃, .......Xn) is said to be an Unbiased estimator of parameter ΞΈ, if the E (T) = ΞΈ ;∀ ΞΈ Ι Ξ.
thus the unbiasedness means essentially the average value of estimate that will close to the true Parameter value. i.e. if we were to take sample of size n and for each sample compute the observed value of T =T(X₁, X₂, X₃, .......Xn)
then E (T) = ΞΈ ;∀ ΞΈ Ι Ξ.
a) Biased Estimator:
Definition : An estimator T =T(X₁, X₂, X₃, .......Xn) is said to be an biased estimator of parameter ΞΈ, if the E (T) ≠ ΞΈ ;∀ ΞΈ Ι Ξ. therefore this quantity is
b(T, ΞΈ) = E(T- ΞΈ)
b(T, ΞΈ) = E(T) - ΞΈ is called biased estimator of T.
there are two type of biases:
i. Positive Bias and ii. Negative Bias
i. Positive Bias : If the Bias is greater than zero then this bias is called Positive Bias.
i.e. b(T, ΞΈ) = E(T- ΞΈ) > 0
i.e. E(T) > ΞΈ
ii. Negative Bias : If the Bias is greater than zero then this bias is called Negative Bias.
i.e. b(T, ΞΈ) = E(T- ΞΈ) < 0
i.e. E(T) < ΞΈ
Examples:
1. Let X₁, X₂, X₃, .......Xn be a random sample of size n from distribution with finite mean ΞΌ then show that the sample mean is unbiased estimator of ΞΌ.
Solution: Let X₁, X₂, X₃, .......Xn be a random sample of size n from distribution with finite mean ΞΌ.
therefore E(x) = ΞΌ
by definition of unbiased estimator
i.e. E (T) = ΞΈ
consider T = sample mean = x̄ = (1/n) ∑Xi
now E(T ) = E( x̄ ) = E ((1/n) ∑Xi)
= (1/n) x n x E ( X )
= E ( X )
= ΞΌ
E( x̄) = ΞΌ
therefore the sample mean ( i.e. x̄ ) is an unbiased estimator of population mean ΞΌ.
2. Let X₁, X₂, X₃, .......Xn a ramdom sample from normal distribution with mean ΞΌ and variance 1. then Show that T = (1/n) ∑Xi² is an biased estimator of ΞΌ² + 1.
Solution:
Let x has normal distribution with mean ( ΞΌ, 1).
Then E(x) = ΞΌ and v(x) = 1
by definition of unbiased estimator
i.e. E (T) = ΞΈ
consider T = (1/n) ∑Xi²
now E(T ) = E [(1/n) ∑X²i ]
= (1/n) x n x E(X²i ) ..................1
We know that V (X) = E (X²) - [E(X)]²
therefore E(X²i ) = V(X) + [E(X)]²
E(X²i ) = 1 + [ΞΌ ]²
E(X²i ) = 1 + ΞΌ²
put E(X²i ) = 1 + ΞΌ² in equation 1
E [(1/n) ∑X²i ]= (1/n) x n x E(X²i )
= 1 + ΞΌ²
E [(1/n) ∑X²i ] = 1 + ΞΌ²
therefore (1/n) ∑X²i is an unbiased estimator of 1 + ΞΌ² .
Properties of Unbiasedness.
I) If T is an unbiased estimator of π then Γ(T) is an Unbiased estimator of Γ(π). Provided Γ(.) is a linear function.
Proof : Here, Given that T is an unbiased estimator of π
i.e. E (T) = π
and Γ(.) is an linear function
Consider a and b are two constant then
Γ(T) = aT +b is a linear function of T
therefore, E[Γ(T)] = E (aT +b)
= a E(T) +b
= aπ + b it is a linear function of Γ(π).
=Γ(π)
E[Γ(T)] = Γ(π)
Hence Γ(T) is an unbiased estimator of Γ(π).
If T is an unbiased estimator of π then Γ(T) is an Unbiased estimator of Γ(π). Provided Γ(.) is a linear function.
this property is not hold when Γ(.) is non-liner function.
II. Two distinct unbiased estimators of Γ(π) gives rise to infinitely many unbiased estimators of Γ(π).
Proof:
Let T1 and T2 are Two distinct unbiased estimators of parametric function Γ(π) based on random sample X₁, X₂, X₃, .......Xn
i.e. E(T1 ) =E ( T2) = Γ(π); ∀ ΞΈ Ι Ξ.
Let us consider a linear combination of these two estimators, T1 and T2 of Γ(π) as
TπΌ = πΌ T1 + (1- πΌ) T2 for any real value of πΌ Ι R
Now E(TπΌ ) = E [πΌ T1 + (1- πΌ) T2 ]
= πΌ E( T1) + (1- πΌ) E( T2 )
= πΌ Γ(π) + (1- πΌ) Γ(π)
= πΌ Γ(π) + Γ(π)- πΌ Γ(π)
= Γ(π)
E(TπΌ ) = Γ(π)
Therefore TπΌ is an unbiased estimator of Γ(π) for any real value of πΌ.
we take any real value for πΌ we get infinity many unbiased estimators.
Example: 3. If T is unbiased estimator of π, then show that T² is a biased estimator of π².
Solution: given that T is unbiased estimator of π then E(T) = π
we have variance of T = Var(T) = E(T²) - [E(T)]²
= E(T²) - [π]²
therefore E(T²) = Var(T) + π² we have variance of T is greater than 0 i.e. Var(T)>0
E(T²) > π² means E(T²) is not same as π² the value of π² is greater than E(T²)
i.e. E(T²) ≠ π² this is the definition of biased estimator.
hence T² is a biased estimator of π².
4. Let X₁, X₂, X₃, .......Xn a ramdom sample from Poisson distribution with parameter π then show that T= ∝ x̄ + (1-∝) s² is unbiased estimator of π for any real value of ∝. given that x̄ and s² are unbiased estimators of parameter π.
Solution: We know that sample mean x̄ and sample mean square s² are unbiased estimator of π.
E (x̄ ) =E(s²) = π
now T= ∝ x̄ + (1-∝) s²
taking expectation
E(T)= E(∝ x̄ + (1-∝) s² )
E(T)= ∝E( x)̄ + (1-∝)E( s² )
E(T)= ∝ π̄ + (1-∝) π
E(T) = ∝ π̄ + π - ∝π
E(T) = π
hence T is unbiased estimator of π. for any real value of ∝ hence we get infinity many unbiased estimators of parameter π.
Comments
Post a Comment