Problem Set 2 Solution

Size: px
Start display at page:

Download "Problem Set 2 Solution"

Transcription

1 Problem Set 2 Solution Aril 22nd, 29 by Yang. More Generalized Slutsky heorem [Simle and Abstract] su L n γ, β n Lγ, β = su L n γ, β n Lγ, β n + Lγ, β n Lγ, β su L n γ, β n Lγ, β n + su Lγ, β n Lγ, β su su β Bβ,ε = o + o = o L n γ, β Lγ, β + su Lγ, β n Lγ, β where the third line can be obtained with robability aroaching, and the fourth line follows from the assumtions i, ii and iii. [Formal and Detailed] ake any ξ >. Note that by lim Pr n su L n γ, β n Lγ, β > ξ lim n Pr su L n γ, β n Lγ, β n + su Lγ, β n Lγ, β > ξ lim Pr su n γ, n L β n Lγ, β n > ξ + lim 2 Pr su n Lγ, β n Lγ, β > ξ 2 }{{}}{{} =:A =:A 2 Partitioning the event in A yields A = lim n Pr su L n γ, β n Lγ, β n > ξ 2 and β n β > ε + lim n Pr su L n γ, β n Lγ, β n > ξ 2 and β n β ε lim n Pr β n β > ε + lim n Pr su su n γ, β Lγ, β > β Bβ,ε L ξ 2 where the last equality follows from the assumtions i and ii. Also by the assumtion iii, there exists δ > such that for any β Bβ, δ su Lγ, β Lγ, β ξ 2 =

2 his imlies, by contraositive, A 2 lim n Pr β n β > δ = where the last equality follows from the assumtion i. herefore, we have lim Pr n for any ξ >, which comletes the roof. su L n γ, β n Lγ, β > ξ = 2. Eicker-White Robust Covariance Estimation a By β LS β theorem, d Z N, Ω, we have β LS Û t = Y t X t β LS his imlies in turn, by continuous maing theorem, EÛ 2 t X t X t β. Y t X tβ = U t EU 2 t X t X t his imlies, by continuous maing Note that the LHS term is a random variable, while the RHS term is a scalar. Alying LLN, under the following assumtions. 2 Ût 2 EÛ t 2 EU 2 t < 3 E U 2 t X ti X tj < for all i, j =,, K where K = dimx t. E X 2 ti X tjx tk < for all i, j, k =,, K. Combining these two, Ût 2 EUt 2 Also without any further assumtion, by alying LLN, E o see this, note that β LS β = O /2 as we will rove in roblem set 3. So β LS β = o. 2 We may not aly iid version of LLN directly to Û t 2. his is because {Ût : t } are not indeendent. Instead, we aly uniform LLN to Y t X tθ 2 for θ Bβ, ε. Since β LS is consistent for β, we can get the desired result under the described assumtions. See White Econometrica, 98 for details. 3 Note this is not imlied by EUt 2 X t <. 2

3 herefore, by multilication rule, Ω := Ût 2 under the additional assumtion E EUt 2 EX t X t = Ω EX t X t is nonsingular b Suose the assumtion of conditional homoskedasticity holds so that EU 2 t X t = σ 2. hen the variance of β LS simlifies as follows. Ω = EX t X t Eσ 2 X t X tex t X t = σ 2 EX t X t So if we believe this assumtion, we may use the following formula to estimate a covariance matrix. Ω CH = σ 2 where CH denotes conditional homoskedasticity, and σ 2 can be estimated by σ 2 = Û 2 = Y t X t β LS 2 If we are more dubious of the assumtion, we can use the Eicker-White robust covariance estimator. Ω EW = Ût 2 Let us talk a little on how to rogram this. Denote by X, the matrix which stacks X t by row. Define Y, U and Û in the same way. hen, X tx t = X X, and Û 2 = Û Û. herfore, to estimate Ω CH, we can use OmegaCH = Uhat * Uhat / * invx * X /, or simly dro both s. However, Û t 2 cannot be simlified using matrix notation. 4 he most straightforward way to calculate it is using a loo. But there is a simler way to do this in MALAB, using element-wise multilication. Define W t := ÛtX t, and denote by W, the matrix which stacks W t by row. hen, W W = W t W t = Ût 2 Note that W is the matrix obtained by multilying Ût to each element in t th row of X. his is equivalent to element-wise multilication of ÛL and X, where L is a k row vector of s. So by doing W = Uhat * ones,k.* X, we get such a matrix. herefore Ω EW can be calculated by OmegaEW = invx * X / * W * W / * invx * X /. 4 Note that Û ÛX X = Û 2 t X tx t is totally different from Û 2 t X t X t. 3

4 See the MALAB code osted for details. It would be good to run the code with different choices of R,, k, and most imortantly, σ 2. he following shows the result with two sets of arameters with R =, =. On the left, k = and σ 2 = 9, and on the right, k = 3 and σ 2 = rue beta estimates of beta Mean Standard Dev rue Omega Mean Bias estimates of Omega: correct formula estimates of Omega2: White formula Standard Dev estimates of Omega: correct formula estimates of Omega2: White formula R M S Error estimates of Omega: correct formula estimates of Omega2: White formula Norm Stats Omega Omega2 Omega Omega Mean Standard Dev Minimum Median Maximum You may try another set of assumtions on β, EX tx t, the distribution of X t, and that of U t. But when you change the distributions of X t and U t, make sure that the correct variances of X t and U t are used in the code. 4

5 o summarize the result, the standard deviation of each element of Eicker-White estimator is 3-4% bigger than that of the estimator using the correct formula. So is the root mean squared error. But looking at the mean bias, Eicker-White estimator is less biased by mean in many cases, esecially on diagonal elements. hese roerties hold for many choices of R,, k, and σ 2 that have ever been tried. In the table, Norm stats are also reorted. he norm is the distance between true Ω and estimates Ω, calcualted by taking square root of the summed squares of difference in each element. he distributions of 4 sets of norms are summarized as seen. his imlies that the Eicker-White estimator is bigger in general, but not that bad. Moreover it is robust to heteroskedasticity of errors, so it would be better to use this formula if we are not sure of conditional homoskedasticity. 3. Asymtotic heory a Additionally we need to assume. [CF i] θ intθ 2. [EE2 ii] θ Q n θ n = o n /2 3. gθ C 2 Θ for some neighborhood Θ Θ of θ with robability one 4. θ gθ has full column rank. Note that we already assumed 5. n π n π d N, V 6. A n A where A is nonsingular. 7. here exists a unique value θ Θ such that π = gθ. 8. Θ is comact. 9. [EE] θ n Θ and Q n θ n inf Q n θ + o g is continuous. π n π Since the last two are imlied by 3 and 5 reectively, we need assumtions -9. Now let us check how the above assumtions imly CF and EE2. EE2 is imlied by 2-3 and 5-9. CF i is assumed in. CF ii is imlied by 3. CF iii is imlied by 3, 5 and 6. o see what Ω is, consider n θ Q nθ = θ g θ A na n n πn gθ = θ g θ A na n n πn π 5

6 Define Γ := θ gθ. hen by 5 and 6, n θ Q d nθ N, Γ A AV A AΓ Let us check that CF iv is imlied by 3-7. he candidate for Bθ can be obatined by 3, 5 and 6. 2 [Bθ] mj = lim Q n θ = θ m θ j g θa A gθ θ m θ j 2 θ m θ j g θa Aπ gθ By 3, this is continuous in θ. Moreover, 2 θ θ Q n θ is also continuous in θ, and by choice, Θ is comact. So uniform convergence follows from ointwise convergence. su 2 θ θ Q nθ Bθ Finally, Bθ is nonsingular by 4 and 6. When evaluated at θ, the second summand of [Bθ ] mj is, so B := Bθ = θ g θ A A θ gθ = Γ A AΓ So the asymtotic normality follows. d n θn θ N, Γ A AΓ Γ A AV A AΓ Γ A AΓ b We need to assume the following.. [EE] θ n Θ and Q n θ n inf Q n θ + o 2. [ID i] Θ is comact. 3. Gθ, τ is continuous in θ at τ = τ. 4. here exists a unique value θ Θ such that Gθ, τ =. 5. A n A where A is nonsingular. 6. τ n τ 7. su su τ Bτ,ε G n θ, τ Gθ, τ for some ε > 8. Gθ, τ is continuous in τ at τ uniformly over θ Θ. Let us first determine what Qθ is. By 5-7, we have ointwise convergence such that for any θ Θ, Q n θ AGθ, τ 2 /2 =: Qθ For this Qθ, ID holds by 2-5. In articular, 4 and 5 imly ID iii. o see this, note first that Qθ = and that this is the minimum since Qθ for any θ. Suose that θ satisfies Qθ =. hen, by 6

7 the roerty of norm oerator, AGθ, τ =. By 5, Gθ, τ =, and thus by 4, θ = θ, which roves ID iii. Now let us turn to UWCON. 2-3 and 5-8 imly UWCON. First, alying Question, 6-8 imly Using 2, 3, 5, 6 and this, su G n θ, τ n Gθ, τ su Q n θ Qθ su 2 Q n θ G θ, τ A na n Gθ, τ /2 + su G θ, τ A na n Gθ, τ /2 Qθ 2 su G θ, τ A na n su G n θ, τ n Gθ, τ w aroaching + 2 su G θ, τ A na n A A su Gθ, τ = O O o + O o O = o 4. Monte Carlo Simulation: Goodness of Aroximation to the Assymtotic Distribution i As we derived before, under conditional homoskedasticity, β 2SLS has the asymtotic variance of σ 2 Ex i z i Ez iz i Ez i x i. Since σ 2 =, Ez i z i = I K and Ez i u i =, Ex i z i = Ez iπz i + u i z i = π Ez i z i + Eu i z i = π and thus we can calculate the asymtotic variance as follows. It deends on K and η but not on ρ. σ 2 Ex i z iez i z i Ez i x i = π I K π = Kη 2 ii Looking at the first figure, we can see many huge outliers of estimates in the case where K = and η =.5. his is consistent with the fact that the 2SLS estimator has no finite first moment when it is exactly identified. Even when η =, we can observe some outliers although they are not very big. he 2SLS estimator tends to be biased when ρ =.95 and the instruments are weak. K and η affect the variance of estimates in general. iii In the second figure, the histogram of estimates was normalized so that the area of histogram bars is, and the df of the distribution aroximated by the asymtotic distribution is lotted together. 6 o focus on the shae of the distribution, the outliers are droed from this figure. When η =, the asymtotic distribution aroximates the simulated distribution quite well, while it does not if η =.5. When K = and ρ =, there does not seem to be a bias, but there are outliers and estimates which are not outliers are centered more than the aroximated distribution. In the thrid figure, the numbers drawn from the aroximated distribution are lotted, along with the histogram of estimates without rescaling. It looks similar to the second figure. 6 Since the asymtotic distribution is obtained by scaling β 2SLS u by n, we always need to scale the asymtotic variance down by n to get the aroximated variance. 7

8 FIGURE. Histogram of Estimates 6 K=,eta=.5,rho=. 6 K=,eta=.5,rho= K=,eta=.,rho=. 2 K=,eta=.,rho= K=,eta=.5,rho=. 3 K=,eta=.5,rho= K=,eta=.,rho=. 2 K=,eta=.,rho=

9 FIGURE2. Histogram and Aroximated Distribution.3 K=,eta=.5,rho=. K=,eta=.5,rho= K=,eta=.,rho=. K=,eta=.,rho= K=,eta=.5,rho= K=,eta=.5,rho= K=,eta=.,rho=. K=,eta=.,rho= Estimates Aroximate 9

10 FIGURE3. Histogram and Aroximated Distribution simulated K=,eta=.5,rho=. K=,eta=.5,rho= K=,eta=.,rho=. K=,eta=.,rho= K=,eta=.5,rho=. K=,eta=.5,rho= K=,eta=.,rho=. K=,eta=.,rho= Estimates Aroximate

1 Extremum Estimators

1 Extremum Estimators FINC 9311-21 Financial Econometrics Handout Jialin Yu 1 Extremum Estimators Let θ 0 be a vector of k 1 unknown arameters. Extremum estimators: estimators obtained by maximizing or minimizing some objective

More information

Lecture 2: Consistency of M-estimators

Lecture 2: Consistency of M-estimators Lecture 2: Instructor: Deartment of Economics Stanford University Preared by Wenbo Zhou, Renmin University References Takeshi Amemiya, 1985, Advanced Econometrics, Harvard University Press Newey and McFadden,

More information

Lecture 3 Consistency of Extremum Estimators 1

Lecture 3 Consistency of Extremum Estimators 1 Lecture 3 Consistency of Extremum Estimators 1 This lecture shows how one can obtain consistency of extremum estimators. It also shows how one can find the robability limit of extremum estimators in cases

More information

Maximum Likelihood Asymptotic Theory. Eduardo Rossi University of Pavia

Maximum Likelihood Asymptotic Theory. Eduardo Rossi University of Pavia Maximum Likelihood Asymtotic Theory Eduardo Rossi University of Pavia Slutsky s Theorem, Cramer s Theorem Slutsky s Theorem Let {X N } be a random sequence converging in robability to a constant a, and

More information

LECTURE 7 NOTES. x n. d x if. E [g(x n )] E [g(x)]

LECTURE 7 NOTES. x n. d x if. E [g(x n )] E [g(x)] LECTURE 7 NOTES 1. Convergence of random variables. Before delving into the large samle roerties of the MLE, we review some concets from large samle theory. 1. Convergence in robability: x n x if, for

More information

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley Elements of Asymtotic Theory James L. Powell Deartment of Economics University of California, Berkeley Objectives of Asymtotic Theory While exact results are available for, say, the distribution of the

More information

Lecture 3 January 16

Lecture 3 January 16 Stats 3b: Theory of Statistics Winter 28 Lecture 3 January 6 Lecturer: Yu Bai/John Duchi Scribe: Shuangning Li, Theodor Misiakiewicz Warning: these notes may contain factual errors Reading: VDV Chater

More information

Stochastic integration II: the Itô integral

Stochastic integration II: the Itô integral 13 Stochastic integration II: the Itô integral We have seen in Lecture 6 how to integrate functions Φ : (, ) L (H, E) with resect to an H-cylindrical Brownian motion W H. In this lecture we address the

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

On-Line Appendix. Matching on the Estimated Propensity Score (Abadie and Imbens, 2015)

On-Line Appendix. Matching on the Estimated Propensity Score (Abadie and Imbens, 2015) On-Line Aendix Matching on the Estimated Proensity Score Abadie and Imbens, 205 Alberto Abadie and Guido W. Imbens Current version: August 0, 205 The first art of this aendix contains additional roofs.

More information

LORENZO BRANDOLESE AND MARIA E. SCHONBEK

LORENZO BRANDOLESE AND MARIA E. SCHONBEK LARGE TIME DECAY AND GROWTH FOR SOLUTIONS OF A VISCOUS BOUSSINESQ SYSTEM LORENZO BRANDOLESE AND MARIA E. SCHONBEK Abstract. In this aer we analyze the decay and the growth for large time of weak and strong

More information

Asymptotically Optimal Simulation Allocation under Dependent Sampling

Asymptotically Optimal Simulation Allocation under Dependent Sampling Asymtotically Otimal Simulation Allocation under Deendent Samling Xiaoing Xiong The Robert H. Smith School of Business, University of Maryland, College Park, MD 20742-1815, USA, xiaoingx@yahoo.com Sandee

More information

Estimating Time-Series Models

Estimating Time-Series Models Estimating ime-series Models he Box-Jenkins methodology for tting a model to a scalar time series fx t g consists of ve stes:. Decide on the order of di erencing d that is needed to roduce a stationary

More information

COMMUNICATION BETWEEN SHAREHOLDERS 1

COMMUNICATION BETWEEN SHAREHOLDERS 1 COMMUNICATION BTWN SHARHOLDRS 1 A B. O A : A D Lemma B.1. U to µ Z r 2 σ2 Z + σ2 X 2r ω 2 an additive constant that does not deend on a or θ, the agents ayoffs can be written as: 2r rθa ω2 + θ µ Y rcov

More information

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley Elements of Asymtotic Theory James L. Powell Deartment of Economics University of California, Berkeley Objectives of Asymtotic Theory While exact results are available for, say, the distribution of the

More information

Chapter 7: Special Distributions

Chapter 7: Special Distributions This chater first resents some imortant distributions, and then develos the largesamle distribution theory which is crucial in estimation and statistical inference Discrete distributions The Bernoulli

More information

Introduction to Banach Spaces

Introduction to Banach Spaces CHAPTER 8 Introduction to Banach Saces 1. Uniform and Absolute Convergence As a rearation we begin by reviewing some familiar roerties of Cauchy sequences and uniform limits in the setting of metric saces.

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Sobolev Spaces with Weights in Domains and Boundary Value Problems for Degenerate Elliptic Equations

Sobolev Spaces with Weights in Domains and Boundary Value Problems for Degenerate Elliptic Equations Sobolev Saces with Weights in Domains and Boundary Value Problems for Degenerate Ellitic Equations S. V. Lototsky Deartment of Mathematics, M.I.T., Room 2-267, 77 Massachusetts Avenue, Cambridge, MA 02139-4307,

More information

Chapter 3. GMM: Selected Topics

Chapter 3. GMM: Selected Topics Chater 3. GMM: Selected oics Contents Otimal Instruments. he issue of interest..............................2 Otimal Instruments under the i:i:d: assumtion..............2. he basic result............................2.2

More information

Robustness of classifiers to uniform l p and Gaussian noise Supplementary material

Robustness of classifiers to uniform l p and Gaussian noise Supplementary material Robustness of classifiers to uniform l and Gaussian noise Sulementary material Jean-Yves Franceschi Ecole Normale Suérieure de Lyon LIP UMR 5668 Omar Fawzi Ecole Normale Suérieure de Lyon LIP UMR 5668

More information

Elementary Analysis in Q p

Elementary Analysis in Q p Elementary Analysis in Q Hannah Hutter, May Szedlák, Phili Wirth November 17, 2011 This reort follows very closely the book of Svetlana Katok 1. 1 Sequences and Series In this section we will see some

More information

Econometrics I. September, Part I. Department of Economics Stanford University

Econometrics I. September, Part I. Department of Economics Stanford University Econometrics I Deartment of Economics Stanfor University Setember, 2008 Part I Samling an Data Poulation an Samle. ineenent an ientical samling. (i.i..) Samling with relacement. aroximates samling without

More information

Split the integral into two: [0,1] and (1, )

Split the integral into two: [0,1] and (1, ) . A continuous random variable X has the iecewise df f( ) 0, 0, 0, where 0 is a ositive real number. - (a) For any real number such that 0, rove that the eected value of h( X ) X is E X. (0 ts) Solution:

More information

1 Martingales. Martingales. (Ω, B, P ) is a probability space.

1 Martingales. Martingales. (Ω, B, P ) is a probability space. Martingales January 8, 206 Debdee Pati Martingales (Ω, B, P ) is a robability sace. Definition. (Filtration) filtration F = {F n } n 0 is a collection of increasing sub-σfields such that for m n, we have

More information

A UNIFORM L p ESTIMATE OF BESSEL FUNCTIONS AND DISTRIBUTIONS SUPPORTED ON S n 1

A UNIFORM L p ESTIMATE OF BESSEL FUNCTIONS AND DISTRIBUTIONS SUPPORTED ON S n 1 PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 5, Number 5, May 997, Pages 39 3 S -993997)3667-8 A UNIFORM L ESTIMATE OF BESSEL FUNCTIONS AND DISTRIBUTIONS SUPPORTED ON S n KANGHUI GUO Communicated

