typical_variance {makemyprior}R 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))


[Package makemyprior version 1.2.1 Index]