det_matrix: Determinant of a symmetric matrix

Description Usage Arguments Value Examples

Description

Determinant of a symmetric matrix

Usage

1

Arguments

x

A symmetric matrix.

Value

The determinant of the input symmetric matrix.

Examples

1
2
M <- matrix(rnorm(9), 3, 3)
det_matrix(M)

astamm/bayesr documentation built on May 10, 2019, 2:05 p.m.