More information

Sums of independent random variables

Sums of independent random variables 3 Sums of indeendent random variables This lecture collects a number of estimates for sums of indeendent random variables with values in a Banach sace E. We concentrate on sums of the form N γ nx n, where

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Location of solutions for quasi-linear elliptic equations with general gradient dependence

Location of solutions for quasi-linear elliptic equations with general gradient dependence Electronic Journal of Qualitative Theory of Differential Equations 217, No. 87, 1 1; htts://doi.org/1.14232/ejqtde.217.1.87 www.math.u-szeged.hu/ejqtde/ Location of solutions for quasi-linear ellitic equations

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

Instrumental Variables

Instrumental Variables Instrumental Variables Department of Economics University of Wisconsin-Madison September 27, 2016 Treatment Effects Throughout the course we will focus on the Treatment Effect Model For now take that to

More information

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES OHAD GILADI AND ASSAF NAOR Abstract. It is shown that if (, ) is a Banach sace with Rademacher tye 1 then for every n N there exists

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell October 25, 2009 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

ON UNIFORM BOUNDEDNESS OF DYADIC AVERAGING OPERATORS IN SPACES OF HARDY-SOBOLEV TYPE. 1. Introduction

ON UNIFORM BOUNDEDNESS OF DYADIC AVERAGING OPERATORS IN SPACES OF HARDY-SOBOLEV TYPE. 1. Introduction ON UNIFORM BOUNDEDNESS OF DYADIC AVERAGING OPERATORS IN SPACES OF HARDY-SOBOLEV TYPE GUSTAVO GARRIGÓS ANDREAS SEEGER TINO ULLRICH Abstract We give an alternative roof and a wavelet analog of recent results

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

University of Pavia. M Estimators. Eduardo Rossi

University of Pavia. M Estimators. Eduardo Rossi University of Pavia M Estimators Eduardo Rossi Criterion Function A basic unifying notion is that most econometric estimators are defined as the minimizers of certain functions constructed from the sample

More information

SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES. Gord Sinnamon The University of Western Ontario. December 27, 2003

SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES. Gord Sinnamon The University of Western Ontario. December 27, 2003 SCHUR S LEMMA AND BEST CONSTANTS IN WEIGHTED NORM INEQUALITIES Gord Sinnamon The University of Western Ontario December 27, 23 Abstract. Strong forms of Schur s Lemma and its converse are roved for mas

More information

Existence Results for Quasilinear Degenerated Equations Via Strong Convergence of Truncations

Existence Results for Quasilinear Degenerated Equations Via Strong Convergence of Truncations Existence Results for Quasilinear Degenerated Equations Via Strong Convergence of Truncations Youssef AKDIM, Elhoussine AZROUL, and Abdelmoujib BENKIRANE Déartement de Mathématiques et Informatique, Faculté

More information

Applications to stochastic PDE

Applications to stochastic PDE 15 Alications to stochastic PE In this final lecture we resent some alications of the theory develoed in this course to stochastic artial differential equations. We concentrate on two secific examles:

More information

NONLOCAL p-laplace EQUATIONS DEPENDING ON THE L p NORM OF THE GRADIENT MICHEL CHIPOT AND TETIANA SAVITSKA

NONLOCAL p-laplace EQUATIONS DEPENDING ON THE L p NORM OF THE GRADIENT MICHEL CHIPOT AND TETIANA SAVITSKA NONLOCAL -LAPLACE EQUATIONS DEPENDING ON THE L NORM OF THE GRADIENT MICHEL CHIPOT AND TETIANA SAVITSKA Abstract. We are studying a class of nonlinear nonlocal diffusion roblems associated with a -Lalace-tye

More information

Elementary theory of L p spaces

Elementary theory of L p spaces CHAPTER 3 Elementary theory of L saces 3.1 Convexity. Jensen, Hölder, Minkowski inequality. We begin with two definitions. A set A R d is said to be convex if, for any x 0, x 1 2 A x = x 0 + (x 1 x 0 )

More information

1 Riesz Potential and Enbeddings Theorems

1 Riesz Potential and Enbeddings Theorems Riesz Potential and Enbeddings Theorems Given 0 < < and a function u L loc R, the Riesz otential of u is defined by u y I u x := R x y dy, x R We begin by finding an exonent such that I u L R c u L R for

More information

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables Imroved Bounds on Bell Numbers and on Moments of Sums of Random Variables Daniel Berend Tamir Tassa Abstract We rovide bounds for moments of sums of sequences of indeendent random variables. Concentrating

