Bryan Goodrich

Homepage: Site closed for now

Send Message :: View Profile

Subscribe :: Friend Request

Metro: Sacramento

Member since June 24, 2004



See my Friends

See my Categories (tags)

This Blog focuses heavily on philosophical topics; however, the breadth of study that philosophy offers allows
me to touch upon just about anything. Here are some of the categories of philosophical topics I will approach.

On Mathematics
On Consciousness (mind)
On Ontology (metaphysics)
On Ethics (morality)
On Knowledge (reasoning)
On Logic
On Society
On Science
On Political Economy
On Language (semantics)
On Religion

I also have a number of blog series. These will be tagged according to their topic.

Rules of the Game (standards for blogging and other tips)
Extending the Natural Numbers
Anarchy
Intentionality (pending)
Food, Nutrition and Health (pending/revisions)
Debates (w/bloggers but usually in regard to some topic)
>>Ben Debates (sub-series from Debates)
Tao Te Ching (Chapters with explanations)
Personal (updates about my life)

Don't forget to see my :: Yearly Summaries and Archiving ::

Oh yeah, I'm also trying to develop my question (by me) and answer (for you) series. Send me ideas!

Most Recent Weblog

  • Variance of OLS intercept coefficient

    In studying for my upcoming econometrics examination, I have been dissatisfied with the proof my professor utilized, and our text leaves the problem rather nebulous. I figured I would take some quick notes about the proof I think works well.

    First, the variance operation (V) removes the addition of any non-stochastic elements and extracts the square of any non-stochastic multiplier, e.g., if we have constants a, and b with a stochastic variable X, then

    (i) V{aX + b} = a2V{X}
    (i*) V{X + Y} = V{X} + V{Y} + Cov(X,Y)

    The second form simply states a truism about the definition of variance, where the Cov function is the covariance of the two stochastic parameters.

    Second, let me state the ordinary least squares (OLS) classical regression statement. It says,

    (ii) Y = a + bX + e (true form)
    (ii*) Y' = a' + b'X (estimated form)

    where a is the intercept coefficient of this equation, b is the slope coefficient, and e is our stochastic disturbance.

    Third, I will simply state the value of our estimator for b, let me call it b'.

    (iii) V{b'} = σ2 / ∑(X-X)2, where sigma squared is the population variance, and X = (1/n) * ∑X

    A very nice proof, amongst other valuable information in a rigorous mathematical presentation, can be found in some notes I ran across (link). Since I was unable to find a proof for the variance of our intercept estimator, even though that link said it was going to prove it, I will simply build off its work to develop the proof with the given information above.

    Let us proceed.


    Proof: V{a'} = σ2 * [1/n + X2/∑(X-X)2 ]

    Given (ii*) we can replace Y and X by their means Y and X, respectively, which stems from the fact that the regression passes through their means, a rather simple, but auxiliary, proof (see lemma at the end of this blog). By rearranging terms in this modified form of (ii) we can denote a' by,

    a' = Y - b'X

    but given (ii) we can replace Y by the means of the given values in (ii), i.e.,

    a' = (a + bX + e) - b'X = a + (b - b')X + e

    This will be the form of which we will take the variance. Notice that only e and b' are stochastic. The actual population parameters a and b are not, and X is assumed non-stochastic in our OLS assumptions.

    To begin the meat of our proof, recall (i) that allows us to eliminate a.

    V{a'} = V{a + (b - b')X + e} = V{[a]+ [(b - b')X + e]} = V{(b - b')X + e}

    Where in the third step I split the LHS and RHS as non-stochastic and stochastic, respectively. Now that we have the addition of two stochastic parameters, we can use (i*) to state that

    V{a'} = V{(b - b')X} + V{e} + Cov(b', e)

    But part of our assumptions will entail that the coefficients of our regression be independent of our error term (e). Thus, the covariance is zero. Furthermore, our assumptions entail that V{e} is equal to the population variance sigma squared. But we have e = 1/n * ∑e. Thus, by (i*), the definition of variance, we have V{e} = ∑σ2/n2 , but the sum of n sigma squares is just nσ2. Thus, V{e} = nσ2/n2 = σ2/n. To recapitulate,

    V{a'} = V{(b - b')X} + σ2/n + 0

    But notice that (b - b')X = bX - b'X, where the left term on the RHS is non-stochastic since b is non-stochastic and X are non-stochastic, so X is non-stochastic. Thus, we can make use of (i) again and remove that part of the term and pull X out of the variance function. So,

    V{a'} = V{(b - b')X} + σ2/n = X2V{b'} + σ2/n

    But notice that we already have V{b'} by (iii). Thus,

    V{a'} = X2V{b'} + σ2/n = X22 / ∑(X-X)2] + σ2/n

    Since both terms on the RHS have sigma squared, we can factor them out.

    V{a'} = σ2 * [X2 / ∑(X-X)2 + 1/n]

    Which is precisely what was to be shown.






    To replicate the proof in all its steps without explication:

    WTS V{a'} = σ2 * [1/n + X2/∑(X-X)2 ]

    Define

    a' = Y - b'X = (a + bX + e) - b'X = a + (b - b')X + e

    Thus,

    V{a'} = V{a + (b - b')X + e} = V{(b - b')X + e} = V{(b - b')X} + V{e} + Cov(b', e)

    But V{e} = ∑σ2/n2 = nσ2/n2 = σ2/n, and Cov(b', e) = 0. So,

    V{a'} = V{(b - b')X} + σ2/n = X2V{b'} + σ2/n = X22 / ∑(X-X)2] + σ2/n = σ2 * [X2 / ∑(X-X)2 + 1/n]

    Therefore, V{a'} = σ2 * [X2 / ∑(X-X)2 + 1/n].

    Q.E.D.




    lemma: X and Y satisfy (ii*) based on the first-order conditions for optimization.

    We want to minimize a and b in ∑(Y - a - bX)2. This entails the first order condition that the partial derivative of this in terms of a leads to setting

    2∑(Y - a - bX)(-1) = 0

    But since it is equal to zero we can divide by -2 to trim the fat. So,

    ∑(Y - a - bX) = 0
    ∑Y - ∑a - ∑bX = ∑Y - na - b∑X = 0

    But we can divide both sides by n and maintain the equality. So,

    Y - a - bX = 0
    Y = a + bX

    Thus, the coordinates (X, Y) satisfy our OLS regression equation.


Chatboard (3)

  • @herzog3000 - haha, that's just wrong.
  • I feel bad. It's like I have Mike Tyson helping me beating up a four year old.
  • Figured I could put this thing to use. Feel free to BS with me about whatever you want. Could be a time-filler between my long diatribe posts.

Pulse

  • Oink, oink ... I might have the swine flu! Spiked at 102 today. Gonna be out of commission for awhile.
  • I think I'm going to take intro to linear algebra, again. It's been so long, I don't remember **** about it! UCD teaches it on Matlab
  • Changed my font from Tahoma to Trebuchet. Was it a good choice? I don't think Tahoma handled the symbols I often use very well.
  • Well, that debate didn't last long. I would say I broke down his analysis, but he didn't have one! Fucking quote miners.
  • I think the reason I don't just quit my grad program right now is because I've spent over $4000 for one quarter that I can't get back
  • So what should I blog about? Whose argument should I deconstruct? Who needs a bashing? What do you want to know about?
  • I get the feeling my readers have become little interested in economic topics. Do I need to find new readers?! haha
  • Is California the first American failed state? This is an interesting, albeit long, article about how depressing CA has become.
  • I find blogs that are frequently updated, but mostly just quote other information, lack in any real substance, for obvious reasons.
  • ugh, I wanted to do a blog on international economics, but I was lazy today. Didn't even start my microeconomics hw due Thursday!