Wednesday, October 29, 2014
Tuesday, October 28, 2014
Would You Like Some Hot Potatoes?
O.K., I know - that was a really cheap way of getting your attention.
However, it worked, and this post really is about Hot Potatoes - not the edible variety, but some teaching apps. from "Half-Baked Software" here at the University of Victoria.
To quote:
"The Hot Potatoes suite includes six applications, enabling you to create interactive multiple-choice, short-answer, jumbled-sentence, crossword, matching/ordering and gap-fill exercises for the World Wide Web. Hot Potatoes is freeware, and you may use it for any purpose or project you like."
I've included some Hot Potatoes multiple choice exercises on the web pages for several of my courses for some years now. Recently, some of the students in my introductory graduate econometrics course mentioned that these exercises were quite helpful. So, I thought I'd share the Hot Potatoes apps. for that course with readers of this blog.
There are eight multiple-choice exercise sets in total, and you can run them from here:
Friday, October 17, 2014
Econometric Research Resources
The following page, put together by John Kane at the Department of Economics, SUNY-Oswego, has some very useful links for econometrics students and researchers: Econometric Research Resources.
Monday, October 13, 2014
Illustrating Asymptotic Behaviour - Part III
This is the third in a sequence of posts about some basic concepts relating to large-sample asymptotics and the linear regression model. The first two posts (here and here) dealt with items 1 and 2 in the following list, and you'll find it helpful to read them before proceeding with this post:
- The consistency of the OLS estimator in a situation where it's known to be biased in small samples.
- The correct way to think about the asymptotic distribution of the OLS estimator.
- A comparison of the OLS estimator and another estimator, in terms of asymptotic efficiency.
Nobel Prize, 2014
From the website of the Royal Swedish Academy of Sciences:
The Prize in Economic Sciences 2014
The Royal Swedish Academy of Sciences has decided to award the Sveriges Riksbanks Prize in Economic Sciences in Memory of Alfred Nobel for 2014 to Jean Tirole, Toulouse 1 Capitole University, France
“for his analysis of market power and regulation”.
Mark Thoma has an excellent round-up of related links on his blog, Economist's View.Sunday, October 12, 2014
Illustrating Asymptotic Behaviour - Part II
This is the second in a sequence of three posts that deal with large-sample asymptotics - especially in the context of the linear regression model. The first post dealt with item 1 in this list:
- The consistency of the OLS estimator in a situation where it's known to be biased in small samples.
- The correct way to think about the asymptotic distribution of the OLS estimator.
- A comparison of the OLS estimator and another estimator, in terms of asymptotic efficiency.
No surprise, but this post deals with item 2. To get the most out of it, I strongly recommend reading the first post before proceeding.
Saturday, October 11, 2014
Illustrating Asymptotic Behaviour - Part I
Learning the basics about the (large sample) asymptotic behaviour of estimators and test statistics is always a challenge. Teaching this material can be challenging too!
So, in this post and in two more to follow, I'm going to talk about a small Monte Carlo experiment that illustrates some aspects of the asymptotic behaviour of the OLS estimator. I'll focus on three things:
- The consistency of the OLS estimator in a situation where it's known to be biased in small samples.
- The correct way to think about the asymptotic distribution of the OLS estimator.
- A comparison of the OLS estimator and another estimator, in terms of asymptotic efficiency.
Wednesday, October 1, 2014
October Reading
October already!
© 2014, David E. Giles
- Chauvel, C. and J. O'Quigley, 2014. Tests for comparing estimated survival functions. Biometrika, 101, 535-552.
- Choi, I., 2014. Unit root tests for dependent and heterogeneous micropanels. Discussion Paper No. 2014-04, Research Institute for Market Economy, Sogang University.
- Cho, J. S. and H. White, 2014. Testing the equality of two positive-definite matrices with application to in formation matrix testing. Discussion Paper, School of Economics,Yonsei University.
- Hansen, B. E., 2013. Model averaging, asymptotic risk, and regressor groups. Quantitative Economics, in press.
- Miller, J. I., 2014. Simple robust tests for the specification of high-frequency predictors of a low-frequency series. Mimeo., Department of Economics, University of Missouri.
- Owen, A. B. and P. A. Roediger, 2014. The sign of the logistic regression coefficient. American Statistician, in press.
- Westfall, P. H., 2014. Kurtosis as peakedness, 1905-2014. R.I.P.. American Statistician, 68, 191-195.
Saturday, September 20, 2014
The (Non-) Standard Asymptotics of Dickey-Fuller Tests
Suppose that the time series in question is {Yt; t = 1, 2, 3, ......, T}. The so-called "Dickey-Fuller regression" is a least squares regression of the form:
Here, terms in square brackets are optional; and of these the "p" ΔYt-j terms are the "augmentation terms", whose role is to ensure that the there is no autocorrelation in the equation's residuals.
Standard econometrics packages allow for three versions of (1):
- No drift - no trend: that is, the (α + β t) terms are omitted.
- Drift - no trend: the intercept (drift term) is included, but the linear trend term is not.
- Drift - and - trend: both of the α and (β t) terms are included.
For example, here's the dialogue box that you see when you go to apply the DF test using the EViews package:
Friday, September 19, 2014
Least Squares, Perfect Multicollinearity, & Estimable Functions
This post is essentially an extension of another recent post on this blog. I'll assume that you've read that post, where I discussed the problem of solving linear equations of the form Ax = y, when the matrix A is singular.
Let's look at how this problem might arise in the context of estimating the coefficients of a linear regression model, y = Xβ + ε. In the previous post, I said:
"Least squares estimation leads to the so-called "normal equations":
X'Xb = X'y . (1)
If the regressor matrix, X, has k columns, then (1) is a set of k linear equations in the k unknown elements of β. You'll recall that if X has full column rank, k, then (X'X) also has full rank, k, and so (X'X)-1 is well-defined. We then pre-multiply each side of (1) by (X'X)-1, yielding the familiar least squares estimator for β, namely b = (X'X)-1X'y.
So, as long as we don't have "perfect multicollinearity" among the regressors (the columns of X), we can solve (1), and the least squares estimator is defined. More specifically, a unique estimator for each individual element of β is defined.
What if there is perfect multicollinearity, so that the rank of X, and of (X'X), is less than k? In that case, we can't compute (X'X)-1, we can't solve the normal equations in the usual way, and we can't get a unique estimator for the (full) β vector."
I promised that I'd come back to the statement, "we can't get a unique estimator for the (full) β vector". Now's the time to do that.
Subscribe to:
Posts (Atom)