More information

THE RIEMANN HYPOTHESIS AND UNIVERSALITY OF THE RIEMANN ZETA-FUNCTION

THE RIEMANN HYPOTHESIS AND UNIVERSALITY OF THE RIEMANN ZETA-FUNCTION THE RIEMANN HYPOTHESIS AND UNIVERSALITY OF THE RIEMANN ZETA-FUNCTION Abstract. We rove that, under the Riemann hyothesis, a wide class of analytic functions can be aroximated by shifts ζ(s + iγ k ), k

More information

A review of the foundations of perfectoid spaces

A review of the foundations of perfectoid spaces A review of the foundations of erfectoid saces (Notes for some talks in the Fargues Fontaine curve study grou at Harvard, Oct./Nov. 2017) Matthew Morrow Abstract We give a reasonably detailed overview

More information

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK Towards understanding the Lorenz curve using the Uniform distribution Chris J. Stehens Newcastle City Council, Newcastle uon Tyne, UK (For the Gini-Lorenz Conference, University of Siena, Italy, May 2005)

More information

WALD S EQUATION AND ASYMPTOTIC BIAS OF RANDOMLY STOPPED U-STATISTICS

WALD S EQUATION AND ASYMPTOTIC BIAS OF RANDOMLY STOPPED U-STATISTICS PROCEEDINGS OF HE AMERICAN MAHEMAICAL SOCIEY Volume 125, Number 3, March 1997, Pages 917 925 S 0002-9939(97)03574-0 WALD S EQUAION AND ASYMPOIC BIAS OF RANDOMLY SOPPED U-SAISICS VICOR H. DE LA PEÑA AND

More information

Fourier Series Tutorial

Fourier Series Tutorial Fourier Series Tutorial INTRODUCTION This document is designed to overview the theory behind the Fourier series and its alications. It introduces the Fourier series and then demonstrates its use with a

More information

Asymmetric least squares estimation and testing

Asymmetric least squares estimation and testing Asymmetric least squares estimation and testing Whitney Newey and James Powell Princeton University and University of Wisconsin-Madison January 27, 2012 Outline ALS estimators Large sample properties Asymptotic

More information

Slash Distributions and Applications

Slash Distributions and Applications CHAPTER 2 Slash Distributions and Alications 2.1 Introduction The concet of slash distributions was introduced by Kafadar (1988) as a heavy tailed alternative to the normal distribution. Further literature

More information

On the minimax inequality and its application to existence of three solutions for elliptic equations with Dirichlet boundary condition

