criterium_modE: Modified-E Optimality Criterium
Description
Modified-E Optimality Criterium
Usage
criterium_modE(FIM, eig_tol = 1e-10)
Arguments
FIM
Matrix with the values of the Fisher Information Matrix
eig_tol
Tolerance for the eigen values. If any eigen value is lower than this
value, the FIM is singular and a high value (1e20) is returned. 1e-10 by default.