typical_variance: Compute the typical variance

View source: R/make_prior_object_functions.R

typical_varianceR Documentation

Compute the typical variance

Description

Computing the typical variance (geometric mean) of a matrix.

Usage

typical_variance(mat)

Arguments

mat

Matrix.

Value

Typical variance.

Examples

typical_variance(diag(10))


makemyprior documentation built on Sept. 11, 2024, 6:56 p.m.