On the minimax inequality and its application to existence of three solutions for elliptic equations with Dirichlet boundary condition ISSN 1 746-7233 England UK World Journal of Modelling and Simulation Vol. 3 (2007) No. 2. 83-89 On the minimax inequality and its alication to existence of three solutions for ellitic equations with Dirichlet

More information

CALCULATION METHOD FOR NONLINEAR DYNAMIC LEAST-ABSOLUTE DEVIATIONS ESTIMATOR

CALCULATION METHOD FOR NONLINEAR DYNAMIC LEAST-ABSOLUTE DEVIATIONS ESTIMATOR J. Japan Statist. Soc. Vol. 3 No. 200 39 5 CALCULAION MEHOD FOR NONLINEAR DYNAMIC LEAS-ABSOLUE DEVIAIONS ESIMAOR Kohtaro Hitomi * and Masato Kagihara ** In a nonlinear dynamic model, the consistency and

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

ANALYTIC NUMBER THEORY AND DIRICHLET S THEOREM

ANALYTIC NUMBER THEORY AND DIRICHLET S THEOREM ANALYTIC NUMBER THEORY AND DIRICHLET S THEOREM JOHN BINDER Abstract. In this aer, we rove Dirichlet s theorem that, given any air h, k with h, k) =, there are infinitely many rime numbers congruent to

More information

A SINGULAR PERTURBATION PROBLEM FOR THE p-laplace OPERATOR

A SINGULAR PERTURBATION PROBLEM FOR THE p-laplace OPERATOR A SINGULAR PERTURBATION PROBLEM FOR THE -LAPLACE OPERATOR D. DANIELLI, A. PETROSYAN, AND H. SHAHGHOLIAN Abstract. In this aer we initiate the study of the nonlinear one hase singular erturbation roblem

More information

TECHNICAL APPENDIX FOR GENERALIZED LEAST SQUARES INFERENCE IN PANEL AND MULTILEVEL MODELS WITH SERIAL CORRELATION AND FIXED EFFECTS

TECHNICAL APPENDIX FOR GENERALIZED LEAST SQUARES INFERENCE IN PANEL AND MULTILEVEL MODELS WITH SERIAL CORRELATION AND FIXED EFFECTS ECHNICAL APPENDIX FOR GENERALIZED LEA QUARE INFERENCE IN PANEL AND MULILEVEL MODEL WIH ERIAL CORRELAION AND FIXED EFFEC CHRIIAN B. HANEN Let C st = x st β + z st βs + v st, ) or, in vector notation, C

More information

PETER J. GRABNER AND ARNOLD KNOPFMACHER

PETER J. GRABNER AND ARNOLD KNOPFMACHER ARITHMETIC AND METRIC PROPERTIES OF -ADIC ENGEL SERIES EXPANSIONS PETER J. GRABNER AND ARNOLD KNOPFMACHER Abstract. We derive a characterization of rational numbers in terms of their unique -adic Engel

More information

Inequalities for the L 1 Deviation of the Empirical Distribution

Inequalities for the L 1 Deviation of the Empirical Distribution Inequalities for the L 1 Deviation of the Emirical Distribution Tsachy Weissman, Erik Ordentlich, Gadiel Seroussi, Sergio Verdu, Marcelo J. Weinberger June 13, 2003 Abstract We derive bounds on the robability

More information

Exercises Econometric Models

Exercises Econometric Models Exercises Econometric Models. Let u t be a scalar random variable such that E(u t j I t ) =, t = ; ; ::::, where I t is the (stochastic) information set available at time t. Show that under the hyothesis

More information

Bootstrapping Heteroskedasticity Consistent Covariance Matrix Estimator

Bootstrapping Heteroskedasticity Consistent Covariance Matrix Estimator Bootstrapping Heteroskedasticity Consistent Covariance Matrix Estimator by Emmanuel Flachaire Eurequa, University Paris I Panthéon-Sorbonne December 2001 Abstract Recent results of Cribari-Neto and Zarkos

More information

Participation Factors. However, it does not give the influence of each state on the mode.

Participation Factors. However, it does not give the influence of each state on the mode. Particiation Factors he mode shae, as indicated by the right eigenvector, gives the relative hase of each state in a articular mode. However, it does not give the influence of each state on the mode. We

More information

LEIBNIZ SEMINORMS IN PROBABILITY SPACES

LEIBNIZ SEMINORMS IN PROBABILITY SPACES LEIBNIZ SEMINORMS IN PROBABILITY SPACES ÁDÁM BESENYEI AND ZOLTÁN LÉKA Abstract. In this aer we study the (strong) Leibniz roerty of centered moments of bounded random variables. We shall answer a question

More information

Asymptotic theory for linear regression and IV estimation

Asymptotic theory for linear regression and IV estimation Asymtotic theory for linear regression and IV estimation Jean-Marie Dufour McGill University First version: November 20 Revised: December 20 his version: December 20 Comiled: December 3, 20, : his work

More information

THE 2D CASE OF THE BOURGAIN-DEMETER-GUTH ARGUMENT

THE 2D CASE OF THE BOURGAIN-DEMETER-GUTH ARGUMENT THE 2D CASE OF THE BOURGAIN-DEMETER-GUTH ARGUMENT ZANE LI Let e(z) := e 2πiz and for g : [0, ] C and J [0, ], define the extension oerator E J g(x) := g(t)e(tx + t 2 x 2 ) dt. J For a ositive weight ν

