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

CovarianceEstimatorFunction

CovarianceEstimatorFunction
is an option for generalized linear model fitting functions that specifies the estimator for the parameter covariance matrix.
  • Possible settings include and which use the expected information matrix and observed information matrix, respectively.
  • The covariance matrix is equivalent to , where is the dispersion parameter and is Fisher's information matrix.
Fit a generalized linear model:
Compute the covariance matrix using the expected information matrix:
Use the observed information matrix instead:
Fit a generalized linear model:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
Compute the covariance matrix using the expected information matrix:
In[3]:=
Click for copyable input
Out[3]=
Use the observed information matrix instead:
In[4]:=
Click for copyable input
Out[4]=
In[5]:=
Click for copyable input
Out[5]=
Specify the covariance estimate within the FittedModel:
Use with LogitModelFit:
Use with ProbitModelFit:
Error estimates and confidence intervals involve covariance estimates:
Estimate errors and intervals using expected information:
Use observed information:
CovarianceEstimatorFunction controls the general structure of the covariance:
DispersionEstimatorFunction affects the scale:
The ratio of the errors squared is the ratio of the dispersion estimates:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF