|
Chapter Contents |
Previous |
Next |
| Fit Analyses |

for y=r/m, r=0, 1, 2,..., m
Note | Some terms in the density function have been dropped in the log-likelihood function since they do not affect the estimation of the mean and scale parameters. |
SAS/INSIGHT software uses a ridge stabilized
Newton-Raphson algorithm to maximize the
log-likelihood function l(
,
; y)
with respect to the regression parameters.
On the rth iteration, the algorithm
updates the parameter vector b by


The Hessian matrix H can be expressed as


SAS/INSIGHT software uses either the full Hessian matrix H = - X' Wo X or the Fisher's scoring method in the maximum-likelihood estimation. In the Fisher's scoring method, Wo is replaced by its expected value We with ith element wei.
The estimated variance-covariance matrix of the parameter estimates is

Note | A warning message appears when the specified model fails to converge. The output tables, graphs, and variables are based on the results from the last iteration. |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.