gdeterminant: Computes generalised determinant

View source: R/helper_functions.R

gdeterminantR Documentation

Computes generalised determinant

Description

Computes generalised determinant

Usage

gdeterminant(x, eps = NULL, log = TRUE)

Arguments

x

symmetric matrix

eps

eigenvalues smaller than this will be treated as zero

log

logical. If TRUE, the log-determinant is returned. If FALSE, the determinant is returned.

Value

generalised log-determinant of x


LaMa documentation built on July 25, 2026, 1:08 a.m.