Estimating Time-Series Models

Size: px
Start display at page:

Download "Estimating Time-Series Models"

Transcription

1 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 series y t = ( L) d x t that can be aroximated by an ARMA(,q) model (with intercet if the mean of y t is not zero).. By insecting the samle autocorrelations and artial autocorrelations of fy t g, determine tentative values for and q. 3. Estimate the lag coe cients by aroximate maximum likelihood assuming normally distributed innovations. 4. Comute aroximate standard errors and con dence intervals for the unknown coe cients. 5. Using various diagnostics, check if the tentative model was indeed aroriate. Box and Jenkins suggest informal ways to erform the rst two stes. A formal treatment of ste will aear in the second half of the course. A formal aroach to ste can be develoed using the theory of nonnested model selection; see, for examle, the book ime Series: heory and Methods by Brockwell and Davis. Here we shall discuss stes 3-5. Finally, in Section 6 we extend the discussion to ARMAX models. Some Alternative Estimators Consider the stationary ARMA(,q) model A (L)y t = B q (L)" t where the " t are white noise with zero mean and variance : he lag olynomials A (L) = L L and B q (L) = + L + + q L q are assumed to be invertible and have no common factors. Let be the column vector of the m = + q unknown lag coe cients. Suose we want to estimate the unknown arameters and using the vector of observations y = (y ; :::; y ) 0 : If the " t s are jointly normal, so are the y t s. Let () be a matrix de ned by Eyy 0 = (). Excet for an additive constant, the Gaussian log likelihood function is L(; ) = ln j()j ln y0 () y: Note that, for given ; L is maximized when = y 0 () y: hus the concentrated log likelihood function is L () = max L(; ) = ln j()j ln y0 () y hree alternative methods are commonly used in ractice for estimating :. Quasi Maximum Likelihood maximizes L in the arameter sace of : : (). Unconditional Least Squares uses the fact that j()j is negligible in large samles and minimizes y 0 () y: his method is described in more detail in Section 4 below.

2 3. Conditional Least Squares: If one conditions on y ; :::y and sets " ; " ; ; " q+ to zero, the likelihood for the remaining y s has the same form as () but j()j becomes a constant and y 0 () y becomes e 0 e; where e = (" + ; ; " ): As discussed in Section below, mimimizing e 0 e is a roblem in nonlinear least squares and can be accomlished using the Gauss-Newton algorithm. Because it is comutationally the simlest, conditional least squares is commonly used in ractice. It can be shown that all three estimators have the same limiting distribution even if the errors are not normal. We have the following basic result: heorem Assume i. the arameter sace for is such that the roots of A (z) = 0 and B q (z) = 0 are outside the unit circle and there are no common roots, ii. the true value 0 is in the interior of the arameter sace, iii. the " t are i.i.d. with mean zero and variance : hen all three estimators of 0 and converge in robability to the true value. Furthermore, for all three estimators, (^ 0 ) converges in distribution to a normal random variable with mean zero and covariance matrix V @ 0. If the " t are normally distributed, the estimators are asymtotically e cient. Note that, excet for the e ciency result, we do not need to assume the innovations are in fact normally distributed. Although the asymtotic variance exression does require that the innovations be conditionally homoskedastic, the i.i.d. assumtion can be weakened. For examle, Assumtion iii can be relaced by the following without a ecting the result: iii. both " t and " t are martingale di erence sequences (with resect to the ast history of " t ); that is, E(" t j " t ; " t ; :::) = 0 and E(" t j" t ; " t ; :::) = 0: In addition, E" + t < for some > 0: For a roof of the theorem, see W. Fuller, Introduction to Statistical ime Series, nd edition, Conditional Least Squares Maximum likelihood estimation is comutationally demanding when the samle size is large since the calculation involves inverting the matrix and comuting its determinant. Later we shall show how a comutational algorithm known as the Kalman lter can be emloyed to obtain exact maximum likelihood estimates by doing these calculations recursively. In ractice, most emirical economists maximize an aroximation to the likelihood based on a slight change in the initial conditions. For examle, in the AR() model, if we condition on the rst values y ; :::; y and examine the rocess starting at t = +, maximum likelihood is equivalent to a least

