Skip to main content

Econometrics: Bivariate population model

Hello I'm finally back from my extended break. I thought that we should start studying Econometrics. 


Let's begin by analyzing a simple bivariate regression. Assume that this equation describes the relationship between two variables X and Y.

We say that Y is the dependent variable, whereas X is the independent variable. In other words, we assume that Y (the output) depends on X (the input). Epsilon is the error term, it represents other factors that affect Y.

  • The error term must be uncorrelated with the variable X so that we do not need to include them in our regression, and thus the coefficient of X (beta) should not change, even though Epsilon also determines Y. 
  • beta-0 is the constant term. It tells us what would be Y if X=0.
  • beta-1 is the effect on Y if X changes by one unit.

To see this, assume X=education is a continuous function, let's take the derivative of Y=wage with respect to X:


Thus, if education goes up by one unit, we should expect, on average, wage to go up by about beta-1.
  • Note that this principal can be extended to non-continuous functions as well.

To run this regression, all I need is set of (random) data with wage and the education for each participant in the dataset. 

reg wage educ

  • The following line above is what you should use in order to run this bivariate regression in STATA.

We need one more condition in order to make sure that our bivariate model is correct:


This tells us that given X, the other factors are randomly distributed in the population, and thus does not bias the coefficient of X (beta-1).

Reference: Wooldridge, Jeffrey. Introductory Econometrics, 3rd edition. Thomson South-Western (2006). p 24-28.

Comments

Popular posts from this blog

Macroeconomics: multiplier and crowding out effects

Multiplier effect: whenever   any of the components of AD increases, the increase in GDP will be greater than the initial increase in expenditures. The impact on GDP of a particular increase in spending depends on the proportion of the new income that is taken out of the system to the proportion that continues to circulate in the economy. The multiplier effect tells us the impact a particular change in one the components of AD will have on the total income (GDP).  Let k denote the spending multiplier, which is a function of MPC and MPS. The larger the marginal propensity to consume, the larger the spending multiplier. Notice that the larger the MPC, the greater the impact a particular change in the spending variables will have on the nation's GDP. The crowding out effect: If government spending increases without an increase in taxes, the government must borrow funds from the private sector to finance its deficit, thereby increasing the interest rate. This increase in interest ...

Exercise: maximizing profit

Assume that you are the owner of a small business that produces T-shirts. Your the total revenue for your business can be modeled by the following equation: and your total cost corresponds to this function: Find the point at which your firm maximizes its profit. Then, find how much profit the firm if able to earn at that point. Using the total cost and total revenue functions we can set up the profit function: Then, realize that if you want to find the maximum profit, take the derivative of the function and set it up equal to zero, and solve for Q. This is equivalent of taking the derivative of the total cost and total revenue functions and setting them equal to each other. In this problem, I chose the latter option as it was explained in the previous lessons. Notice that profit is often denoted by a capital pi.  We are assuming that the TR>TC for some positive value, you can check for yourself. However, if we did not know that, we would first take the first ...

A short interlude...

Hello all, it's been quite some time since I have made any major announcements since the creation of this blog about a year and a half ago. I am currently in graduate school and will soon take a portion of my comprehensive examination (i.e exams in Micro, Macro, and Metrics that will allow me to continue my studies in my graduate program), wish me luck! Thus, I will not be able to post consistently until at least mid-June. The roadmap is as such, if I pass, I will start introductory lessons in Econometrics and Statistics (if not, then I'll have to study until I can retake the comps in August). I hope that once I am done, I will be able to add more advance materials to the blog, such as general equilibrium, indirect utility functions, and game theory/mechanism design for Micro. The Solow, Ramsey, RBC, New Keynesian models, permanent income hypothesis (PIH) and more for Macro. By the way I think I still need to add notes on the IS-LM curves, so I will do that before jumping to t...