ecmmvnrfish
Fisher information matrix for multivariate normal regression model
Syntax
Description
                                computes a Fisher information matrix based on current maximum
                                likelihood or least-squares parameter estimates that account for
                                missing data.Fisher] = ecmmvnrfish(Data,Design,Covariance)
                                computes a Fisher information matrix based on current maximum
                                likelihood or least-squares parameter estimates that account for
                                missing data using optional arguments.Fisher = ecmmvnrfish(___,Method,MatrixFormat,CovarFormat)
Fisher is a
                                NUMPARAMS-by-NUMPARAMS Fisher
                        information matrix or Hessian matrix. The size of
                                NUMPARAMS depends on
                                MatrixFormat and on current parameter
                        estimates. If MatrixFormat = 'full',
NUMPARAMS = NUMSERIES * (NUMSERIES + 3)/2
If MatrixFormat = 'paramonly',
NUMPARAMS = NUMSERIES
Note
ecmmvnrfish operates slowly if you calculate the
                                full Fisher information matrix.
Input Arguments
Output Arguments
More About
Version History
Introduced in R2006a