3 squares regression of y t on its lagged values. We now show that a similar modi cation of initial conditions in the general ARMA case leads to a nonlinear least squares regression. In every invertible ARMA(,q) model, the observed y s have a moving average reresentation exressing them linearly to current and lagged " s. Hence the likelihood function (the joint density of the observed y s) can be derived from the density of the " s using familiar change-of-variable techniques. Unfortunately, the maing y to " is tyically not one-to-one, so the calculation is nontrivial. However, conditioning on the observed values y ; :::; y and on " = " = ::: = " q+ = 0 necessarily leads to a one-to-one maing. Let e be the vector of white noise innovations (" + ; :::; " ) 0 and let y be the vector of observations (y + ; :::; y ) 0 : hen, by successive substitution, we can write e = Dy + d where D is a triangular matrix with ones on the diagonal; the vector d deends on y ; :::; y and is nonrandom because of our conditioning. hus we can write e = e(y; ) where the Jacobian j@e=@yj does not deend on. If e= is standard normal, the change-of-variable rule gives the density for y having the form f(y) = ( ) ( )= exf e(y; )0 e(y; )= g Maximum likelihood estimates of can be obtained by minimizing e 0 e: Although e is linear in y; it is nonlinear in as long as q (the number of moving average coe cients to be estimated) is greater than zero. his nonlinear least squares roblem can be solved using the Gauss-Newton algorithm. Let m = + q be the number of unknown arameters in and let n = be the number of observations after conditioning. (If there is an intercet, then m = + q + :) hen, de ning the n m matrix Z(; 0 and starting with some initial guess 0, we use the recursion r+ = r (Z 0 rz r ) Z 0 re r where Z r = Z( r ; y) and e r = e( r ; y): When Z 0 r r ' 0, one stos. For examle, suose y t = y t +" t +" t and we treat y as xed and assume " = 0. hen, using the equation " t = y t y t " t with " = 0, we nd " = y y ; " 3 = y 3 ( + )y + y ; " 4 = y 4 ( + )y 3 + ( + )y y ; etc. Clearly, the Jacobian is triangular with determinant equal to one. However, we do not have to exlicitly solve for the " 0 s in terms of the y s. Under normality, the MLE which minimizes the sum of squared innovations can be comuted using the following G-N algorithm:. For some initial 0 = ( 0 ; 0 ) 0 and starting with the initial condition " =@ =@ = 0, build u the vector e 0 and the ( ) matrix Z 0 = using the recursions " t = y t 0 y t 0 " t =@ = y t t t =@ = " t t =@. Regress e 0 on Z 0 and comute = 0 (Z 0 0 Z 0) Z 0 0 e0 : 3

4 3. Redo stes one and two using in lace of 0 so = (Z 0 Z ) Z 0 e : 4. Continue to convergence. Of course, this algorithm fails if, at iteration r, Z r has rank less than. So, for examle, one should not start with the initial choice 0 = (0; 0) 0 : Note that exogenous regressors can be easily handled by the Gauss-Newton algorithm. For examle, if the model is y t = y t + x t + " t + " t then Z is the ( ) 3 and the recursions are " t = y t 0 y t 0 x t 0 " t =@ = y t t t =@ = " t t t =@ = x t t =@ Of course, to insure that the algorithm converges to a global (and not just a local) minimum, alternative starting values should be used. Or at least the starting values should be chosen as some consistent method-of-moments estimator that has high robability of being near the true arameter value. If the model has been estimated by the Gauss-Newton algorithm, then a natural estimate of the asymtotic covariance matrix V is s (Z 0 Z= ), where Z = de=d and s = e 0 e=(n m); both e and Z are evaluated at the estimate ^ from the nal iteration. hat is, we behave as though ^ is normal with mean 0 and variance matrix s (Z 0 Z) : he usual tests and con dence regions based on the t and F-distributions are asymtotically valid. he G-N algorithm maximizes an aroximation to the likelihood since " is not really 0 and y is not really constant. However, the G-N estimate is usually close to the actual MLE as long as the arameters are far away from the noninvertibility boundaries jj = and jj =. 3 Score ests for ARMA Parameters Score test statistics are tyically much easer to comute than Wald test statistics but are asymtotically equivalent. If the null hyothesis uts r indeendent constraints on, we need only nd the constrained MLE e which involves a lower dimensional nonlinear estimation roblem. Using the outut of a Gauss-Newton iteration, we would evaluate e and the full n m matrix Z at e so the estimated score is e Z 0 e=es and the estimated information matrix is e Z 0 e Z=es. If e 0 e Z( e Z 0 e Z) e Z 0 e es is large comared to a chi-square(r) critical value, one rejects the hyothesis. If is comosed of two subvectors ( ; ) and the null hyothesis is = a; the score statistic takes a simler form. Partitioning the matrix Z as (Z ; Z ); we note that Z e 0 e = 0: hus the score statistic becomes e 0 e Z 0 ( e Z 0 e Z e Z 0 e Z ( e Z 0 e Z ) e Z 0 e Z ) e Z 0 e es. Score statistics are articularly useful for diagnostic checking. After tting an ARMA(,q) model, one might want to see whether an ARMA(+,q) or an ARMA(,q+) rovides a signi - cantly better t. Since Z e and e have already been comuted, one need only comute the additional 4

5 vector e Z : here is no need to comute another Gauss-Newton set of iterations. Note that a score test of the hyothesis that an ARMA(,q) is aroriate (in a maintained ARMA(+,q+) model) would fail since e Z would have rank. his re ects the fact that, under the null hyothesis, the AR and the MA olynomials have a common factor. An alternative diagnostic test is also commonly used. If an ARMA(,q) model is adequate, then the estimated innovations should behave like white noise. he low order samle autocorrelations of a white-noise series are asymtotically indeendent N(0; ) variables. So times the sum of the rst k squared samle autocorrelations would be aroximately distributed as chi-square-k. If the autocorrelations are comuted from the e; the estimated innovations after tting an ARMA(,q) model, the asymtotic theory is a ected by the estimation. For large k and, the Box-Pierce ortmanteau statistic (e + e + e k) is aroximately distributed as chi square with k q degrees of freedom if the model is correctly seci ed. 4 Unconditional Least Squares and Backcasting Although no longer used much in ractice, unconditional least squares is another way to avoid the comutational di culties involved in maximizing the exact Gaussian likelihood function. It avoids calculating jj by simly ignoring it. It simli es the calculation of y 0 () y; by the trick of "backcasting." Let " be the vector (" m ; " m+ ; ; " ) 0 where m is some large ositive integer. hen the vector of observations y = (y ; y ) 0 can be aroximated by y = D" where D is a triangular matrix of moving average coe cients. It follows that Eyy 0 DD 0 and y 0 y " 0 D 0 (DD 0 ) D": It is easy to verify that, under normality, the conditional exectation of " given y is " c E("jy) = (E"y 0 )(Eyy 0 ) y D 0 (DD 0 ) y D 0 (DD 0 ) D": Since D 0 (DD 0 ) D is idemotent, it follows that y 0 y " 0 D 0 (DD 0 ) D" " 0 c" c : hus we nd that estimation method is equivalent to minimizing the sum of squares of the exected current and ast innovations. Box and Jenkins suggested a very clever way of doing this calculation. hey noted that the backwards ARMA model A(L )y t = B(L ) t has the same autocorrelation roerties as the original model. hus, given tentative estimates of the arameters, one can backcast the observations y 0 ; y ; ; y m : From these values and using the original di erence equation, one can comute best linear redictors of " given y: Hence the Gauss-Newton algorithm can be emloyed to minimize y 0 y just as it is emloyed to minimize e 0 e. Details of the calculation can be found in the Granger and Newbold text. 5 Asymtotic heory Proofs of the large-samle results given in the revious sections are nontrivial and rely on a general asymtotic theory for sums of deendent variables, a theory that is well beyond the scoe of these notes. Here we shall resent just a few of the basic ideas. 5

6 Suose fy t g is a stationary AR() rocess generated by y t = y t + " t with jj < : If is estimated by least squares from the observations y 0 ; y ; :::; y, then the standardized estimator can be written as ( ) = = P y t " t P y t = N D where the summations are from to. If N converges in distribution to a N(0, A) variable and if D converges in robability to the constant B, then the standardized estimator has a limiting N(0, A=B ) distribution. If A b and B b are consistent estimates, then we might aroximate the distribution of b by a normal with mean and variance A= b B b : Note that ED = =( ): o show that D converges in robability to its exectation, it is su cient to show that its variance tends to zero as! : But var(d ) = X X t=0 s=0 Suose the covariances do not deend on t so cov(y t ; y s) = X r= + X r t=0 cov(y t ; y t+r) var(d ) = X r= + ( jrj )g r where g r = cov(y t ; y t+r): If g r! 0 as r!, then this variance necessarily converges to zero. he g r can be comuted from the moving average reresentation for y t : If the " t are i.i.d. and ossess nite fourth moment, a little algebra shows that 4 g r = [ ( ) ]r where 4 is the fourth cumulant of " t : Since jj < ;we conclude that indeed D! B = =( ): Using a more delicate argument, the assumtion of a nite fourth moment can be droed. Indeed, the i.i.d. assumtion can be relaced by the assumtion that " t and " t are martingale di erence sequences, although the argument is somewhat more tedious. Showing that the numerator N is asymtotically normal is a bit more comlicated. Let U t = y t " t so N = = P U t : Suose that both " t and " t are stationary martingale di erence sequences. hen fu t g is also a stationary martingale di erence sequence and P Ut converges in robability to its exectation X E(" t y t ) = 4 = B as long as su cient moments exist. hen, using the aylor series exansion of the exonential function, the characteristic function for N can be written as Y Y () = E e iut= = E + i U t t= t= Y E + i U t U t E t= Y t= + i U t e P U s = e B = E 6 Ut + O( 3= ) Y t= + i U t ;

