Skip to main content
Skip table of contents

getCorrelationOfEstimates

Get the inverse of the last estimated Fisher matrix computed either by all the Fisher methods used during the last scenario run or by the specific one passed in argument.
WARNING: The Fisher matrix cannot be accessible until the Fisher algorithm has been launched once.
The user can choose to display only the Fisher matrix estimated with a specific method.
Existing Fisher methods :

Fisher by Linearization"linearization"
Fisher by Stochastic Approximation"stochasticApproximation"

WARNING: Only the methods which have been used during the last scenario run can provide results.

Usage

R
getCorrelationOfEstimates(method = "")

Arguments

method

[optional](character) Fisher method whose results should be displayed. If this field is not specified, the results provided by all the methods used during the last scenario run are displayed.

Value

A list whose each field contains the Fisher matrix computed by one of the available Fisher methods used during the ast scenario run. A matrix is defined as a structure containing the following fields :

rownameslist of row names
columnnameslist of column names
rownumbernumber of rows
datavector<...> containing matrix raw values (column major)

Examples

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.