Re: Econometrics in Panel data?



In article <44606dd5$0$3285$5a62ac22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
DeepBlue <123@xxxxxxx> wrote:
so are you saying that Python is not an appropriate language for doing
econometrics stuff?


Dennis Lee Bieber wrote:
On Tue, 09 May 2006 05:58:10 +0800, DeepBlue <123@xxxxxxx> declaimed the
following in comp.lang.python:

Hi all,

I am new to Python. Just wondering can Python able to do econometric
regression in either Time-series or pooled (panel) data? As well as test
for hetero, autocorrelation, or endogeneity?

Can you do such in FORTRAN, COBOL, SNOBOL, APL, C, Matlab, Maple,
Excel, Turing Machine? Most likely...

Is there a pre-built library to compute such? No idea...
.
.
.
While I count on Dennis to speak for himself, I'll interrupt
and say that, yes, Python is an appropriate language for
econometrics--but not an ideal one.

There's been quite a bit of Python-based work on financial
analytics in the past. I don't have a convenient handle on
who all has done this, and what they've done, but I'm certain
that research will yield results. Python boasts quite a few
general advantages that make it apt for these tasks.

There is not, however, a readily-accessible library targeted
for this sort of work. If I had the opportunity to work in
econometrics now, I'd think seriously about R, Lisp, and
Mathematica, and see what's available among the functional
languages, along with Python.
.



Relevant Pages

  • Re: Econometrics in Panel data?
    ... I think I should stop wasting time to learn Python to do my econometric algorithms. ... econometrics stuff? ... Enough programmers still use Fortran that major hardware vendors such ...
    (comp.lang.python)
  • Re: Econometrics in Panel data?
    ... DeepBlue wrote: ... econometrics stuff? ... I am new to Python. ... regression in either Time-series or pooled data? ...
    (comp.lang.python)
  • Re: Does Python really follow its philosophy of "Readability counts"?
    ... with enforcing that "shouldn't" in the language itself? ... In Python, direct access to pointers is a MUST NOT. ... where you are allowed to mess with the implementation. ... human assembly language programmers? ...
    (comp.lang.python)
  • Re: Python for Fortran programmers
    ... proposition for Python in the Fortran community", ... compiled language such as Fortran or C++, but I would still prefer to ... greater number of programming errors that are typically detected by a ...
    (comp.lang.fortran)
  • Re: Basic inheritance question
    ... used 'this' in C++ and Java. ... but in Python it doesn't. ... language, they would write a lot of ten liners that is changed a LOT ... Add three levels of inheritence and a couple globals and you'll find out ...
    (comp.lang.python)