7 where some delicate arguments are needed to justify the indicated aroximations. Since U s is a martingale di erence sequence, iterated exectations can be used to show that the nal exected roduct equals one. hus the limiting characteristic function of N is that of a N(0, B) and hence (^ ) has a limiting normal distribution with variance =B =. [Note: if E(" t jast) is not a constant but deends on ast variables, it may still be the case that N is asymtotically normal. However, its asymtotic variance will not equal B. hus, in the resence of conditional heteroskedasticity, the usual standard errors are incorrect. Robust standard errors are available and are discussed in Hamilton s text.] For general ARMA models, the nonlinear least squares estimator satis es the rst order conditions Z( b ) 0 e( b ) = 0: Exanding e( b ) around the true arameter value 0 ; we obtain Z( b ) 0 [e( 0 ) + Z( )( b 0 )] = 0: Often we can show that ( b 0 ) = [Z( b ) 0 Z( )] Z( b ) 0 e( 0 ) = Z(0 ) 0 Z( 0 ) D N + o (): Z( 0 ) 0 e( 0 ) + o (): Using techniques similar to those used above, one can show that D converges in robability to a nonrandom nonsingular matrix B and that, under conditional homoskedasticity, N is a standardized sum whose summands are a martingale di erence sequence and is asymtotically N(0, B). Hence, ( b 0 ) is asymtotically normal with variance B : Since B can be estimated by Z( b ) 0 Z( b )=; one says that b is aroximately normal with mean 0 and variance s [Z( b ) 0 Z( b )] General conditions under which samle moments constructed from a strictly stationary time series converge in robability (or almost surely) to oulation moments are often referred to as ergodic theorems. hese rather dee results arise from statistical mechanics and make assumtions about the robabilities of events that are invariant with resect to a time shift. For examle, the event fy t > 0 for all tg is invariant since it holds if and only if the event fy t+ > 0 for all tg holds; but the event fy 5 > 0g is not invariant since it does not imly fy 6 > 0g: A stationary rocess is called indecomosable if all invariant events occur with robability one or zero. A stationary rocess is called ergodic if every samle moment converges almost surely to its exectation. he basic ergodic theorem then says that indecomosablity is a necessary and su cient condition for ergodicity. It can be shown that stationary normally distributed rocesses whose autocovariances r tend to zero (as r tends to in nity) are indecomosable and hence ergodic. Strong mixing conditions also can be used. In general, however, excet for the case of discrete Markov chains, it is rather di cult to nd economically meaningful conditions that imly indecomosability. In ractice, we usually just make assumtions on the summability of autocorrelation or moving average coe cients to rove convergence of samle moments. 6 Regression with Autocorrelated Errors As noted in section, ARMAX models of the form A(L)y t = + F (L)x t + ::: + F k (L)x kt + B(L)" t 7

8 can be estimated by conditional (nonlinear) least squares as long as the lag olynomials A; B; F ; :::; F k are all of low order or are ratios of low order olynomials. his assumes that the orders of the olynomials are known or can be easily determined. Often we desire an alternative aroach that is robust to seci cation error in olynomial order. First we consider the secial case where A(L) = I; that is, we have a linear regression model y = X + u where the errors are assumed to be indeendent of the regressors. he errors are a stationary time series with mean zero and second-moment matrix. If the errors are aroximately normal and is known, a natural estimator of is the GLS estimator (X 0 X) X 0 y: Of course, in ractice, is unknown so a multi-ste rocedure is often used. First one rewhitens the data by icking a nonrandom matrix D such that Du is thought to be roughly white noise. Second, one regresses Dy on DX obtaining residual vector e: (In ractice, most emirical economists seem to use the identity matrix for D so e is the OLS residual.) Fit an ARMA model to the residuals and use this estimated model to comute the matrix ^. he nal estimate of is ^ = (X 0 ^ X) X 0 ^ y: Under regularity conditions on the exogenous variables and some assumtions on the rate at which the high-order autocovariances tend to zero, it can be shown that if the number of arameters in the ARMA model for fu t g are allowed to increase slowly to in nity as the samle size increases, ^ is asymtotically equivalent to the GLS estimator with known : A similar result is available for rational distributed lag models. For examle, suose y t = L x t + u t ; where u t is stationary with mean zero but covariance matrix : If were known one could estimate the remaining aameters by minimizing u 0 u: Instead one can rocede as follows. Find reliminary consistent estimates of and ; say by instrumental variables. Fit an ARMA model to the estimated ^u t and use that model to comute ^: hen estimate the arameters by minimizing u 0 ^ u: Again, if the number of arameters in the ARMA model for fu t g are allowed to increase slowly to in nity as the samle size increases and some regularity conditions are satis ed, this rocedure is asymtotically equivalent to the estimator using the true : 8

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

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

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

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

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

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley Time Series Models and Inference James L. Powell Department of Economics University of California, Berkeley Overview In contrast to the classical linear regression model, in which the components of the

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

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

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

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

Testing Weak Cross-Sectional Dependence in Large Panels

Testing Weak Cross-Sectional Dependence in Large Panels esting Weak Cross-Sectional Deendence in Large Panels M. Hashem Pesaran University of Southern California, and rinity College, Cambridge January, 3 Abstract his aer considers testing the hyothesis that

More information

Johan Lyhagen Department of Information Science, Uppsala University. Abstract

Johan Lyhagen Department of Information Science, Uppsala University. Abstract Why not use standard anel unit root test for testing PPP Johan Lyhagen Deartment of Information Science, Usala University Abstract In this aer we show the consequences of alying a anel unit root test that

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

ute measures of uncertainty called standard errors for these b j estimates and the resulting forecasts if certain conditions are satis- ed. Note the e

ute measures of uncertainty called standard errors for these b j estimates and the resulting forecasts if certain conditions are satis- ed. Note the e Regression with Time Series Errors David A. Dickey, North Carolina State University Abstract: The basic assumtions of regression are reviewed. Grahical and statistical methods for checking the assumtions

More information

On the asymptotic sizes of subset Anderson-Rubin and Lagrange multiplier tests in linear instrumental variables regression

On the asymptotic sizes of subset Anderson-Rubin and Lagrange multiplier tests in linear instrumental variables regression On the asymtotic sizes of subset Anderson-Rubin and Lagrange multilier tests in linear instrumental variables regression Patrik Guggenberger Frank Kleibergeny Sohocles Mavroeidisz Linchun Chen\ June 22

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

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

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

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

Asymptotic F Test in a GMM Framework with Cross Sectional Dependence

Asymptotic F Test in a GMM Framework with Cross Sectional Dependence Asymtotic F Test in a GMM Framework with Cross Sectional Deendence Yixiao Sun Deartment of Economics University of California, San Diego Min Seong Kim y Deartment of Economics Ryerson University First

More information

Notes on Time Series Modeling

Notes on Time Series Modeling Notes on Time Series Modeling Garey Ramey University of California, San Diego January 17 1 Stationary processes De nition A stochastic process is any set of random variables y t indexed by t T : fy t g

More information

The following document is intended for online publication only (authors webpage).

The following document is intended for online publication only (authors webpage). The following document is intended for online ublication only (authors webage). Sulement to Identi cation and stimation of Distributional Imacts of Interventions Using Changes in Inequality Measures, Part

More information

Adaptive Estimation of the Regression Discontinuity Model

Adaptive Estimation of the Regression Discontinuity Model Adative Estimation of the Regression Discontinuity Model Yixiao Sun Deartment of Economics Univeristy of California, San Diego La Jolla, CA 9293-58 Feburary 25 Email: yisun@ucsd.edu; Tel: 858-534-4692

More information

Problem set 1 - Solutions

Problem set 1 - Solutions EMPIRICAL FINANCE AND FINANCIAL ECONOMETRICS - MODULE (8448) Problem set 1 - Solutions Exercise 1 -Solutions 1. The correct answer is (a). In fact, the process generating daily prices is usually assumed

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

A Course on Advanced Econometrics

A Course on Advanced Econometrics A Course on Advanced Econometrics Yongmiao Hong The Ernest S. Liu Professor of Economics & International Studies Cornell University Course Introduction: Modern economies are full of uncertainties and risk.

More information

i) the probability of type I error; ii) the 95% con dence interval; iii) the p value; iv) the probability of type II error; v) the power of a test.

