Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Regression Common Functions Package >

DurbinWatsonD

DurbinWatsonD
is a possible value for the RegressionReport option for Regress and DesignedRegress which represents the Durbin-Watson d statistic for autocorrelation.
  • DurbinWatsonD tests for the existence of a first order autoregressive process.
  • A value close to 0 indicates positive correlation, and a value close to 4 indicates negative correlation.
Needs["LinearRegression`"]
Sample data:
In[2]:=
Click for copyable input
DurbinWatsonD for a linear regression:
In[3]:=
Click for copyable input
Out[3]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team