More information

The power performance of fixed-t panel unit root tests allowing for structural breaks in their deterministic components

The power performance of fixed-t panel unit root tests allowing for structural breaks in their deterministic components ATHES UIVERSITY OF ECOOMICS AD BUSIESS DEPARTMET OF ECOOMICS WORKIG PAPER SERIES 23-203 The ower erformance of fixed-t anel unit root tests allowing for structural breaks in their deterministic comonents

More information

Theory of PDE Homework 5

Theory of PDE Homework 5 Theory of PDE Homework 5 Adrienne Sands March 22, 27. (Evans 5./2) Show by eamle that if we have D h u L (V ) C for all < h < 2 dist(v, ), it does not necessarily follow that u W, (V ). Proof. Let u()

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Journal of Inequalities in Pure and Alied Mathematics htt://jiam.vu.edu.au/ Volume 3, Issue 5, Article 8, 22 REVERSE CONVOLUTION INEQUALITIES AND APPLICATIONS TO INVERSE HEAT SOURCE PROBLEMS SABUROU SAITOH,

More information

On the rate of convergence in the martingale central limit theorem

On the rate of convergence in the martingale central limit theorem Bernoulli 192), 2013, 633 645 DOI: 10.3150/12-BEJ417 arxiv:1103.5050v2 [math.pr] 21 Mar 2013 On the rate of convergence in the martingale central limit theorem JEAN-CHRISTOPHE MOURRAT Ecole olytechnique

More information

Consistency and asymptotic normality

Consistency and asymptotic normality Consistency an asymtotic normality Class notes for Econ 842 Robert e Jong March 2006 1 Stochastic convergence The asymtotic theory of minimization estimators relies on various theorems from mathematical

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

1 Outline. 1. Motivation. 2. SUR model. 3. Simultaneous equations. 4. Estimation

1 Outline. 1. Motivation. 2. SUR model. 3. Simultaneous equations. 4. Estimation 1 Outline. 1. Motivation 2. SUR model 3. Simultaneous equations 4. Estimation 2 Motivation. In this chapter, we will study simultaneous systems of econometric equations. Systems of simultaneous equations

More information

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential Chem 467 Sulement to Lectures 33 Phase Equilibrium Chemical Potential Revisited We introduced the chemical otential as the conjugate variable to amount. Briefly reviewing, the total Gibbs energy of a system

More information

ON THE NORM OF AN IDEMPOTENT SCHUR MULTIPLIER ON THE SCHATTEN CLASS

ON THE NORM OF AN IDEMPOTENT SCHUR MULTIPLIER ON THE SCHATTEN CLASS PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 00, Number 0, Pages 000 000 S 000-9939XX)0000-0 ON THE NORM OF AN IDEMPOTENT SCHUR MULTIPLIER ON THE SCHATTEN CLASS WILLIAM D. BANKS AND ASMA HARCHARRAS

More information

MATH 829: Introduction to Data Mining and Analysis Consistency of Linear Regression

MATH 829: Introduction to Data Mining and Analysis Consistency of Linear Regression 1/9 MATH 829: Introduction to Data Mining and Analysis Consistency of Linear Regression Dominique Guillot Deartments of Mathematical Sciences University of Delaware February 15, 2016 Distribution of regression

More information

Lane-Emden problems: symmetries of low energy solutions

Lane-Emden problems: symmetries of low energy solutions Lane-Emden roblems: symmetries of low energy solutions Ch. Grumiau Institut de Mathématique Université de Mons Mons, Belgium June 2012 Flagstaff, Arizona (USA) Joint work with M. Grossi and F. Pacella

More information

CERIAS Tech Report The period of the Bell numbers modulo a prime by Peter Montgomery, Sangil Nahm, Samuel Wagstaff Jr Center for Education

CERIAS Tech Report The period of the Bell numbers modulo a prime by Peter Montgomery, Sangil Nahm, Samuel Wagstaff Jr Center for Education CERIAS Tech Reort 2010-01 The eriod of the Bell numbers modulo a rime by Peter Montgomery, Sangil Nahm, Samuel Wagstaff Jr Center for Education and Research Information Assurance and Security Purdue University,

More information

A note on the random greedy triangle-packing algorithm

A note on the random greedy triangle-packing algorithm A note on the random greedy triangle-acking algorithm Tom Bohman Alan Frieze Eyal Lubetzky Abstract The random greedy algorithm for constructing a large artial Steiner-Trile-System is defined as follows.

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Finite Mixture EFA in Mplus

Finite Mixture EFA in Mplus Finite Mixture EFA in Mlus November 16, 2007 In this document we describe the Mixture EFA model estimated in Mlus. Four tyes of deendent variables are ossible in this model: normally distributed, ordered

More information

Existence and nonexistence of positive solutions for quasilinear elliptic systems

Existence and nonexistence of positive solutions for quasilinear elliptic systems ISSN 1746-7233, England, UK World Journal of Modelling and Simulation Vol. 4 (2008) No. 1,. 44-48 Existence and nonexistence of ositive solutions for uasilinear ellitic systems G. A. Afrouzi, H. Ghorbani

More information

The Poisson Regression Model

The Poisson Regression Model The Poisson Regression Model The Poisson regression model aims at modeling a counting variable Y, counting the number of times that a certain event occurs during a given time eriod. We observe a samle

More information

MATH 250: THE DISTRIBUTION OF PRIMES. ζ(s) = n s,

