resizeFisherMatrix: Resize the fisher Matrix from a vector to a matrix.

resizeFisherMatrixR Documentation

Resize the fisher Matrix from a vector to a matrix.

Description

Resize the fisher Matrix from a vector to a matrix.

Usage

resizeFisherMatrix(nbOfDimensions, fisherMatrix)

## S4 method for signature 'ANY'
resizeFisherMatrix(nbOfDimensions, fisherMatrix)

Arguments

nbOfDimensions

: a numeric for the dimensions of the fisher matrix.

fisherMatrix

: a vector that contain the low triangular Fisher matrix + its main diagonal.

Value

The Fisher matrix of size nbOfDimensions*nbOfDimensions


PFIM documentation built on Nov. 24, 2023, 5:09 p.m.