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