Skip to main content

Method of Moment & Maximum Likelihood Estimator: Method, Properties and Examples.

 Statistical Inference I:

Method Of Moment:  


One of the oldest method of finding estimator is Method of Moment, it was discovered by Karl Pearson in 1884. 


Method of Moment Estimator

Let X1, X2, ........Xn be a random sample from a population with probability density function (pdf) f(x, θ) or probability mass function (pmf) p(x) with parameters θ1, θ2,……..θk.

If μr' (r-th raw moment about the origin) then μr' = ∫-∞ xr f(x,θ) dx for r=1,2,3,….k .........Equation i

In general, μ1', μ2',…..μk' will be functions of parameters θ1, θ2,……..θk.

Let X1, X2,……Xn be the random sample of size n from the population. The method of moments consists of solving "k" equations (in Equation i) for θ1, θ2,……..θk to obtain estimators for the parameters by equating μ1', μ2',…..μk' with the corresponding sample moments m1', m2',…..mk'.

Where mr' = sample moment = (∑xir) / n

We get μ1' = m1', μ2' = m2', μ3' = m3', and so on μk' = mk'.

These k equations give (θ̂1, θ̂2,……..θ̂k) k estimators for θ1, θ2,……..θk by the method of moments.

Procedure to finding Moment estimator:

  1. First, equate the first sample moment about the origin m1' to the first theoretical moment, i.e., μ1' = m1'.
  2. Then, equate the second sample moment about the origin m2' to the second theoretical moment, i.e., μ2' = m2'.
  3. Continue equating the sample moments about the origin to the theoretical moments until you have as many parameters as equations (i.e., if there are 2 parameters, then equate 2 equations; if there are 4 parameters, then equate 4 equations).
  4. The equations are solved for the parameters. The resultant values are called method of moment estimators.

Example for Single Parameter:

Let X1, X2,……Xn be a random sample from a Bernoulli distribution with parameter p, then find an estimator for parameter p by the method of moments.

Answer:

Let X1, X2,……Xn be a random sample from a Bernoulli distribution with parameter p.

Then P(X=x) = px q1-x for x=0,1; 0 ≤ p ≤ 1, q=1-p

= 0; otherwise.

For the Bernoulli distribution, μ1' = ∑ Xr·P(X=x)

μ1' = p ........Equation i

Now, m1' = sample moment = (∑xi1) / n = X̄ .......Equation ii

Equating sample moment to theoretical moment, i.e., equating Equation i and ii:

μ1' = m1'

p = X̄

i.e., p̂ = X̄

Therefore, p̂ = X̄ is the moment estimator for parameter p.

Moment Estimator for μ and σ² of noraml distribution

Moment Estimator for μ and σ²

Let x1, x2,……xn be a random sample from a Normal Distribution with parameters N(μ, σ²).

Answer: We have a random sample of size n from a normal distribution, and its probability density function (pdf) is:

f(x, θ) = 1(σ√(2π)) * e-1 / (2σ²) * (x - μ)², -∞ ≤ x, μ < ∞; σ² > 0

We have E(x) = μ and V(x) = σ².

Then we find μ1' = m1' and μ2' = m2'.

Two equations are:

μ1' = E(x) = μ (Equation 1)

m1' = (∑ xi) / n = x̄ (Equation 2)

Equating Equation 1 and Equation 2:

μ1' = m1'

μ̂ = x̄

Therefore, x̄ is the method of moment estimator for parameter μ.

Now, μ2' = E(x²) = V(X) + (E(X))²

μ2' = σ² + μ² (Equation 3)

m2' = (∑ xi2) / n (Equation 4)

Equating Equation 3 and Equation 4:

μ2' = m2'

σ² + μ² = (∑ xi2) / n

We find the estimator for μ, which is μ̂ = x̄, and then:

σ² + x̄² = (∑ xi2) / n

σ̂² = (∑ xi2) / n - x̄² (Sample Variance)

Sample Variance is the method of moment estimator for σ².

So, x̄ is the method of moment estimator for parameter μ, and Sample Variance is the method of moment estimator for σ².

Maximum Likelihood Estimation

Maximum Likelihood Estimation (MLE)

The method of Maximum Likelihood Estimator (MLE) was introduced by Prof. R. A. Fisher in 1912.

Likelihood Function:

If we have a random sample of size n from a population with density function f(x, θ) where θ ∈ Θ, then the likelihood function of the sample values x₁, x₂, ..., xₙ is given by:

L(θ) = ∏ᵢ₌₁ⁿ f(xᵢ, θ)

Definition:

If x₁, x₂, …, xₙ is a random sample from any probability density function (PDF) or probability mass function (PMF), then The value of θ for which the likelihood function is maximized is called the Maximum Likelihood Estimator (MLE) of θ.

Maximum Likelihood Estimation Procedure:

The MLE is obtained by solving dL/dθ = 0 and subject to the condition that d²L/dθ² < 0. The same result can be obtained by taking the logarithm of the likelihood function and solving d(log(L(θ))/dθ = 0, subject to the condition d²(log(L(θ))/dθ² < 0

Properties:

  • Maximum Likelihood estimator may not be unique.
  • If f(X, θ) is a Probability Density Function (PDF) belonging to the exponential family, then the MLE of θ is a function of 1/n ∑T(x).
  • If T is the Minimum Variance Unbiased Estimator (MVBUE) of θ, then it is also the MLE of θ.
  • If T is the MLE of θ, then any function φ(T) is the MLE of φ(θ).
  • MLE is a function of Sufficient Statistics.
  • Asymptotic Normality of MLE: A consistent solution of the likelihood equation is asymptotically normally distributed about the true value of θ.

Remark:

MLEs are always consistent estimators but may not be unbiased.

Comments

Popular posts from this blog

MCQ'S based on Basic Statistics (For B. Com. II Business Statistics)

    (MCQ Based on Probability, Index Number, Time Series   and Statistical Quality Control Sem - IV)                                                            1.The control chart were developed by ……         A) Karl Pearson B) R.A. fisher C) W.A. Shewhart D) B. Benjamin   2.the mean = 4 and variance = 2 for binomial r.v. x then value of n is….. A) 7 B) 10 C) 8 D)9   3.the mean = 3 and variance = 2 for binomial r.v. x then value of n is….. A) 7 B) 10 C) 8 D)9 4. If sample space S={a,b,c}, P(a) = 0.6 and P(b) = 0.3 then P(c)=….. A)0.6 B)0.3 C)0.5 D)0.1   5 Index number is called A) geometer B)barometer C)thermometer D)centimetre   6.   Index number for the base period is always takes as

Basic Concepts of Probability and Binomial Distribution

 Probability:  Basic concepts of Probability:  Probability is a way to measure hoe likely something is to happen. Probability is number between 0 and 1, where probability is 0 means is not happen at all and probability is 1 means it will be definitely happen, e.g. if we tossed coin there is a 50% chance to get head and 50% chance to get tail, it can be represented in probability as 0.5 for each outcome to get head and tail. Probability is used to help us taking decision and predicting the likelihood of the event in many areas, that are science, finance and Statistics.  Now we learn the some basic concepts that used in Probability:  i) Random Experiment OR Trail: A Random Experiment is an process that get one or more possible outcomes. examples of random experiment include tossing a coin, rolling a die, drawing  a card from pack of card etc. using this we specify the possible outcomes known as sample pace.  ii)Outcome: An outcome is a result of experiment. an outcome is one of the pos

Statistical Inference II Notes

Likelihood Ratio Test 

Measures of Central Tendency :Mean, Median and Mode

Changing Color Blog Name  Measures of Central Tendency  I. Introduction. II. Requirements of good measures. III. Mean Definition. IV . Properties  V. Merits and Demerits. VI. Examples VII.  Weighted Arithmetic Mean VIII. Median IX. Quartiles I. Introduction Everybody is familiar with the word Average. and everybody are used the word average in daily life as, average marks, average of bike, average speed etc. In real life the average is used to represent the whole data, or it is a single figure is represent the whole data. the average value is lies around the centre of the data. consider the example if we are interested to measure the height of the all student and remember the heights of all student, in that case there are 2700 students then it is not possible to remember the all 2700 students height so we find out the one value that represent the height of the all 2700 students in college. therefore the single value represent the whole data and