MATH 250: THE DISTRIBUTION OF PRIMES. ζ(s) = n s, MATH 50: THE DISTRIBUTION OF PRIMES ROBERT J. LEMKE OLIVER For s R, define the function ζs) by. Euler s work on rimes ζs) = which converges if s > and diverges if s. In fact, though we will not exloit

More information

B8.1 Martingales Through Measure Theory. Concept of independence

B8.1 Martingales Through Measure Theory. Concept of independence B8.1 Martingales Through Measure Theory Concet of indeendence Motivated by the notion of indeendent events in relims robability, we have generalized the concet of indeendence to families of σ-algebras.

More information

On a Markov Game with Incomplete Information

On a Markov Game with Incomplete Information On a Markov Game with Incomlete Information Johannes Hörner, Dinah Rosenberg y, Eilon Solan z and Nicolas Vieille x{ January 24, 26 Abstract We consider an examle of a Markov game with lack of information

More information

The non-stochastic multi-armed bandit problem

The non-stochastic multi-armed bandit problem Submitted for journal ublication. The non-stochastic multi-armed bandit roblem Peter Auer Institute for Theoretical Comuter Science Graz University of Technology A-8010 Graz (Austria) auer@igi.tu-graz.ac.at

More information

On the smallest point on a diagonal quartic threefold

On the smallest point on a diagonal quartic threefold On the smallest oint on a diagonal quartic threefold Andreas-Stehan Elsenhans and Jörg Jahnel Abstract For the family x = a y +a 2 z +a 3 v + w,,, > 0, of diagonal quartic threefolds, we study the behaviour

More information

Some results of convex programming complexity

Some results of convex programming complexity 2012c12 $ Ê Æ Æ 116ò 14Ï Dec., 2012 Oerations Research Transactions Vol.16 No.4 Some results of convex rogramming comlexity LOU Ye 1,2 GAO Yuetian 1 Abstract Recently a number of aers were written that

More information

Lecture 6. 2 Recurrence/transience, harmonic functions and martingales

Lecture 6. 2 Recurrence/transience, harmonic functions and martingales Lecture 6 Classification of states We have shown that all states of an irreducible countable state Markov chain must of the same tye. This gives rise to the following classification. Definition. [Classification

More information

Generating Swerling Random Sequences

Generating Swerling Random Sequences Generating Swerling Random Sequences Mark A. Richards January 1, 1999 Revised December 15, 8 1 BACKGROUND The Swerling models are models of the robability function (df) and time correlation roerties of

More information

STRONG TYPE INEQUALITIES AND AN ALMOST-ORTHOGONALITY PRINCIPLE FOR FAMILIES OF MAXIMAL OPERATORS ALONG DIRECTIONS IN R 2

STRONG TYPE INEQUALITIES AND AN ALMOST-ORTHOGONALITY PRINCIPLE FOR FAMILIES OF MAXIMAL OPERATORS ALONG DIRECTIONS IN R 2 STRONG TYPE INEQUALITIES AND AN ALMOST-ORTHOGONALITY PRINCIPLE FOR FAMILIES OF MAXIMAL OPERATORS ALONG DIRECTIONS IN R 2 ANGELES ALFONSECA Abstract In this aer we rove an almost-orthogonality rincile for

More information

Multiplicity of weak solutions for a class of nonuniformly elliptic equations of p-laplacian type

Multiplicity of weak solutions for a class of nonuniformly elliptic equations of p-laplacian type Nonlinear Analysis 7 29 536 546 www.elsevier.com/locate/na Multilicity of weak solutions for a class of nonuniformly ellitic equations of -Lalacian tye Hoang Quoc Toan, Quô c-anh Ngô Deartment of Mathematics,

More information

Sets of Real Numbers

Sets of Real Numbers Chater 4 Sets of Real Numbers 4. The Integers Z and their Proerties In our revious discussions about sets and functions the set of integers Z served as a key examle. Its ubiquitousness comes from the fact

More information

Consistency and asymptotic normality

Consistency and asymptotic normality Consistency an ymtotic normality Cls notes for Econ 842 Robert e Jong Aril 2007 1 Stochtic convergence The ymtotic theory of minimization estimators relies on various theorems from mathematical statistics.

More information

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE MATHEMATICS OF COMPUTATIO Volume 75, umber 256, October 26, Pages 237 247 S 25-5718(6)187-9 Article electronically ublished on June 28, 26 O POLYOMIAL SELECTIO FOR THE GEERAL UMBER FIELD SIEVE THORSTE

More information

A multiple testing approach to the regularisation of large sample correlation matrices

A multiple testing approach to the regularisation of large sample correlation matrices A multile testing aroach to the regularisation of large samle correlation matrices Natalia Bailey Queen Mary, University of London M. Hashem Pesaran University of Southern California, USA, and rinity College,

More information

1 Probability Spaces and Random Variables

1 Probability Spaces and Random Variables 1 Probability Saces and Random Variables 1.1 Probability saces Ω: samle sace consisting of elementary events (or samle oints). F : the set of events P: robability 1.2 Kolmogorov s axioms Definition 1.2.1

More information

Supplementary Materials for Robust Estimation of the False Discovery Rate

Supplementary Materials for Robust Estimation of the False Discovery Rate Sulementary Materials for Robust Estimation of the False Discovery Rate Stan Pounds and Cheng Cheng This sulemental contains roofs regarding theoretical roerties of the roosed method (Section S1), rovides

More information