Learn R Programming

Temporal (version 0.3.0.2)

CheckInfoPD: Check Information Matrix Positive Definiteness

Description

Stops with an error if the inverse information matrix has any negative diagonal element (indicating the information matrix is not positive definite).

Usage

CheckInfoPD(inv_info)

Value

Invisible TRUE if check passes.

Arguments

inv_info

Inverse of the observed information matrix.