CheckInfoPD: Check Information Matrix Positive Definiteness

View source: R/Inputs.R

CheckInfoPDR Documentation

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)

Arguments

inv_info

Inverse of the observed information matrix.

Value

Invisible TRUE if check passes.


Temporal documentation built on Feb. 27, 2026, 9:06 a.m.