strucMatrixExpChol: Cholesky factor of a structured sparse covariance matrix...

Description Usage Arguments See Also Examples

Description

Cholesky factor of a structured sparse covariance matrix obeying exponential distance decay in covariance

Usage

1
strucMatrixExpChol(distObj, cutOffDist = Inf)

Arguments

distObj

distance matrix object

cutOffDist

maximum distance with nonzero correlations

See Also

Other strucMatrixSpecial: strucMatrixBlank; strucMatrixCol; strucMatrixCompSymm; strucMatrixConstVarChol; strucMatrixCorFactor; strucMatrixCorMatChol; strucMatrixDiag; strucMatrixFull; strucMatrixGenFullTri; strucMatrixIdent; strucMatrixInd; strucMatrixOneOffDiag; strucMatrixOnes; strucMatrixSymm; strucMatrixTri; strucMatrixVarWithCovariate

Examples

1
(xExpChol <- strucMatrixExpChol(dist(matrix(rnorm(10), 5, 2))))

stevencarlislewalker/lme4ord documentation built on May 30, 2019, 4:43 p.m.