50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

SimTOST (version 1.0.2)

validate_positive_definite: Validate Positive Semi-Definite Matrices

Description

Validates that all matrices in a list are symmetric and positive semi-definite.

Usage

validate_positive_definite(varcov_list)

Value

NULL. If all matrices pass, the function returns nothing. If any matrix fails, it stops with an error message.

Arguments

varcov_list

List of matrices. Each matrix is checked to ensure it is symmetric and positive semi-definite.

Author

Thomas Debray tdebray@fromdatatowisdom.com