i) the probability of type I error; ii) the 95% con dence interval; iii) the p value; iv) the probability of type II error; v) the power of a test. Problem Set 5. Questions:. Exlain what is: i) the robability of tye I error; ii) the 95% con dence interval; iii) the value; iv) the robability of tye II error; v) the ower of a test.. Solve exercise 3.

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

Estimation of spatial autoregressive panel data models with xed e ects

Estimation of spatial autoregressive panel data models with xed e ects Estimation of satial autoregressive anel data models with xed e ects Lung-fei Lee Deartment of Economics Ohio State University l eeecon.ohio-state.edu Jihai Yu Deartment of Economics University of Kentucky

More information

A Simple Panel Stationarity Test in the Presence of Cross-Sectional Dependence

A Simple Panel Stationarity Test in the Presence of Cross-Sectional Dependence A Simle Panel Stationarity est in the Presence of Cross-Sectional Deendence Kaddour Hadri Eiji Kurozumi 2 Queen s University Management School Deartment of Economics Queen s University Hitotsubashi University

More information

Parametric Inference on Strong Dependence

Parametric Inference on Strong Dependence Parametric Inference on Strong Dependence Peter M. Robinson London School of Economics Based on joint work with Javier Hualde: Javier Hualde and Peter M. Robinson: Gaussian Pseudo-Maximum Likelihood Estimation

