Asymptotic Concepts L

Total Page:16

File Type:pdf, Size:1020Kb

Asymptotic Concepts L Asymptotic Concepts L. Magee January, 2010 ||||||||||{ 1 Definitions of Terms Used in Asymptotic Theory Let an to refer to a random variable that is a function of n random variables. An example is a sample mean n −1 X an =x ¯ = n xi i=1 Convergence in Probability The scalar an converges in probability to a constant α if, for any positive values of and δ, there is a sufficiently large n∗ such that ∗ Prob(jan − αj > ) < δ for all n > n α is called the probability limit, or plim, of an. Consistency If an is an estimator of α, and plim an = α, then an is a (weakly) consistent estimator of α. Convergence in Distribution an converges in distribution to a random variable y (an ! y) if, as n ! 1, Prob(an ≤ b) = Prob(y ≤ b) for all b. In other words, the distribution of an becomes the same as the distribution of y. 2 Examples Let xi ∼ N[µ, σ ]; i = 1; : : : ; n, where the xi's are mutually independently distributed. Define the three statistics −1 Pn 1.x ¯ = n i=1 xi 2 −1 Pn 2 2. s = (n − 1) i=1(xi − x¯) 3. t = x¯−µ (s2=n)1=2 Considering each statistic one-by-one, 1 1. As n ! 1, Var(¯x) ! 0. This implies that plim(¯x) = µ, andx ¯ is a consistent estimator of µ. (Uses fact that Var(¯x) = σ2=n and E(¯x) = µ.) 2. As n ! 1, Var(s2) ! 0, so plim(s2) = σ2 and s2 is a consistent estimator of σ2. (Uses 2 2 2 2 2 distributional result: (n − 1)s /σ ∼ χn−1. Since E(χn−1) = n − 1 and Var(χn−1) = 2(n − 1), then Es2 = σ2 and Var(s2) = 2σ4=(n − 1).) 3. t converges in distribution to z, where z ∼ N[0; 1]. (Uses distributional result: t ∼ tn−1. Since plim(s2) = σ2, then as n ! 1, t ! (¯x − µ)=(σ2=n)1=2. This is a standardized normal random variable.) Properties (i) if plim(xn) = θx, then plim(g(xn)) = g(θx), for any function g(·) that is continuous at θx. This is sometimes called Slutsky's theorem. (ii) if xn converges in distribution to some random variable x, i.e. xn ! x, then, for any func- tion g(·), g(xn) ! g(x). That is, the distribution of g(xn) converges to the distribution of g(x). (This is like property (i) but for convergence in distribution instead of convergence in probability.) (iii) if plim(xn) = θx and plim(yn) = θy, then plim(xnyn) = θxθy. (iv) if plim(xn) = θx and yn ! y, then xnyn ! θxy. 0 −1 Often xn is a matrix and y is a normally distributed vector. Similarly, yn(xn) yn ! 0 −1 y (θx) y, which relates to the asymptotic chi-square distribution often encountered in hy- pothesis testing. 2 Order Notation It is useful to have notation that describes the rate that a statistic converges to zero or goes off to infinity as the sample size n grows. First, consider f(n), some non-random function of n. Definitions (i) f(n) is O(nd) (\is order nd") if, as n ! 1, then f(n)=nd is finite. (If d > 0, then f(n) grows to infinity at the same rate as nd, and if d < 0, f(n) shrinks to zero at the same rate as nd.) (ii) f(n) is o(nd) (\is order smaller than nd") if, as n ! 1, then f(n)=nd ! 0. 2 2.1 Examples (i) -3 is O(1), or O(n0) (ii) 5n3 is O(n3), and it is o(n4) and o(n5) 3 −1 (iii) n is O(n ) and is o(1) (iv) 3 − 2 is O(n−1) n n3=2 Example (iv) illustrates that the order of a sum depends only on the order of the highest-order term (meaning the term with the largest \d" in O(nd)) as long as the number of terms in the sum does not depend on n. If the number of terms in a sum itself depends on n, then the order of the sum can be affected. Let xi 0 and xij be O(n ) constants. For example, xi and xij do not display a trend as i or j increase. Then, Pn Pn Pn 2 in general, i=1 xi is O(n) and i=1 j=1 xij is O(n ). (For an example of what happens when 0 Pn Pn xi is not an O(n ) constant, consider i=1 xi when xi = a + bi. Then i=1 xi = na + bn(n + 1)=2, which is O(n2) when b 6= 0.) Here are some rules for operations involving order notation: O(np) + O(nq) is O(nmax(p;q)) o(np) + o(nq) is o(nmax(p;q)) O(np) + o(nq) is O(np) if p ≥ q (already mentioned in example (iv)) and is o(nq) if p < q O(np) × O(nq) is O(np+q) O(np) × o(nq) is o(np+q) o(np) × o(nq) is o(np+q) (O(np))−1 is O(n−p) (o(np))−1 is of unknown order without more information Combining these gives other results, such as O(np)=O(nq) is O(np−q). 2.2 Order in Probability Order notation can be applied to random variables, using a \p" subscript, so that Op denotes \order in probability". Let an be a random variable function of n random variables as on page 1. 3 Definitions d d (i) an is Op(n ) if, for every > 0, there is some K > 0 for which, as n ! 1, Prob(jan=n j > K) < . d d (ii) an is op(n ) if as n ! 1, then plim(an=n ) = 0. Except for special cases that usually do not apply to econometric models, (i) is equivalent to the d condition that the mean and the standard deviation of an=n stay bounded as n ! 1. Therefore d d 2d if an is Op(n ) then: (1) E(an) is O(n ) and (2) Var(an) is O(n ). Another way to think about it d f g is, if E(an) is O(n ) and Var(an) is O(n ) then an is O(n ), where g = max(d; f=2). 2.3 Examples of Order in Probability 2 Let xi; i = 1; : : : ; n, be independent random variables with mean µ and variance σ . (i) xi is Op(1) Pn 1=2 (ii) i=1 xi is Op(n ) if µ = 0, and it is Op(n) if µ 6= 0 Pn 2 2 (iii) i=1 xi is Op(n) unless µ = σ = 0 Pn 2 (ii) arises often in asymptotic theory. If µ = 0, then i=1 xi has a mean of 0 and variance nσ , Pn 1=2 2 Pn 1=2 implying i=1 xi=n has a mean of 0 and a variance of σ . So if µ = 0 then i=1 xi is Op(n ). Pn Pn 1=2 However, if µ 6= 0, then the mean of i=1 xi is nµ, implying that i=1 xi is Op(n), not Op(n ). 2 2 2 (iii) follows from the fact that xi has a finite non-trending mean, m1 = µ +σ , and finite variance, Pn 2 m2. Then i=1 xi =n has a finite mean m1 and variance m2=n. 2.4 Asymptotic Expansions −1=2 Many consistent estimators are \root-n consistent", meaning that the sampling error is Op(n ), −1=2 as in θ^ − θ = Op(n ). Asymptotic expansions simplify the analysis of the distribution of θ^, by −1=2 ignoring the part of θ^ − θ that is op(n ). This involves decomposing θ^ as ^ −1=2 θ = θ + ξ−1=2 + op(n ) (1) The right hand side of (1) contains three terms of declining importance as n ! 1. The first term −1=2 is O(1), and must equal the true parameter value if θ^ is consistent. The second term is Op(n ). 4 2 It usually has mean zero, and often is simple enough to enable the derivation of E(ξ−1=2), which is then used for estimating Var(θ^). The third term is the remainder. It is left out in most asymptotic approximations. We hope it is not very big compared to the first two terms. Its importance often can be examined most easily by simulations. 3 Application to Ordinary Least Squares with Heteroskedastic Er- rors 0 2 Assume the true model is yi = xiβ + ui, where Exiui = 0, Var(uijxi) = σi , and the ui's are P 0 −1 P independent. Consider the OLS estimator of β, b = ( xixi) xiyi. Unless indicated otherwise, the summations run over i from 1 to n, where n is the number of observations. Assume that the xi's are random, as in survey data where the randomness in both xi and yi derives from the random survey sampling. 0 th Aside on notation: xi is a k × 1 vector of observations on the RHS variables. xi is the i row of th the usual n × k matrix X, and yi is the i element of the usual n × 1 vector y. So in this vector 0 P 0 notation, a matrix product such as X X is written as xixi. Substituting out yi gives X 0 −1 X b = β + ( xixi) xiui (2) Relating this to (1), β is O(1), and there is no remainder term.
Recommended publications
  • Wooldridge, Introductory Econometrics, 4Th Ed. Appendix C
    Wooldridge, Introductory Econometrics, 4th ed. Appendix C: Fundamentals of mathemati- cal statistics A short review of the principles of mathemati- cal statistics. Econometrics is concerned with statistical inference: learning about the char- acteristics of a population from a sample of the population. The population is a well-defined group of subjects{and it is important to de- fine the population of interest. Are we trying to study the unemployment rate of all labor force participants, or only teenaged workers, or only AHANA workers? Given a population, we may define an economic model that contains parameters of interest{coefficients, or elastic- ities, which express the effects of changes in one variable upon another. Let Y be a random variable (r.v.) representing a population with probability density function (pdf) f(y; θ); with θ a scalar parameter. We assume that we know f;but do not know the value of θ: Let a random sample from the pop- ulation be (Y1; :::; YN ) ; with Yi being an inde- pendent random variable drawn from f(y; θ): We speak of Yi being iid { independently and identically distributed. We often assume that random samples are drawn from the Bernoulli distribution (for instance, that if I pick a stu- dent randomly from my class list, what is the probability that she is female? That probabil- ity is γ; where γ% of the students are female, so P (Yi = 1) = γ and P (Yi = 0) = (1 − γ): For many other applications, we will assume that samples are drawn from the Normal distribu- tion. In that case, the pdf is characterized by two parameters, µ and σ2; expressing the mean and spread of the distribution, respectively.
    [Show full text]
  • Chapter 9. Properties of Point Estimators and Methods of Estimation
    Chapter 9. Properties of Point Estimators and Methods of Estimation 9.1 Introduction 9.2 Relative Efficiency 9.3 Consistency 9.4 Sufficiency 9.5 The Rao-Blackwell Theorem and Minimum- Variance Unbiased Estimation 9.6 The Method of Moments 9.7 The Method of Maximum Likelihood 1 9.1 Introduction • Estimator θ^ = θ^n = θ^(Y1;:::;Yn) for θ : a function of n random samples, Y1;:::;Yn. • Sampling distribution of θ^ : a probability distribution of θ^ • Unbiased estimator, θ^ : E(θ^) − θ = 0. • Properties of θ^ : efficiency, consistency, sufficiency • Rao-Blackwell theorem : an unbiased esti- mator with small variance is a function of a sufficient statistic • Estimation method - Minimum-Variance Unbiased Estimation - Method of Moments - Method of Maximum Likelihood 2 9.2 Relative Efficiency • We would like to have an estimator with smaller bias and smaller variance : if one can find several unbiased estimators, we want to use an estimator with smaller vari- ance. • Relative efficiency (Def 9.1) Suppose θ^1 and θ^2 are two unbi- ased estimators for θ, with variances, V (θ^1) and V (θ^2), respectively. Then relative efficiency of θ^1 relative to θ^2, denoted eff(θ^1; θ^2), is defined to be the ra- V (θ^2) tio eff(θ^1; θ^2) = V (θ^1) - eff(θ^1; θ^2) > 1 : V (θ^2) > V (θ^1), and θ^1 is relatively more efficient than θ^2. - eff(θ^1; θ^2) < 1 : V (θ^2) < V (θ^1), and θ^2 is relatively more efficient than θ^1.
    [Show full text]
  • Review of Mathematical Statistics Chapter 10
    Review of Mathematical Statistics Chapter 10 Definition. If fX1 ; ::: ; Xng is a set of random variables on a sample space, then any function p f(X1 ; ::: ; Xn) is called a statistic. For example, sin(X1 + X2) is a statistic. If a statistics is used to approximate an unknown quantity, then it is called an estimator. For example, we X1+X2+X3 X1+X2+X3 may use 3 to estimate the mean of a population, so 3 is an estimator. Definition. By a random sample of size n we mean a collection fX1 ;X2 ; ::: ; Xng of random variables that are independent and identically distributed. To refer to a random sample we use the abbreviation i.i.d. (referring to: independent and identically distributed). Example (exercise 10.6 of the textbook) ∗. You are given two independent estimators of ^ ^ an unknown quantity θ. For estimator A, we have E(θA) = 1000 and Var(θA) = 160; 000, ^ ^ while for estimator B, we have E(θB) = 1; 200 and Var(θB) = 40; 000. Estimator C is a ^ ^ ^ ^ weighted average θC = w θA + (1 − w)θB. Determine the value of w that minimizes Var(θC ). Solution. Independence implies that: ^ 2 ^ 2 ^ 2 2 Var(θC ) = w Var(θA) + (1 − w) Var(θB) = 160; 000 w + 40; 000(1 − w) Differentiate this with respect to w and set the derivative equal to zero: 2(160; 000)w − 2(40; 000)(1 − w) = 0 ) 400; 000 w − 80; 000 = 0 ) w = 0:2 Notation: Consider four values x1 = 12 ; x2 = 5 ; x3 = 7 ; x4 = 3 Let's arrange them in increasing order: 3 ; 5 ; 7 ; 12 1 We denote these \ordered" values by these notations: x(1) = 3 ; x(2) = 5 ; x(3) = 7 ; x(4) = 12 5+7 x(2)+x(3) The median of these four values is 2 , so it is 2 .
    [Show full text]
  • Chapter 4 Efficient Likelihood Estimation and Related Tests
    1 Chapter 4 Efficient Likelihood Estimation and Related Tests 1. Maximum likelihood and efficient likelihood estimation 2. Likelihood ratio, Wald, and Rao (or score) tests 3. Examples 4. Consistency of Maximum Likelihood Estimates 5. The EM algorithm and related methods 6. Nonparametric MLE 7. Limit theory for the statistical agnostic: P/ ∈P 2 Chapter 4 Efficient Likelihood Estimation and Related Tests 1Maximumlikelihoodandefficientlikelihoodestimation We begin with a brief discussion of Kullback - Leibler information. Definition 1.1 Let P be a probability measure, and let Q be a sub-probability measure on (X, ) A with densities p and q with respect to a sigma-finite measure µ (µ = P + Q always works). Thus P (X)=1andQ(X) 1. Then the Kullback - Leibler information K(P, Q)is ≤ p(X) (1) K(P, Q) E log . ≡ P q(X) ! " Lemma 1.1 For a probability measure Q and a (sub-)probability measure Q,theKullback-Leibler information K(P, Q)isalwayswell-defined,and [0, ]always K(P, Q) ∈ ∞ =0 ifandonlyifQ = P. ! Proof. Now log 1 = 0 if P = Q, K(P, Q)= log M>0ifP = MQ, M > 1 . ! If P = MQ,thenJensen’sinequalityisstrictandyields % q(X) K(P, Q)=E log P − p(X) # $ q(X) > log E = log E 1 − P p(X) − Q [p(X)>0] # $ log 1 = 0 . ≥− 2 Now we need some assumptions and notation. Suppose that the model is given by P = P : θ Θ . P { θ ∈ } 3 4 CHAPTER 4. EFFICIENT LIKELIHOOD ESTIMATION AND RELATED TESTS We will impose the following hypotheses about : P Assumptions: A0. θ = θ implies P = P .
    [Show full text]
  • ACM/ESE 118 Mean and Variance Estimation Consider a Sample X1
    ACM/ESE 118 Mean and variance estimation Consider a sample x1; : : : ; xN from a random variable X. The sample may have been obtained through N independent but statistically identical experiments. From this sample, we want to estimate the mean µ and variance σ2 of the random variable X (i.e., we want to estimate “population” quantities). The sample mean N 1 x¯ = xi N X i=1 is an estimate of the mean µ. The expectation value of the sample mean is the population mean, E(x¯) = µ, and the variance of the sample mean is var(x¯) = σ2=N. Since the expectation value of the sample mean is the population mean, the sample mean is said to be an unbiased estimator of the population mean. And since the variance of the sample mean approaches zero as the sample size increases (i.e., fluctuations of the sample mean about the population mean decay to zero with increasing sample size), the sample mean is said to be a consistent estimator of the population mean. These properties of the sample mean are a consequence of the fact that if 2 2 x1; : : : ; xN are mutually uncorrelated random variables with variances σ1; : : : ; σN , the variance of their sum z = x1 + · · · + xN is 2 2 2 σz = σ1 + · · · + σN : (1) If we view the members of the sample x1; : : : ; xN as realizations of identically 2 distributed random variables with mean E(xi) = µ and variance var(xi) = σ , it follows by the linearity of the expectation value operation that the expectation −1 value of the sample mean is the population mean: E(x¯) = N i E(xi) = µ.
    [Show full text]
  • MAXIMUM LIKELIHOOD ESTIMATION for the Efficiency of Mles, Namely That the Theorem 1
    MAXIMUM LIKELIHOOD It should be pointed out that MLEs do ESTIMATION not always exist, as illustrated in the follow- ing natural mixture example; see Kiefer and Maximum likelihood is by far the most pop- Wolfowitz [32]. ular general method of estimation. Its wide- spread acceptance is seen on the one hand in Example 2. Let X1, ..., Xn be independent the very large body of research dealing with and identically distributed (i.i.d.) with den- its theoretical properties, and on the other in sity the almost unlimited list of applications. 2 To give a reasonably general definition p 1 x − µ f (x|µ, ν, σ, τ, p) = √ exp − of maximum likelihood estimates, let X = 2πσ 2 σ (X1, ..., Xn) be a random vector of observa- − − 2 tions whose joint distribution is described + √1 p − 1 x ν | exp , by a density fn(x )overthen-dimensional 2πτ 2 τ Euclidean space Rn. The unknown parameter vector is contained in the parameter space where 0 p 1, µ, ν ∈ R,andσ, τ>0. ⊂ s ∗ R . For fixed x define the likelihood The likelihood function of the observed = = | function of x as L() Lx() fn(x )con- sample x , ...x , although finite for any per- ∈ 1 n sidered as a function of . missible choice of the five parameters, ap- proaches infinity as, for example, µ = x , p > ˆ = ˆ ∈ 1 Definition 1. Any (x) which 0andσ → 0. Thus the MLEs of the five maximizes L()over is called a maximum unknown parameters do not exist. likelihood estimate (MLE) of the unknown Further, if an MLE exists, it is not neces- true parameter .
    [Show full text]
  • Asymptotic Theory Greene Ch
    1 Asymptotic Theory Greene Ch. 4, App. D, Kennedy App. C, R scripts: module3s1a, module3s1b, module3s1c, module3s1d Overview of key concepts Consider a random variable xn that itself is a function of other random variables and sample size “ n” (e.g the sample mean, or the sample variance). Such a random variable is called a “ sequence random variable ”, since its outcome depends also on “ n”. We’re interested in the properties of xn as n → ∞ . There are two possible scenarios: (i) xn can “converge in probability” to some constant c, or (ii) “converge in distribution” to another random variable “ x”. Most estimators used in practice converge in probability. If xn converges to x, we call the distribution of x the “limiting distribution” of xn. However, for most estimators of interest we don't know or cannot derive this limiting distribution. This also includes estimators that converge in probability – a single spike over a constant c is not a very exciting or useful distribution! In that case, we derive instead the limiting distribution of a function involving xn (i.e. a ( − ) = ( ) popular one is n xn c , where xn is a sample statistic and cplim x n ) . This function does not collapse to a spike. This limiting distribution is exactly correct as n → ∞ . We use it to derive the “approximate” distribution (or “asymptotic” distribution) of xn itself that holds approximately for finite “ n”. Then from that, we can get the “asymptotic expectation” (for example to assess “asymptotic unbiasedness” or "consistency"), and the “asymptotic variance” (for example to assess asymptotic “efficiency”). Finally, we can then use these properties to compare different estimators, and to perform hypothesis tests.
    [Show full text]
  • Chapter 7: Estimation
    Chapter 7 Estimation 1 Criteria for Estimators • Main problem in stats: Estimation of population parameters, say θ. • Recall that an estimator is a statistic. That is, any function of the observations {xi} with values in the parameter space. • There are many estimators of θ. Question: Which is better? • Criteria for Estimators (1) Unbiasedness (2) Efficiency (3) Sufficiency (4) Consistency 2 Unbiasedness Definition: Unbiasedness ^ An unbiased estimator, say θ , has an expected value that is equal to the value of the population parameter being estimated, say θ. That is, ^ E[ θ ] = θ Example: E[ x ] = µ E[s2] = σ2 3 Efficiency Definition: Efficiency / Mean squared error An estimator is efficient if it estimates the parameter of interest in some best way. The notion of “best way” relies upon the choice of a loss function. Usual choice of a loss function is the quadratic: ℓ(e) = e2, resulting in the mean squared error criterion (MSE) of optimality: 2 2 = θˆ −θ = θˆ − θˆ + θˆ −θ = θˆ + θ 2 MSE E( ) E( E( ) E( ) ) Var( ) [b( )] ^ ^ b(θ): E[( θ - θ) bias in θ . The MSE is the sum of the variance and the square of the bias. => trade-off: a biased estimator can have a lower MSE than an unbiased estimator. Note: The most efficient estimator among a group of unbiased 4 estimators is the one with the smallest variance => BUE. Efficiency Now we can compare estimators and select the “best” one. Example: Three different estimators’ distributions 3 1, 2, 3 based on samples 2 of the same size 1 θ Value of Estimator – 1 and 2: expected value = population parameter (unbiased) – 3: positive biased – Variance decreases from 1, to 2, to 3 (3 is the smallest) – 3 can have the smallest MST.
    [Show full text]
  • 14.30 Introduction to Statistical Methods in Economics Spring 2009
    MIT OpenCourseWare http://ocw.mit.edu 14.30 Introduction to Statistical Methods in Economics Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Problem Set #8 - Solutions 14.30 - Intro. to Statistical Methods in Economics Tnst,ri~ctor:Konrwd Menzel Due: Tuesday, April 28, 2009 Question One: Law of Large Numbers and Central Limit Theorem Probably the two most important concepts that you will take away from this course are the Law of Large Numbers and the Central Limit Theorem and how they allow us to use averages to learn about the world around us. I. State the Law of Large Numbers (please, just copy it down from the lecture notes). Solution to 1: Suppose XI,. , Xn is a sequence of i.i.d. draws with IEIXi] = p and Var(Xi) = a2 < oo for all i. Then for any E > 0 (typically a small value), the sample mean satisfies lim P(IXn- pI > E) = 0 n We say that X, converges in probability to p. 2. Explain what the Law of Large Numbers tells us about the average of an i.i.d. (inde- pendent, identically distributed) sample of the random variable X with mean p and variance a2. Solution to 2: The law of large numbers tells us that the density of the average of an i.i.d. sample of a random variable X will be concentrated in an "epsilon ball" of radius E. Or, more rigorously, for any E > 0, if we take an infinite sample of a random variable, the density of its mean will be concentrated at p.
    [Show full text]
  • 9 Asymptotic Approximations and Practical Asymptotic Tools
    9 Asymptotic Approximations and Practical Asymptotic Tools A point estimator is merely an educated guess about the true value of an unknown param- eter. The utility of a point estimate without some idea of its accuracy is rather limited. That is why, we considered MSE and risk functions of point estimators in the previous chapters. MSE is itself a summary of the distribution of the point estimator. We would really like to know the distribution of our estimator, for the specific n that we have. Un- fortunately, even for the simplest type of estimators, distributions are very hard to find. For example, we cannot find the distribution of the sample mean for a given n except for some special distributions. Distributions are quite simply difficult objects to calculate. As a compromise, we try to find approximations to the exact distribution of an estima- tor. These approximations are derived by assuming that n is large; more precisely, we use the concept of limiting distributions (see Chapter 1 again, if needed). Remarkably, even though calculation of distributions of estimators for fixed n is usually so difficult, in the limiting (or asymptotic) regime, the story is incredibly structured, and things fall into place like the pieces of a difficult puzzle. Large sample theory of estimators, also often called asymptotic theory, or simply asymptotics, is a central and unifying theme in essentially all of statistical inference. Asymptotic theory is an amazingly powerful and pretty tool for the statistician; theory of inference often cannot go far at all without us- ing asymptotic tools. An introduction to some basic tools and concepts of asymptotic inference is given in this chapter.
    [Show full text]
  • Notes on Median and Quantile Regression
    Notes On Median and Quantile Regression James L. Powell Department of Economics University of California, Berkeley Conditional Median Restrictions and Least Absolute Deviations It is well-known that the expected value of a random variable Y minimizes the expected squared deviation between Y and a constant; that is, µ E[Y ] Y ≡ =argminE(Y c)2, c − assuming E Y 2 is finite. (In fact, it is only necessary to assume E Y is finite, if the minimand is normalized by|| subtracting|| Y 2, i.e., || || µ E[Y ] Y ≡ =argminE[(Y c)2 Y 2] c − − =argmin[c2 2cE[Y ]], c − and this normalization has no effect on the solution if the stronger condition holds.) It is less well-known that a median of Y, defined as any number ηY for which 1 Pr Y η and { ≤ Y } ≥ 2 1 Pr Y η , { ≥ Y } ≥ 2 minimizes an expected absolute deviation criterion, η =argminE[ Y c Y ], Y c | − | − | | though the solution to this minimization problem need not be unique. When the c.d.f. FY is strictly increasing everywhere (i.e., Y is continuously distributed with positive density), then uniqueness is not an issue, and 1 ηY = FY− (1/2). In this case, the first-order condition for minimization of E[ Y c Y ] is | − | − | | 0= E[sgn(Y c)], − − for sgn(u) the “sign” (or “signum”) function sgn(u) 1 2 1 u<0 , ≡ − · { } here defined to be right-continuous. 1 Thus, just as least squares (LS) estimation is the natural generalization of the sample mean to estimation of regression coefficients, least absolute deviations (LAD) estimation is the generalization of the sample median to the linear regression context.
    [Show full text]
  • Large-Numbers Behavior of the Sample Mean And
    REVISTA DE MATEMÁTICA:TEORÍA Y APLICACIONES 2018 25(2) : 169–184 CIMPA – UCR ISSN: 1409-2433 (PRINT), 2215-3373 (ONLINE) DOI: https://doi.org/10.15517/rmta.v25i2.33653 LARGE-NUMBERS BEHAVIOR OF THE SAMPLE MEAN AND THE SAMPLE MEDIAN: A COMPARATIVE EMPIRICAL STUDY EL COMPORTAMIENTO DE LA MEDIA Y LA MEDIANA DE MUESTRAS, SEGÚN CRECE EL TAMAÑO DE LA MUESTRA: UN ESTUDIO EMPÍRICO COMPARATIVO ∗ OSVALDO MARRERO Received: 28/Apr/2017; Revised: 13/May/2018; Accepted: 16/May/2018 ∗Department of Mathematics and Statistics, Villanova University, Villanova, Pennsylvania, U.S.A. E-Mail: [email protected] 169 170 O. MARRERO Abstract Through simulation, we study and compare the large-numbers behav- ior of the sample mean and the sample median as estimators of their re- spective corresponding population parameters. We only consider skewed, continuous distributions that do have a mean and a unique median. With respect to the pertinent probabilities, our results throw some light on the speed of convergence, the effect of the skewness, and, intriguinly, also suggest the existence of a couple of changepoints or change-intervals. We propose some questions for further study. Keywords: change-interval; comparing estimators; convergence rate; simula- tion; skewness effect. Resumen Se presentan los resultados de un estudio de simulación donde hemos comparado el comportamiento de la media y la mediana de muestras como estimadores de sus respectivos parámetros, según crece el tamaño de la muestra. Sólo consideramos distribuciones continuas y sesgadas cuyas medias existen y cuyas medianas son únicas. Con respecto a las proba- bilidades en cuestión, nuestros resultados esclarecen ambos la rapidez de convergencia y el efecto del sesgo.
    [Show full text]