6 Point Estimation

Total Page:16

File Type:pdf, Size:1020Kb

6 Point Estimation 6 Point Estimation Copyright © Cengage Learning. All rights reserved. Methods of Point 6.2 Estimation Copyright © Cengage Learning. All rights reserved. Methods of Point Estimation The definition of unbiasedness does not in general indicate how unbiased estimators can be derived. We now discuss two “constructive” methods for obtaining point estimators: the method of moments and the method of maximum likelihood. By constructive we mean that the general definition of each type of estimator suggests explicitly how to obtain the estimator in any specific problem. 3 Methods of Point Estimation Although maximum likelihood estimators are generally preferable to moment estimators because of certain efficiency properties, they often require significantly more computation than do moment estimators. It is sometimes the case that these methods yield unbiased estimators. 4 The Method of Moments 5 The Method of Moments The basic idea of this method is to equate certain sample characteristics, such as the mean, to the corresponding population expected values. Then solving these equations for unknown parameter values yields the estimators. 6 The Method of Moments Definition Let X1, . , Xn be a random sample from a pmf or pdf f(x). For k = 1, 2, 3, . , the kth population moment, or kth moment of the distribution f(x), is E(Xk). The kth sample moment is Thus the first population moment is E(X) = µ, and the first sample moment is ΣXi/n = The second population and sample moments are E(X2) and 2 ΣXi /n, respectively. The population moments will be functions of any unknown parameters θ1, θ2, . 7 The Method of Moments Definition Let X1, X2, . , Xn be a random sample from a distribution with pmf or pdf f (x; θ1, . , θm), where θ1, . , θm are parameters whose values are unknown. Then the moment estimators θ1, . , θm are obtained by equating the first m sample moments to the corresponding first m population moments and solving for θ1, . , θm. 8 The Method of Moments If, for example, m = 2, E(X) and E(X2) will be functions of θ1 and θ2. 2 2 Setting E(X) = (1/n) Σ Xi (= ) and E(X ) = (1/n) Σ Xi gives two equations in θ1 and θ2. The solution then defines the estimators. 9 Example 12 Let X1, X2, . , Xn represent a random sample of service times of n customers at a certain facility, where the underlying distribution is assumed exponential with parameter λ. Since there is only one parameter to be estimated, the estimator is obtained by equating E(X) to . Since E(X) = 1/λ for an exponential distribution, this gives 1/λ = or λ = 1/ . The moment estimator of λ is then λ 10 Maximum Likelihood Estimation 11 Maximum Likelihood Estimation The method of maximum likelihood was first introduced by R. A. Fisher, a geneticist and statistician, in the 1920s. Most statisticians recommend this method, at least when the sample size is large, since the resulting estimators have certain desirable efficiency properties. 12 Example 15 A sample of ten new bike helmets manufactured by a certain company is obtained. Upon testing, it is found that the first, third, and tenth helmets are flawed, whereas the others are not. Let p = P(flawed helmet), i.e., p is the proportion of all such helmets that are flawed. Define (Bernoulli) random variables X1, X2, . , X10 by 13 Example 15 cont’d Then for the obtained sample, X1 = X3 = X10 = 1 and the other seven Xi’s are all zero. The probability mass function of any particular Xi is , which becomes p if xi = 1 and 1 – p when xi = 0. Now suppose that the conditions of various helmets are independent of one another. This implies that the Xi’s are independent, so their joint probability mass function is the product of the individual pmf’s. 14 Example 15 cont’d Thus the joint pmf evaluated at the observed Xi’s is . 3 7 f (x1, . , x10; p) = p(1 – p)p p = p (1 – p) (6.4) Suppose that p = .25. Then the probability of observing the sample that we actually obtained is (.25)3(.75)7 = .002086. If instead p = .50, then this probability is (.50)3(.50)7 = .000977. For what value of p is the obtained sample most likely to have occurred? That is, for what value of p is the joint pmf (6.4) as large as it can be? What value of p maximizes (6.4)? 15 Example 15 cont’d Figure 6.5(a) shows a graph of the likelihood (6.4) as a function of p. It appears that the graph reaches its peak above p = .3 = the proportion of flawed helmets in the sample. Graph of the likelihood (joint pmf) (6.4) from Example 15 Figure 6.5(a) 16 Example 15 cont’d Figure 6.5(b) shows a graph of the natural logarithm of (6.4); since ln[g(u)] is a strictly increasing function of g(u), finding u to maximize the function g(u) is the same as finding u to maximize ln[g(u)]. Graph of the natural logarithm of the likelihood Figure 6.5(b) 17 Example 15 cont’d We can verify our visual impression by using calculus to find the value of p that maximizes (6.4). Working with the natural log of the joint pmf is often easier than working with the joint pmf itself, since the joint pmf is typically a product so its logarithm will be a sum. Here 3 7 ln[ f (x1, . , x10; p)] = ln[p (1 – p) ] = 3ln(p) + 7ln(1 – p) (6.5) 18 Example 15 cont’d Thus [the (1) comes from the chain rule in calculus]. 19 Example 15 cont’d Equating this derivative to 0 and solving for p gives 3(1 – p) = 7p, from which 3 = 10p and so p = 3/10 = .30 as conjectured. That is, our point estimate is = .30. It is called the maximum likelihood estimate because it is the parameter value that maximizes the likelihood (joint pmf) of the observed sample. In general, the second derivative should be examined to make sure a maximum has been obtained, but here this is obvious from Figure 6.5. 20 Example 15 cont’d Suppose that rather than being told the condition of every helmet, we had only been informed that three of the ten were flawed. Then we would have the observed value of a binomial random variable X = the number of flawed helmets. The pmf of X is For x = 3, this becomes The binomial coefficient is irrelevant to the maximization, so again = .30. 21 Maximum Likelihood Estimation The likelihood function tells us how likely the observed sample is as a function of the possible parameter values. Maximizing the likelihood gives the parameter values for which the observed sample is most likely to have been generated—that is, the parameter values that “agree most closely” with the observed data. 22 Example 16 Suppose X1, X2, . , Xn is a random sample from an exponential distribution with parameter λ. Because of independence, the likelihood function is a product of the individual pdf’s: The natural logarithm of the likelihood function is ln[ f (x1, . , xn ; λ)] = n ln(λ) – λΣxi 23 Example 16 cont’d Equating (d/dλ)[ln(likelihood)] to zero results in n/λ – Σxi = 0, or λ = n/Σxi = Thus the mle is it is identical to the method of moments estimator [but it is not an unbiased estimator, since 24 Example 17 Let X1, . , Xn be a random sample from a normal distribution. The likelihood function is so 25 Example 17 cont’d 2 To find the maximizing values of µ and σ , we must take 2 the partial derivatives of ln(f ) with respect to µ and σ , equate them to zero, and solve the resulting two equations. Omitting the details, the resulting mle’s are 2 The mle of σ is not the unbiased estimator, so two different principles of estimation (unbiasedness and maximum likelihood) yield two different estimators. 26 Estimating Functions of Parameters 27 Estimating Functions of Parameters In Example 17, we obtained the mle of σ2 when the underlying distribution is normal. The mle of σ = , as well as that of many other mle’s, can be easily derived using the following proposition. Proposition The Invariance Principle Let be the mle’s of the parameters θ1, θ2, . , θm. Then the mle of any function h(θ1, θ2, . , θm) of these parameters is the function h( ) of the mle’s. 28 Example 20 Example 17 continued… In the normal case, the mle’s of µ and σ2 are To obtain the mle of the function substitute the mle’s into the function: The mle of σ is not the sample standard deviation S, though they are close unless n is quite small. 29 Large Sample Behavior of the MLE 30 Large Sample Behavior of the MLE Although the principle of maximum likelihood estimation has considerable intuitive appeal, the following proposition provides additional rationale for the use of mle’s. Proposition Under very general conditions on the joint distribution of the sample, when the sample size n is large, the maximum likelihood estimator of any parameter θ is approximately unbiased and has variance that is either as small as or nearly as small as can be achieved by any estimator. Stated another way, the mle is approximately the MVUE of θ. 31 Large Sample Behavior of the MLE Because of this result and the fact that calculus-based techniques can usually be used to derive the mle’s (though often numerical methods, such as Newton’s method, are necessary), maximum likelihood estimation is the most widely used estimation technique among statisticians.
Recommended publications
  • Multiple-Change-Point Detection for Auto-Regressive Conditional Heteroscedastic Processes
    J. R. Statist. Soc. B (2014) Multiple-change-point detection for auto-regressive conditional heteroscedastic processes P.Fryzlewicz London School of Economics and Political Science, UK and S. Subba Rao Texas A&M University, College Station, USA [Received March 2010. Final revision August 2013] Summary.The emergence of the recent financial crisis, during which markets frequently under- went changes in their statistical structure over a short period of time, illustrates the importance of non-stationary modelling in financial time series. Motivated by this observation, we propose a fast, well performing and theoretically tractable method for detecting multiple change points in the structure of an auto-regressive conditional heteroscedastic model for financial returns with piecewise constant parameter values. Our method, termed BASTA (binary segmentation for transformed auto-regressive conditional heteroscedasticity), proceeds in two stages: process transformation and binary segmentation. The process transformation decorrelates the original process and lightens its tails; the binary segmentation consistently estimates the change points. We propose and justify two particular transformations and use simulation to fine-tune their parameters as well as the threshold parameter for the binary segmentation stage. A compara- tive simulation study illustrates good performance in comparison with the state of the art, and the analysis of the Financial Times Stock Exchange FTSE 100 index reveals an interesting correspondence between the estimated change points
    [Show full text]
  • Chapter 6 Point Estimation
    Chapter 6 Point estimation This chapter deals with one of the central problems of statistics, that of using a sample of data to estimate the parameters for a hypothesized population model from which the data are assumed to arise. There are many approaches to estimation, and several of these are mentioned; but one method has very wide acceptance, the method of maximum likelihood. So far in the course, a major distinction has been drawn between sample quan- tities on the one hand-values calculated from data, such as the sample mean and the sample standard deviation-and corresponding population quantities on the other. The latter arise when a statistical model is assumed to be an ad- equate representation of the underlying variation in the population. Usually the model family is specified (binomial, Poisson, normal, . ) but the index- ing parameters (the binomial probability p, the Poisson mean p, the normal variance u2, . ) might be unknown-indeed, they usually will be unknown. Often one of the main reasons for collecting data is to estimate, from a sample, the value of the model parameter or parameters. Here are two examples. Example 6.1 Counts of females in queues In a paper about graphical methods for testing model quality, an experiment Jinkinson, R.A. and Slater, M. is described to count the number of females in each of 100 queues, all of length (1981) Critical discussion of a ten, at a London underground train station. graphical method for identifying discrete distributions. The The number of females in each queue could theoretically take any value be- Statistician, 30, 239-248.
    [Show full text]
  • THE THEORY of POINT ESTIMATION a Point Estimator Uses the Information Available in a Sample to Obtain a Single Number That Estimates a Population Parameter
    THE THEORY OF POINT ESTIMATION A point estimator uses the information available in a sample to obtain a single number that estimates a population parameter. There can be a variety of estimators of the same parameter that derive from different principles of estimation, and it is necessary to choose amongst them. Therefore, criteria are required that will indicate which are the acceptable estimators and which of these is the best in given circumstances. Often, the choice of an estimate is governed by practical considerations such as the ease of computation or the ready availability of a computer program. In what follows, we shall ignore such considerations in order to concentrate on the criteria that, ideally, we would wish to adopt. The circumstances that affect the choice are more complicated than one might imagine at first. Consider an estimator θˆn based on a sample of size n that purports to estimate a population parameter θ, and let θ˜n be any other estimator based on the same sample. If P (θ − c1 ≤ θˆn ≤ θ + c2) ≥ P (θ − c1 ≤ θ˜n ≤ θ + c2) for all values of c1,c2 > 0, then θˆn would be unequivocally the best estimator. However, it is possible to show that an estimator has such a property only in very restricted circumstances. Instead, we must evaluate an estimator against a list of partial criteria, of which we shall itemise the principal ones. The first is the criterion of unbiasedness. (a) θˆ is an unbiased estimator of the population parameter θ if E(θˆ)=θ. On it own, this is an insufficient criterion.
    [Show full text]
  • Point Estimation Decision Theory
    Point estimation Suppose we are interested in the value of a parameter θ, for example the unknown bias of a coin. We have already seen how one may use the Bayesian method to reason about θ; namely, we select a likelihood function p(D j θ), explaining how observed data D are expected to be generated given the value of θ. Then we select a prior distribution p(θ) reecting our initial beliefs about θ. Finally, we conduct an experiment to gather data and use Bayes’ theorem to derive the posterior p(θ j D). In a sense, the posterior contains all information about θ that we care about. However, the process of inference will often require us to use this posterior to answer various questions. For example, we might be compelled to choose a single value θ^ to serve as a point estimate of θ. To a Bayesian, the selection of θ^ is a decision, and in dierent contexts we might want to select dierent values to report. In general, we should not expect to be able to select the true value of θ, unless we have somehow observed data that unambiguously determine it. Instead, we can only hope to select an estimate that is “close” to the true value. Dierent denitions of “closeness” can naturally lead to dierent estimates. The Bayesian approach to point estimation will be to analyze the impact of our choice in terms of a loss function, which describes how “bad” dierent types of mistakes can be. We then select the estimate which appears to be the least “bad” according to our current beliefs about θ.
    [Show full text]
  • Chapter 7 Point Estimation Method of Moments
    Introduction Method of Moments Procedure Mark and Recapture Monsoon Rains Chapter 7 Point Estimation Method of Moments 1 / 23 Introduction Method of Moments Procedure Mark and Recapture Monsoon Rains Outline Introduction Classical Statistics Method of Moments Procedure Mark and Recapture Monsoon Rains 2 / 23 Introduction Method of Moments Procedure Mark and Recapture Monsoon Rains Parameter Estimation For parameter estimation, we consider X = (X1;:::; Xn), independent random variables chosen according to one of a family of probabilities Pθ where θ is element from the parameter spaceΘ. Based on our analysis, we choose an estimator θ^(X ). If the data x takes on the values x1; x2;:::; xn, then θ^(x1; x2;:::; xn) is called the estimate of θ. Thus we have three closely related objects. 1. θ - the parameter, an element of the parameter space, is a number or a vector. 2. θ^(x1; x2;:::; xn) - the estimate, is a number or a vector obtained by evaluating the estimator on the data x = (x1; x2;:::; xn). 3. θ^(X1;:::; Xn) - the estimator, is a random variable. We will analyze the distribution of this random variable to decide how well it performs in estimating θ. 3 / 23 Introduction Method of Moments Procedure Mark and Recapture Monsoon Rains Classical Statistics In classical statistics, the state of nature is assumed to be fixed, but unknown to us. Thus, one goal of estimation is to determine which of the Pθ is the source of the data. The estimate is a statistic θ^ : data ! Θ: For estimation procedures, the classical approach to statistics is based
    [Show full text]
  • Point Estimation
    6.1 Point Estimation What is an estimate? • Want to study a population • Ideally the knowledge of the distribution, • Some parameters of the population may be the first consideration: θ • Use the information from a sample to estimate • Estimator θˆ : defines the procedure (the formula) • Different estimators, each is a rv. Examples of estimators • want to estimate the mean µ of a normal dist • Possibilities of estimators: X sample mean X¯ = i • n ! • sample median • average of the smallest and the largest • 10% trimmed mean Which one is best (better)? • Error in estimation θˆ = θ + error of estimation • Error is random, depending on the sample • We would like to control the error • mean 0 (unbiased) • smallest variance Unbiased Estimator • estimator: a particular statistic • different estimators: some tend to over (under) estimate • unbiased: E(θˆ) = θ • difference is called the bias • examples: sample mean (yes), sample proportion (yes) if X is a binomial rv. • If possible, we should always choose an unbiased Sample Variance • Need an estimator for the variance • Natural candidate: sample variance • Why divide by n-1, not n? • Make sure the estimator is unbiased • We can not say the same thing for sample standard deviation Unbiased Estimators for Population Mean • several choices (make things complicated) • sample mean • if distribution is continuous and symmetric, sample median and any trimmed mean Minimum Variance • suppose we have two estimators, both unbiased, which one do we prefer? • pick the one with smaller variance • minimum variance unbiased estimator (MVUE) • for normal distribution, the sample mean X ¯ is the MVUE for the population mean.
    [Show full text]
  • Point Estimators Math 218, Mathematical Statistics
    that has \central tendencies." Which of these is best, and why? Desirable criteria for point estimators. The MSE. Well, of course, we want our point estima- ^ Point estimators tor θ of the parameter θ to be close to θ. We can't Math 218, Mathematical Statistics expect them to be equal, of course, because of sam- D Joyce, Spring 2016 pling error. How should we measure how far off the random variable θ^ is from the unknown constant θ? The main job of statistics is to make inferences, One standard measure is what is called the mean specifically inferences bout parameters based on squared error, abbreviated MSE and defined by data from a sample. MSE(θ^) = E((θ^ − θ)2) We assume that a sample X1;:::;Xn comes from a particular distribution, called the population dis- the expected square of the error. If we have two dif- tribution, and although that particular distribution ferent estimators of θ, the one that has the smaller is not known, it is assumed that it is one of a fam- MSE is closer to the actual parameter (in some ily of distributions parametrized by one or more sense of \closer"). parameters. For example, if there are only two possible out- Variance and bias. The MSE of an estimator θ^ comes, then the distribution is a Bernoulli distri- can be split into two parts, the estimator's variance bution parametrized by one parameter p, the prob- and a \bias" term. We're familiar with the variance ability of success. of a random variable X; it's For another example, many measurements are as- sumed to be normally distributed, and for a normal Var(X) = σ2 = E((X − µ )2) = E(X2) − µ2 : distribution, there are two parameters µ and σ2.
    [Show full text]
  • Lecture 14 – Statistical Inference, Point Estimation, Hypothesis Testing
    Lecture 14 – Statistical Inference, Point Estimation, Hypothesis Testing Statistical inference is the process of using the information contained in random samples from a population to make inferences about the population. This can be further divided into parameter estimation and hypothesis testing. Parameter Estimation The different kinds of population parameters one might be interested in are population mean, population variance, population proportion, difference between two population means, and difference between two population proportions. The last two are useful to compare two populations. The corresponding sample statistics for each of the above population parameters are sample mean, sample variance, sample proportion, difference between two samples means, and difference between two sample proportions, respectively. Each of these statistics has estimates (values) that can be gotten from the random sample collected from the population. Inferences on the mean of a population, variance known Let’s say, we are interested in questions about the population mean. Recall for large samples using central limit theorem, 휎2 푋̅ ~ 푁 (휇, ) 푛 Let us first find a μl such that, 훼 푃(푋̅ < 휇 ) = 푙 2 This is the same as, 휇푙 − 휇 훼 푃 (푍 < 휎 ) = ⁄ 2 √푛 And, 휇푙 − 휇 휎 = 푍훼 ⁄ 2 √푛 휎 휇푙 = 휇 + 푍훼 ⁄ 2 √푛 Similarly, we can find a μu such that, 훼 푃(푋̅ < 휇 ) = 1 − 푢 2 훼 휎 휇푙 = 휇 + 푍1− ⁄ 2 √푛 Now the probability that 푋̅ lies between μl and μu is given by 1-α. Recognizing that 훼 훼 푍1− = −푍 , if we ignore the sign for the Z values, we have, 2 2 휎 휎 푃 (휇 − 푍훼 < 푋̅ < 휇 + 푍훼 ) = 1 − 훼 2 √푛 2 √푛 Rearranging this to find an interval for μ we have, 휎 휎 푃 (푋̅ − 푍훼 < 휇 < 푋̅ + 푍훼 ) = 1 − 훼 2 √푛 2 √푛 Recognize that μ actually is a number and not a variable, the correct way to express the above is, 휎 휇 ∈ (푋̅ ± 푍훼 ) 푤푡ℎ 푎 (1 − 훼) 푐표푛푓푑푒푛푐푒 2 √푛 This is a 2 sided confidence interval.
    [Show full text]
  • Point Estimation Statistics (OA3102)
    Module 4: Point Estimation Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chapter 8.1-8.4 Revision: 1-12 1 Goals for this Module • Define and distinguish between point estimates vs. point estimators • Discuss characteristics of good point estimates – Unbiasedness and minimum variance – Mean square error – Consistency, efficiency, robustness • Quantify and calculate the precision of an estimator via the standard error – Discuss the Bootstrap as a way to empirically estimate standard errors Revision: 1-12 2 Welcome to Statistical Inference! • Problem: – We have a simple random sample of data – We want to use it to estimate a population quantity (usually a parameter of a distribution) – In point estimation, the estimate is a number • Issue: Often lots of possible estimates – E.g., estimate E(X) with x , x , or ??? • This module: What’s a “good” point estimate? – Module 5: Interval estimators – Module 6: Methods for finding good estimators Revision: 1-12 3 Point Estimation • A point estimate of a parameter q is a single number that is a sensible value for q – I.e., it’s a numerical estimate of q – We’ll use q to represent a generic parameter – it could be m, s, p, etc. • The point estimate is a statistic calculated from a sample of data x – The statistic is called a point estimator – Using “hat” notation, we will denote it as qˆ – For example, we might use to estimate m, so in this case mˆ x Revision: 1-12 4 Definition: Estimator An estimator is a rule, often expressed as
    [Show full text]
  • Outline Estimation Point Estimation
    1/22 Outline Basic Econometrics in Transportation PrProblemoblem ooff EEstimationstimation Point Interval Estimation Methods Statistical Inference Statistical Properties Small sample Large sample Amir Samimi Hypothesis Testing Civil Engineering Department Sharif University of Technology Primary Sources: Basic Econometrics, by Gujarati and lecture notes of Professor Greene 2/22 3/22 Estimation Point Estimation The popu l atio n has c ha racte rist ics: For s im pli ci ty, assum e th at th er e i s onl y on e unkn own Mean, variance parameter (θ) in the PDF. Median Develop a function of the sample values such that: Percentiles is a statistic, or an estimator and is a random variable. Get a slice (random sample) of the population. A particular numerical value of the estimator is known as an Hldbihlfi?How would you obtain the value of its parameters? estimate. This is known as the problem of estimation: is known as a point estimator because it provides a single Point estimation (point) estimate of θ. Interval estimation 4/22 5/22 Example Interval Estimation LLetet An inintervalterval betweebetweenn two vavalueslues tthathat mmayay inincludeclude tthehe ttruerue θ. The key concept is the of probability distribution of an estimator. is the sample mean, an estimator of the true mean value (μ). If in a specific case = 50, this provides an estimate of μ. Will the interval contain the true value? The interval is a “Confidence Interval” The degree of certainty is the degree of confidence or level of significance. 6/22 7/22 Example Estimation Methods Suppose t hat t he d ist ribut io n o f he ig ht o f me n in a popu lat io n Least Squar es (L S) is normally distributed with mean = μ inches and σ = 2.5 A considerable time will be devoted to illustrate the LS method.
    [Show full text]
  • Inferential Stats 1: Point Estimation Copyright © 2000, 2011, 2016, J
    Inferential Stats 1: Point Estimation Copyright © 2000, 2011, 2016, J. Toby Mordkoff The purpose of an inferential statistic is to make a statement about the population from which a sample was taken. Assume, for example, that you are interested in the mean level of anxiety suffered by graduate students. You could, I suppose, measure the anxiety level of every grad from every department at every university and thereby learn the true value, but this is impractical. So, instead, you take a sample of grads, measure only their anxiety levels, and then make an inference (i.e., a best guess) about the entire population. Clearly the quality of this inferential process depends on (at least) two things: how well the sample represents the target group, and how well one can calculate an estimate based on a sample. Here we will focus on the second part. The question of external validity -- which is the “how well the sample represents the target group” part -- is not really a statistical issue. In general, all inferences start with a “best estimate” of the population characteristic of interest. In most cases, the formula for the best guess of something is the same as the formula for the same characteristic of a sample. For example, the best guess for the mean of the population, μ (mu), uses the same formula as that for the mean of a sample, -- i.e., ΣX/N. In other words, the best guess for the population mean is the sample mean. But this is not always the case; there are attributes of populations that are best estimated by something other than the value for the sample.
    [Show full text]
  • 10 Point Estimation Using Maximum Likelihood
    B.Sc./Cert./M.Sc. Qualif. - Statistics: Theory and Practice 10 Point Estimation using Maximum Likelihood 10.1 The method of maximum likelihood De¯nition For each x 2 X , let θ^(x) be such that, with x held ¯xed, the likelihood function fL(θ; x): θ 2 £g attains its maximum value as a function of θ at θ^(x). The estimator θ^(X) is then said to be a maximum likelihood estimator (MLE) of θ. ² Given any observed value x, the value of a MLE, θ^(x), can be interpreted as the most likely value of θ to have given rise to the observed x value. ² To ¯nd a MLE, it is often more convenient to maximize the log likelihood function, ln L(θ; x), which is equivalent to maximizing the likelihood function. ² It should be noted that a MLE may not exist | there may be an x 2 X such that there is no θ that maximizes the likelihood function fL(θ; x): θ 2 £g. However, in practice, it has been found that such cases will be exceptional. ² The MLE, if it does exist, may not be unique | given x 2 X , there may be more than one value of θ that maximizes the likelihood function fL(θ; x): θ 2 £g. Again, in practice, such cases are found only very exceptionally. ² There will be simple cases in which the MLE may be found analytically, possibly just using the standard methods of calculus. In other cases, especially if the dimension q of the vector of parameters is large, the maximization will have to be carried out using numerical methods within computer packages.
    [Show full text]