| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Financial Toolbox |
| Contents | Index |
| Learn more about Financial Toolbox |
Fisher = mvnrfish(Data, Design, Covariance, MatrixFormat, CovarFormat)
Data | NUMSAMPLES-by-NUMSERIES matrix with NUMSAMPLES samples of a NUMSERIES-dimensional random vector. If a data sample has missing values, represented as NaNs, the sample is ignored. |
Design | A matrix or a cell array that handles two model structures:
|
Covariance | NUMSERIES-by-NUMSERIES matrix of estimates for the covariance of the residuals of the regression. |
MatrixFormat | (Optional) String that identifies parameters to be included in the Fisher information matrix:
|
CovarFormat | (Optional) String that specifies the format for the covariance matrix. The choices are:
|
Fisher = mvnrfish(Data, Design, Covariance, MatrixFormat, CovarFormat) computes a Fisher information matrix based on current maximum likelihood or least-squares parameter estimates.
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. |
See Multivariate Normal Linear Regression.
![]() | mtimes | mvnrmle | ![]() |
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |