Learn R Programming

PFIM (version 5.0)

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

Description

Resize the fisher Matrix from a vector to a matrix.

Usage

resizeFisherMatrix(nb_dimensions, fisherMatrix)

Value

The Fisher matrix of size nb_dimensions*nb_dimensions.

Arguments

nb_dimensions

: a numeric for the dimensions of the fisher matrix.

fisherMatrix

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