A class storing information regarding the Fisher computation matrix. Type of the Fisher information: population ("PopulationFIM"), individual ("IndividualFIM") or Bayesian ("BayesianFIM"). The computation method for population and Bayesian matrix is first order linearisation (FO).
Objects form the class Fim
can be created by calls of the form Fim(...)
where
(...) are the parameters for the Fim
objects.
isOptimizationResult
:A Boolean giving TRUE for an optimization result and FALSE an evaluation result.
mfisher
:A matrix of numeric giving the Fisher information.
omega
:A matrix of numeric giving the variances.
mu
:A matrix of numeric giving the means.
fim_comput_method
:Name of the method used to approximate the population matrix : character strings, 'FO'