Time Series

 Time series  Introduction:-         We see the many variables are changes over period of time that are population (I.e. population are changes over time means population increase day by day), monthly demand of commodity, food production, agriculture production increases and that can be observed over period of times known as time series. Time series is defined as a set of observation arranged according to time is called time series. Or a time Series is a set of statistical observation arnging chronological order. ( Chronological order means it is arrangements of variable according to time) and it gives information about variable.  Also we draw the graph of time series to see the behaviour of variable over time. It can be used of forecasting. The analysis of time series is helpful to economist, business men, also for scientist etc. Because it used to forecasting the future, observing the past behaviour of that variable or items. Also planning for future, here time series use past data h

Classification, Tabulation, Frequency Distribution, Diagrams & Graphical Presentation.

Business Statistics I    Classification, Tabulation, Frequency Distribution ,  Diagrams & Graphical Presentation. In this section we study the following point : i. Classification and it types. ii. Tabulation. iii. Frequency and Frequency Distribution. iv. Some important concepts. v. Diagrams & Graphical Presentation   I. Classification and it's types:        Classification:- The process of arranging data into different classes or groups according to their common  characteristics is called classification. e.g. we dividing students into age, gender and religion. It is a classification of students into age, gender and religion.  Or  Classification is a method used to categorize data into different groups based on the values of specific variable.  The purpose of classification is to condenses the data, simplifies complexities, it useful to comparison and helps to analysis. The following are some criteria to classify the data into groups.        i. Quantitative Classification :-

Sequential Analysis: (SPRT)

  Sequential Analysis: We seen that in NP theory of testing hypothesis or in the parametric test n is the sample size and is regarded as fixed and the value of α fixed , we minimize the value of β.  But in the sequential analysis theory invented by A Wald in sequential analysis n is the sample number is not fixed but the both values α and β are fixed as constant. Sequential Probability Ratio Test: (SPRT):

Measures of Dispersion : Range , Quartile Deviation, Standard Deviation and Variance.

Measures of Dispersion :  I.  Introduction. II. Requirements of good measures. III. Uses of Measures of Dispersion. IV.  Methods Of Studying Dispersion:     i.  Absolute Measures of Dispersions :             i. Range (R)          ii. Quartile Deviation (Q.D.)          iii. Mean Deviation (M.D.)         iv. Standard Deviation (S. D.)         v. Variance    ii.   Relative Measures of Dispersions :              i. Coefficient of Range          ii. Coefficient of Quartile Deviation (Q.D.)          iii. Coefficient of Mean Deviation (M.D.)         iv. Coefficient of Standard Deviation (S. D.)         v. Coefficient of Variation (C.V.)                                                                                                                    I.  Introduction. We have the various measures of central tendency, like Mean, Median & Mode,  it is a single figure that represent the whole data. Now we are interested to study this figure(i.e. measures of central tendency) is proper represe

Business Statistics Notes ( Meaning, Scope, Limitations of statistics and sampling Methods)

  Business Statistics Paper I Notes. Welcome to our comprehensive collection of notes for the Business Statistics!  my aim is to provided you  with the knowledge you need as you begin your journey to comprehend the essential ideas of this subject. Statistics is a science of collecting, Presenting, analyzing, interpreting data to make informed business decisions. It forms the backbone of modern-day business practices, guiding organizations in optimizing processes, identifying trends, and predicting outcomes. I will explore several important topics through these notes, such as: 1. Introduction to Statistics. :  meaning definition and scope of  Statistics. 2. Data collection methods. 3. Sampling techniques. 4. Measures of  central tendency : Mean, Median, Mode. 5. Measures of Dispersion : Relative and Absolute Measures of dispersion,  Range, Q.D., Standard deviation, Variance. coefficient of variation.  6.Analysis of bivariate data: Correlation, Regression.  These notes will serve as you

Statistical Quality Control

 Statistical Quality Control  Statistical quality control (S. Q. C.) is a branch of Statistics it deals with the application of statistical methods to control and improve that quality of product. In this use statistical methods of sampling and test of significance to monitoring and controlling than quality of product during the production process.  The most important word in statistical Quality control is quality  The quality of product is the most important property while purchasing that product the product fulfill or meets the requirements and required specification we say it have good quality or quality product other wise not quality. Quality Control is the powerful technique to diagnosis the lack of quality in material, process of production.  Causes of variation:   When the product are produced in large scale there are variation in the size or composition the variation is inherent and inevitable in the quality of product these variation are classified into two causes.  1) chan