MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

incorrect results



Hi,

        I used David Belsely's Econometrics.m package --available from
MathSource as well as in the book "Economic and Financial Modeling with
Mathematica"-- to do some very simple Ordinary Least Square (OLS)
regressions.  However, using a small data set I found that the returned
answer is very different from other statistical packages such as Stata
or SAS.  I then wrote my own OLS program in Mathematica, which is
simply (X'X)^(-1) (X'y) where X are Nxk independent variable matrix and
y is a Nx1 vector.  The result is the same as that from Belsely's
program, which means it is very different from other packages' results.

        I am wondering how this would happen.  Does it have something to
do with the working precision?  If so, how could I make the adjustment?
I am using Mathematica 3.0 in Win95.  Thank you in advance for any
advice!

H.J. Wang



  • Prev by Date: Is it a BUG?
  • Next by Date: Numbered Equations?
  • Prev by thread: RE: Is it a BUG?
  • Next by thread: Numbered Equations?