More information

Problem Set 2 Solution

Problem Set 2 Solution 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

More information

Statistics II Logistic Regression. So far... Two-way repeated measures ANOVA: an example. RM-ANOVA example: the data after log transform

Statistics II Logistic Regression. So far... Two-way repeated measures ANOVA: an example. RM-ANOVA example: the data after log transform Statistics II Logistic Regression Çağrı Çöltekin Exam date & time: June 21, 10:00 13:00 (The same day/time lanned at the beginning of the semester) University of Groningen, Det of Information Science May

More information

MAKING WALD TESTS WORK FOR. Juan J. Dolado CEMFI. Casado del Alisal, Madrid. and. Helmut Lutkepohl. Humboldt Universitat zu Berlin

MAKING WALD TESTS WORK FOR. Juan J. Dolado CEMFI. Casado del Alisal, Madrid. and. Helmut Lutkepohl. Humboldt Universitat zu Berlin November 3, 1994 MAKING WALD TESTS WORK FOR COINTEGRATED VAR SYSTEMS Juan J. Dolado CEMFI Casado del Alisal, 5 28014 Madrid and Helmut Lutkeohl Humboldt Universitat zu Berlin Sandauer Strasse 1 10178 Berlin,

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

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

Extension of Minimax to Infinite Matrices

Extension of Minimax to Infinite Matrices Extension of Minimax to Infinite Matrices Chris Calabro June 21, 2004 Abstract Von Neumann s minimax theorem is tyically alied to a finite ayoff matrix A R m n. Here we show that (i) if m, n are both inite,

