Jump to content
Urch Forums

unitroot

1st Level
  • Posts

    408
  • Joined

  • Days Won

    5

Everything posted by unitroot

  1. That's because every Ivy League wanna be treats schools like Brown, Rice, CMU, Rochester, and Emory as their "safety". In the end, some private schools get a ridiculous amount of apps because of this. I wouldn't be discouraged by that though. If you think they're a good fit, go for it. They're looking for people who would be a good fit for their program.
  2. Jehle and Reny is a good book for self-teaching if you can teach yourself an advanced upper level math subject. I would say the mathematical maturity acquired through a good undergraduate real analysis course is sufficient to work through this book by yourself. However, if all you had is calculus, Nicholson is a much better book. It will teach you the essence of microeconomics without being bogged down in tons of math. In the end, I think the stuff taught in Nicholson is all that a typical non-microeconomist would care about in the long run.
  3. I think real analysis is better, though, a lot of economics departments list an ODE course among the list of minimal math requirements (oddly). From my experience, RA will teach you math intuition that you need to work through more mathematical aspects of economic theory. Any ODE you see in a standard economics course can be taught within a half hour (Except for Black-Scholes PDE, which is hardly taught in an economics course anyways. You can solve it using straight calculus too, though it has a longer solution than basic ODEs. Several pages as opposed to half page in a text).
  4. Someone with only a B.A. in Economics, can make 50-60K straight out of school (50K was the median for my undergrad school when I graduated). Given that, I think that the 100K salary for an A.P. is justified. Also note that A.P. make $100K only at the PhD granting departments (that is, may be the top 50 of them). In other words, the ones who get those jobs are the best of best. The A.P. that end up at primarily teaching or Masters granting institutions make a lot less. A state university with only MBA but no masters program would probably pay 60-80K to an AP.
  5. I think it boils down to the fact that on average training in political science departments is less mathematically rigorous than in economics departments. This may have to do with the fact that today, either you do research that has to do with utility maximization theory one way or another or your work is not considered mainstream economics. The exceptions to this rule are empirical (purely data based, fact-finding) studies and econometrics. This is one of the reasons that traditional Keynesian approach to macroeconomics was kicked out of the mainstream. Other fields in the social sciences are more open minded, and so for example, many political science departments accept the idea that public choice theory or other utility based approaches to say voter behavior constitute a valid contribution to their field. Also, many social science fields started paying attention to econometrics, but generally they don't train their own graduate students in it as well as the economics departments.
  6. I don't think Algebra is useful in Econometric at all. But there might be some applications in some areas of economic theory. I heard of some people using Abstract Algebra for some obscure research in Game Theory. But seriously, counting on this stuff being useful to you in particular is like counting on that the 30 year old data tape drive that should have been thrown away 20 years ago, but which you still keep just in case, somehow will be useful to you in future to read someone's obscure data set from an ancient tape. If you had been in a typical university sysadmin's office, you could have seen such artifacts; but at least it doesn't cost them anything other than shelf space to keep that junk.
  7. I think the $30K loan is negligible on the grand scale if it buys you the dream of your life. E.g. it would probably worth it to take a loan to got to a top 15ish school vs a top 30 department. But if you're choosing among similarly ranked departments, which also stack up somewhat similarly for your interests, then going unfunded doesn't seem to make sense.
  8. IUB is loaded with econometricians, both in time series and cross sectional, and Eric Leeper is a relatively prolific macro researcher with many students on the job market every year. This school IMHO stacks up well compared to the other two schools in these two subjects. Plus, it gave funding? I think the choice is obvious here.
  9. I think dual major is generally a bad decision. It will fill up your schedule with many required courses just for the sake of major, and leave you little or no time for courses that truly interest you. Pick one major, then add only the best courses from other departments.
  10. Taking additional econometrics or statistics courses will probably pay off in the long run more compared to non-essential math courses (anything beyond linear algebra and analysis) or economics topics courses beyond intermediate economics. In terms of term paper or thesis, no one expects you to use anything mode advanced for it than OLS, instrumental variables, fixed effects, or a simple discrete choice model (probit) in stata or some other package. Most undergraduate courses in econometrics should cover at least OLS inference. You can figure out fixed effects inference, probit, or IV as you write the thesis if you need those.
  11. It sounds like you have already taken a lot math. It's a tough decision. It seems like there is relatively little "dynamics" in economics. There is a lot more emphasis on finding the equilibria. PDE are used in quantitative finance for pricing options, but relatively little otherwise. (never? I have seen it used just once in a finance seminar)
  12. Nothing stops you from applying to better schools. But how likely will you be accepted in a better (higher ranked) program? Let's get real. Schools ranked below 30 may have many deficiencies compared to the top 30, but do not count that the program you're going to enrol in is going to be so easy that you're going to impress your processors and other schools to extent that they start thinking that you really deserve better if you have just the bare minimum math. There is a reason that math is so important in admissions. If you haven't done Calc3, I would assume you possess the bare minimum math knowledge to complete the coursework even at below top 30 place. I think it is fair to assume that your math prep is already below average even in the program where you had been accepted. Certainly, everything can happen. Perhaps you could transfer into a department that fits your interests better. Nonetheless, I would recommend to you right now to have a hard look at the departments where you have been accepted and choose the one where you think you will fit better for the long haul. Identify at least two faculty members with a proven track record of advising grad students and with interests similar to yours and see if you could stay there for 5 years working in those subjects. (Ignore any juniors or more senior people who haven't been primary advisers). Try to meet and talk to the graduate students. But avoid talking only to the "cheerleaders". I can guarantee you that for every cheerleader grad student, there is someone extremely bitter and disappointed locked somewhere in an office who could give you a valuable advice.
  13. I think the two good specialties there are monetary economics and econometrics. The faculty includes several senior econometricians, and some good advanced juniors.
  14. Not at all. You can make it through any finance course, unless it is taught by the math department, without prior knowledge of PDEs just fine too.
  15. I think this depends on how badly you want to be an economist. Wisconsin is one of the top schools in statistics. Vanderbilt is not even a top 30 econ department. They did have good placements occasionally in the past. I think it's an exaggeration to say that getting a degree from any university will earn you a tenure automatically. An good degree, say from MIT and an influential adviser will help you get interviews and hopefully your initial placements. But tenure promotion happens 4-6 years after that, and when your considered for it, only your work after getting PhD will matter.
  16. There is nothing magical about implementing bootstrap in MATLAB if you actually know some basic MATLAB syntax. If you don't know the MATLAB syntax, then google for a matlab tutorial and you will find many. Bootstrap is a resampling scheme, which means that you use some sampling method (usually uniform sample with replacement) to form the new samples and then running your estimators. Assuming you already know what type of bootstrap you want to implement (non-parametric, paired, parametric, block bootstrap, whatever), then you just write a loop in matlab that resamples the data N times, when N is very large, runs your estimator, and stores the results. Implementing bootstrap is actually a good way to learn how to write efficient matlab code. If you write BAD matlab code, which is what most users who jump into coding without reading much documentation on optimizing their code do, your bootstrap simulation will take forever to run even for estimators that have closed form solutions. In short, you need to remember two things. 1) Never grow an array/table dynamically. If you need to store results of 100,000 simulations, then preallocate the storage for the results before starting the loop. Otherwise, your program will run very very slow. Also 2) vectorize everything. Finally, eliminate the repetitive computations. E.g. if your formulas involves something like X'X or F(y) in 5 places, where F is a cdf, then compute the thing first, and plug in the value when you need it instead of repeating the same thing like in the textbook formulas.
  17. I don't think that every university that's strong in the field X necessarily places every student who works in the field X well. I think in the past few years they did place a few students in research institutions. In the last three years I believe some of the better academic placements were: University of Oregon, Georgia Tech, and University of Pittsburgh. These are research oriended departments (first and last PhD granting) and its is extremely hard to get a placement there. I bet they were even interviewing some people from top 10 schools.
  18. This sounds about right. Add to that list Michigan State University (Baillie, Vogelsang) Indiana University (Park, Chang, some juniors) UNC-CH University of Washington (Zivot, Nelson) as runner ups/honorable mention.
  19. And I disagree with you. Like I said. The Masters degree in economics (specially when it is just 1 year Masters based on PhD curriculum) is almost like one of a kind of Masters degree program. It adds relatively little practical skills. Maybe one can get some Matlab knowledge and some linear modeling, which is something you can learn in an undergraduate program if a little ambitious. A masters in economics sounds nice to a layperson, but anyone who is in the business of hiring economists or people with good analytical skills knows what one year in a PhD program means. Getting BA degree means little only when the student has no vision or ambition. (e.g. if the goal is "get a degree then get some kind of job"). People with vision and ambition can start by majoring in the right majors, and taking plenty of right courses, and being involved in activities that help getting a job (like getting summer internships and such). I know people who had a good vision of the kind of job they can get since the sophomore or junior year (e.g. become an actuary, lawyer, or pension fund manager) and they got it in the end, and there there were people who had no idea why they study their major and how it gets them a job until the last day of class. And what does networking in a first year of PhD program give you anyways? Almost certainly nothing. You have in your classes a bunch of foreign students, most of whom just came into the US, and a bunch of American students, most of whom never had a real job.
  20. A while ago I heard that people who fail prelims generally end up getting the jobs that are more or less the same as jobs people get only with the undergraduate degree, and I think that statement has some truth in it. If you exit the program right after failing the prelims, then it is fair to say that the course work you have completed added very little practical, applicable knowledge to your resume. No one is going to hire you for your knowledge of calibration or consumer choice or game theory at that point. Econometrics is the only bright spot on your resume, but how much econometrics does a first year student know anyways? Most programs barely manage to survey linear models by the end of the first year. More hardcore places manage to squeeze in some GMM and maximum likelihood theory, with little or no practice on computer. Everyone is confused, and people will learn about how to use these methods effectively maybe in their second year or third year. So really, the first year econometrics does not add a whole lot to the resume. Maybe you will end up about as qualified to apply for the same job that someone can apply for with a BA in statistics, but that's it. You can probably get a job in finance industry, maybe something comparable to what the top undergraduate from the same school can get. My understanding is that right now, even many new graduates with Masters degrees in quantitative finance are underemployed (e.g. not working in derivatives pricing, even if they have a job) and tons of economics PhDs without a job.
  21. In most cases, there is little point in reviewing intermediate macro before PhD courses start. Most books have little to do with what is taught at graduate level. If you insist, you might as well take a look at Stephen Williamson's notes for his PhD course at WUSTL. They're PhD level, but these are the easiest PhD level notes I have seen, and they're a good to look at to see if you know the most basic math that might be used in PhD programs: http://www.artsci.wustl.edu/~swilliam/courses/notes06.pdf
  22. For the growth part of the course, Jones's "Introduction to Economic Growth" is probably the best. It builds most material around Solow's growth model, with some calculus. Very much on the level of what undergraduates can digest.
  23. A PDE course might teach you some useful math knowledge as a side effects, however, solving PDEs is not that useful in economics in general outside of some niche subjects. Mathematical statistics on the other hand is useful as a preparation for econometrics courses. In fact, most universities will allow you to skip the required statistics course if you already took mathematical statistics.
  24. Have you tried googling exactly this question? I got: FAQ: Using Stata to solve a system of nonlinear equations
  25. But the notes are freshwater. Based on the table of contents of Romer, it has a chapter on neoclassical growth, overlaping generations, RBC, so it might not be all freshwater, though the math used is not the most advanced (that's why every once in a while some universities teach undergrad course with it).
×
×
  • Create New...