Learn R Programming

PFIM (version 5.0)

PrepareFIMs: Prepare the FIMs for the optimization.

Description

Prepare the FIMs for the optimization.

Prepare the Fisher Informations matrices.

Prepare the Fisher Informations Matrices.

Usage

PrepareFIMs(object, statistical_model, cond_init, constraint, typeFim)

# S4 method for FedorovWynnAlgorithm PrepareFIMs(object, statistical_model, cond_init, constraint, typeFim)

# S4 method for MultiplicativeAlgorithm PrepareFIMs(object, statistical_model, cond_init, constraint, typeFim)

Value

A list result of all the FIMs.

A list FIMs of the Fisher Informations matrices.

A list FIMs of the Fisher Informations Matrices.

Arguments

object

A MultiplicativeAlgorithm object.

statistical_model

A StatisticalModel object.

cond_init

: cond_init

constraint

: A Constraint object.

typeFim

: A character string giving the r=type of FIM : Population, Individual or Bayesian.