dot-garthwaitecov: Garthwaite-Covariance matrix

Description Usage Arguments Examples

Description

Calculate gartwaite-covariance matrix

Usage

1

Arguments

mat,

Any matrix that you wish to take the square root of

Examples

1
2
3
4
A1 <- matrix(2,1,1)
.garthwaitecov(A1)
A3 <- matrix(c(2,0.1,0.3,0.1,1,0.5,0.1,0.2,3),3,3)
.garthwaitecov(A3)

sstoeckl/uncertaintymeasures documentation built on Nov. 7, 2021, 5:20 p.m.