PROC TCOUNTREG Statement |
specifies the type of covariance matrix of the parameter estimates. The quasi-maximum-likelihood-estimates are computed with COVEST=QML. The default is COVEST=HESSIAN. The supported covariance types are as follows:
specifies the covariance from the outer product matrix.
specifies the covariance from the Hessian matrix.
specifies the covariance from the outer product and Hessian matrices.
PROC TCOUNTREG uses the nonlinear optimization (NLO) subsystem to perform nonlinear optimization tasks. All the NLO options are available in the NLOPTIONS statement. For details, see the NLOPTIONS Statement. In addition, the following option is supported in the PROC TCOUNTREG statement:
specifies the iterative minimization method to use. The default is METHOD=NRA.
specifies the conjugate-gradient method.
specifies the double-dogleg method.
specifies the quasi-Newton method.
specifies Nelder-Mead simplex method.
specifies the Newton-Raphson method.
specifies the Newton-Raphson ridge method.
specifies the trust region method.
Note: This procedure is experimental.