More information

Heteroskedasticity, Autocorrelation, and Spatial Correlation Robust Inference in Linear Panel Models with Fixed-E ects

Heteroskedasticity, Autocorrelation, and Spatial Correlation Robust Inference in Linear Panel Models with Fixed-E ects Heteroskedasticity, Autocorrelation, and Satial Correlation Robust Inference in Linear Panel Models with Fixed-E ects Timothy J. Vogelsang Deartments of Economics, Michigan State University December 28,

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS #A13 INTEGERS 14 (014) ON THE LEAST SIGNIFICANT ADIC DIGITS OF CERTAIN LUCAS NUMBERS Tamás Lengyel Deartment of Mathematics, Occidental College, Los Angeles, California lengyel@oxy.edu Received: 6/13/13,

More information

Research Note REGRESSION ANALYSIS IN MARKOV CHAIN * A. Y. ALAMUTI AND M. R. MESHKANI **

Research Note REGRESSION ANALYSIS IN MARKOV CHAIN * A. Y. ALAMUTI AND M. R. MESHKANI ** Iranian Journal of Science & Technology, Transaction A, Vol 3, No A3 Printed in The Islamic Reublic of Iran, 26 Shiraz University Research Note REGRESSION ANALYSIS IN MARKOV HAIN * A Y ALAMUTI AND M R

More information

Spectral Analysis by Stationary Time Series Modeling

Spectral Analysis by Stationary Time Series Modeling Chater 6 Sectral Analysis by Stationary Time Series Modeling Choosing a arametric model among all the existing models is by itself a difficult roblem. Generally, this is a riori information about the signal

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

ECONOMETRICS II (ECO 2401S) University of Toronto. Department of Economics. Spring 2013 Instructor: Victor Aguirregabiria

ECONOMETRICS II (ECO 2401S) University of Toronto. Department of Economics. Spring 2013 Instructor: Victor Aguirregabiria ECONOMETRICS II (ECO 2401S) University of Toronto. Department of Economics. Spring 2013 Instructor: Victor Aguirregabiria SOLUTION TO FINAL EXAM Friday, April 12, 2013. From 9:00-12:00 (3 hours) INSTRUCTIONS:

More information

Estimating function analysis for a class of Tweedie regression models

Estimating function analysis for a class of Tweedie regression models Title Estimating function analysis for a class of Tweedie regression models Author Wagner Hugo Bonat Deartamento de Estatística - DEST, Laboratório de Estatística e Geoinformação - LEG, Universidade Federal

More information

Time Series Nonparametric Regression Using Asymmetric Kernels with an Application to Estimation of Scalar Diffusion Processes

Time Series Nonparametric Regression Using Asymmetric Kernels with an Application to Estimation of Scalar Diffusion Processes ime Series Nonarametric Regression Using Asymmetric Kernels with an Alication to Estimation of Scalar Diffusion Processes Nikolay Gosodinov y Concordia University and CIREQ Masayuki Hirukawa z Northern

More information

STK4900/ Lecture 7. Program

STK4900/ Lecture 7. Program STK4900/9900 - Lecture 7 Program 1. Logistic regression with one redictor 2. Maximum likelihood estimation 3. Logistic regression with several redictors 4. Deviance and likelihood ratio tests 5. A comment

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

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

Microeconomics Fall 2017 Problem set 1: Possible answers

Microeconomics Fall 2017 Problem set 1: Possible answers Microeconomics Fall 07 Problem set Possible answers Each answer resents only one way of solving the roblem. Other right answers are ossible and welcome. Exercise For each of the following roerties, draw

More information

HENSEL S LEMMA KEITH CONRAD

HENSEL S LEMMA KEITH CONRAD HENSEL S LEMMA KEITH CONRAD 1. Introduction In the -adic integers, congruences are aroximations: for a and b in Z, a b mod n is the same as a b 1/ n. Turning information modulo one ower of into similar

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

Robust Solutions to Markov Decision Problems

Robust Solutions to Markov Decision Problems Robust Solutions to Markov Decision Problems Arnab Nilim and Laurent El Ghaoui Deartment of Electrical Engineering and Comuter Sciences University of California, Berkeley, CA 94720 nilim@eecs.berkeley.edu,

More information

Bias in Dynamic Panel Models under Time Series Misspeci cation

Bias in Dynamic Panel Models under Time Series Misspeci cation Bias in Dynamic Panel Models under Time Series Misseci cation Yoonseok Lee August 2 Abstract We consider within-grou estimation of higher-order autoregressive anel models with exogenous regressors and

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data Quality Technology & Quantitative Management Vol. 1, No.,. 51-65, 15 QTQM IAQM 15 Lower onfidence Bound for Process-Yield Index with Autocorrelated Process Data Fu-Kwun Wang * and Yeneneh Tamirat Deartment

More information

Testing the Fractionally Integrated Hypothesis using M Estimation

Testing the Fractionally Integrated Hypothesis using M Estimation esting the Fractionally Integrated Hyothesis using M Estimation Matei Demetrescu a, Paulo M.M. Rodrigues b and Antonio Rubia c a Christian-Albrechts-University of Kiel b Banco de Portugal and Nova School

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test)

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test) Chater 225 Tests for Two Proortions in a Stratified Design (Cochran/Mantel-Haenszel Test) Introduction In a stratified design, the subects are selected from two or more strata which are formed from imortant

More information

Economics 620, Lecture 14: Lags and Dynamics

Economics 620, Lecture 14: Lags and Dynamics Economics 620, Lecture 14: Lags and Dynamics Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 14: Lags and Dynamics 1 / 15 Modern time-series analysis does not

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process P. Mantalos a1, K. Mattheou b, A. Karagrigoriou b a.deartment of Statistics University of Lund

More information

Testing for Regime Switching: A Comment

Testing for Regime Switching: A Comment Testing for Regime Switching: A Comment Andrew V. Carter Department of Statistics University of California, Santa Barbara Douglas G. Steigerwald Department of Economics University of California Santa Barbara

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

QML estimation of spatial dynamic panel data models with time varying spatial weights matrices

QML estimation of spatial dynamic panel data models with time varying spatial weights matrices QML estimation of satial dynamic anel data models with time varying satial weights matrices Lung-fei Lee Deartment of Economics Ohio State University Jihai Yu Guanghua School of Management eking University

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

x and y suer from two tyes of additive noise [], [3] Uncertainties e x, e y, where the only rior knowledge is their boundedness and zero mean Gaussian

x and y suer from two tyes of additive noise [], [3] Uncertainties e x, e y, where the only rior knowledge is their boundedness and zero mean Gaussian A New Estimator for Mixed Stochastic and Set Theoretic Uncertainty Models Alied to Mobile Robot Localization Uwe D. Hanebeck Joachim Horn Institute of Automatic Control Engineering Siemens AG, Cororate

More information

CONVOLVED SUBSAMPLING ESTIMATION WITH APPLICATIONS TO BLOCK BOOTSTRAP

CONVOLVED SUBSAMPLING ESTIMATION WITH APPLICATIONS TO BLOCK BOOTSTRAP Submitted to the Annals of Statistics arxiv: arxiv:1706.07237 CONVOLVED SUBSAMPLING ESTIMATION WITH APPLICATIONS TO BLOCK BOOTSTRAP By Johannes Tewes, Dimitris N. Politis and Daniel J. Nordman Ruhr-Universität

More information

Introduction Model secication tests are a central theme in the econometric literature. The majority of the aroaches fall into two categories. In the r

Introduction Model secication tests are a central theme in the econometric literature. The majority of the aroaches fall into two categories. In the r Reversed Score and Likelihood Ratio Tests Geert Dhaene Universiteit Gent and ORE Olivier Scaillet Universite atholique de Louvain January 2 Abstract Two extensions of a model in the resence of an alternative

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Introduction to Probability and Statistics

Introduction to Probability and Statistics Introduction to Probability and Statistics Chater 8 Ammar M. Sarhan, asarhan@mathstat.dal.ca Deartment of Mathematics and Statistics, Dalhousie University Fall Semester 28 Chater 8 Tests of Hyotheses Based

More information

1. INTRODUCTION. Fn 2 = F j F j+1 (1.1)

1. INTRODUCTION. Fn 2 = F j F j+1 (1.1) CERTAIN CLASSES OF FINITE SUMS THAT INVOLVE GENERALIZED FIBONACCI AND LUCAS NUMBERS The beautiful identity R.S. Melham Deartment of Mathematical Sciences, University of Technology, Sydney PO Box 23, Broadway,

More information

POINTS ON CONICS MODULO p

POINTS ON CONICS MODULO p POINTS ON CONICS MODULO TEAM 2: JONGMIN BAEK, ANAND DEOPURKAR, AND KATHERINE REDFIELD Abstract. We comute the number of integer oints on conics modulo, where is an odd rime. We extend our results to conics

More information

A New Asymmetric Interaction Ridge (AIR) Regression Method

A New Asymmetric Interaction Ridge (AIR) Regression Method A New Asymmetric Interaction Ridge (AIR) Regression Method by Kristofer Månsson, Ghazi Shukur, and Pär Sölander The Swedish Retail Institute, HUI Research, Stockholm, Sweden. Deartment of Economics and

More information

Proof: We follow thearoach develoed in [4]. We adot a useful but non-intuitive notion of time; a bin with z balls at time t receives its next ball at

Proof: We follow thearoach develoed in [4]. We adot a useful but non-intuitive notion of time; a bin with z balls at time t receives its next ball at A Scaling Result for Exlosive Processes M. Mitzenmacher Λ J. Sencer We consider the following balls and bins model, as described in [, 4]. Balls are sequentially thrown into bins so that the robability

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

ECE 534 Information Theory - Midterm 2

ECE 534 Information Theory - Midterm 2 ECE 534 Information Theory - Midterm Nov.4, 009. 3:30-4:45 in LH03. You will be given the full class time: 75 minutes. Use it wisely! Many of the roblems have short answers; try to find shortcuts. You

