getCovMat: Create a covariance matrix.

Description Usage Arguments

View source: R/LatentForests.R

Description

Creates a covariance matrix for the latent forest model where edge correlations are given. Here edge correlations are given as a vector and correspond (in order) to the edges returned by this$getAllEdges().

Usage

1
2
3
4
getCovMat(this, edgeCorrelations)

## S3 method for class 'LatentForests'
getCovMat(this, edgeCorrelations)

Arguments

this

the LatentForests object.

edgeCorrelations

the edge correlations in a numeric vector.


sBIC documentation built on May 2, 2019, 4:16 a.m.