More information

HEC Lausanne - Advanced Econometrics

HEC Lausanne - Advanced Econometrics HEC Lausanne - Advanced Econometrics Christohe HURLI Correction Final Exam. January 4. C. Hurlin Exercise : MLE, arametric tests and the trilogy (3 oints) Part I: Maximum Likelihood Estimation (MLE) Question

More information

EE 508 Lecture 13. Statistical Characterization of Filter Characteristics

EE 508 Lecture 13. Statistical Characterization of Filter Characteristics EE 508 Lecture 3 Statistical Characterization of Filter Characteristics Comonents used to build filters are not recisely redictable L C Temerature Variations Manufacturing Variations Aging Model variations

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001

The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001 The Hasse Minkowski Theorem Lee Dicker University of Minnesota, REU Summer 2001 The Hasse-Minkowski Theorem rovides a characterization of the rational quadratic forms. What follows is a roof of the Hasse-Minkowski

More information

Debt, In ation and Growth

Debt, In ation and Growth Debt, In ation and Growth Robust Estimation of Long-Run E ects in Dynamic Panel Data Models Alexander Chudik a, Kamiar Mohaddes by, M. Hashem Pesaran c, and Mehdi Raissi d a Federal Reserve Bank of Dallas,

More information

Self-Driving Car ND - Sensor Fusion - Extended Kalman Filters

Self-Driving Car ND - Sensor Fusion - Extended Kalman Filters Self-Driving Car ND - Sensor Fusion - Extended Kalman Filters Udacity and Mercedes February 7, 07 Introduction Lesson Ma 3 Estimation Problem Refresh 4 Measurement Udate Quiz 5 Kalman Filter Equations

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

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

Economics 620, Lecture 18: Nonlinear Models

Economics 620, Lecture 18: Nonlinear Models Economics 620, Lecture 18: Nonlinear Models Nicholas M. Kiefer Cornell University Professor N. M. Kiefer (Cornell University) Lecture 18: Nonlinear Models 1 / 18 The basic point is that smooth nonlinear

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

Almost 4000 years ago, Babylonians had discovered the following approximation to. x 2 dy 2 =1, (5.0.2)

Almost 4000 years ago, Babylonians had discovered the following approximation to. x 2 dy 2 =1, (5.0.2) Chater 5 Pell s Equation One of the earliest issues graled with in number theory is the fact that geometric quantities are often not rational. For instance, if we take a right triangle with two side lengths

More information

Estimation of Separable Representations in Psychophysical Experiments

Estimation of Separable Representations in Psychophysical Experiments Estimation of Searable Reresentations in Psychohysical Exeriments Michele Bernasconi (mbernasconi@eco.uninsubria.it) Christine Choirat (cchoirat@eco.uninsubria.it) Raffaello Seri (rseri@eco.uninsubria.it)

More information

MULTI-CHANNEL PARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES

MULTI-CHANNEL PARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES MULTI-CANNEL ARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES S Lawrence Marle Jr School of Electrical Engineering and Comuter Science Oregon State University Corvallis, OR 97331 Marle@eecsoregonstateedu

More information

CHAPTER 5 STATISTICAL INFERENCE. 1.0 Hypothesis Testing. 2.0 Decision Errors. 3.0 How a Hypothesis is Tested. 4.0 Test for Goodness of Fit

CHAPTER 5 STATISTICAL INFERENCE. 1.0 Hypothesis Testing. 2.0 Decision Errors. 3.0 How a Hypothesis is Tested. 4.0 Test for Goodness of Fit Chater 5 Statistical Inference 69 CHAPTER 5 STATISTICAL INFERENCE.0 Hyothesis Testing.0 Decision Errors 3.0 How a Hyothesis is Tested 4.0 Test for Goodness of Fit 5.0 Inferences about Two Means It ain't

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

Monopolist s mark-up and the elasticity of substitution

Monopolist s mark-up and the elasticity of substitution Croatian Oerational Research Review 377 CRORR 8(7), 377 39 Monoolist s mark-u and the elasticity of substitution Ilko Vrankić, Mira Kran, and Tomislav Herceg Deartment of Economic Theory, Faculty of Economics

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS #A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS Ramy F. Taki ElDin Physics and Engineering Mathematics Deartment, Faculty of Engineering, Ain Shams University, Cairo, Egyt

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

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

On split sample and randomized confidence intervals for binomial proportions

On split sample and randomized confidence intervals for binomial proportions On slit samle and randomized confidence intervals for binomial roortions Måns Thulin Deartment of Mathematics, Usala University arxiv:1402.6536v1 [stat.me] 26 Feb 2014 Abstract Slit samle methods have

More information

(c) i) In ation (INFL) is regressed on the unemployment rate (UNR):

(c) i) In ation (INFL) is regressed on the unemployment rate (UNR): BRUNEL UNIVERSITY Master of Science Degree examination Test Exam Paper 005-006 EC500: Modelling Financial Decisions and Markets EC5030: Introduction to Quantitative methods Model Answers. COMPULSORY (a)

More information