kernel_cov: Calculate a kernel covariance matrix.

Description Usage Arguments Value Examples

View source: R/convoSPAT_simulate.R

Description

kernel_cov calculates a 2 x 2 matrix based on the eigendecomposition components (two eigenvalues and angle of rotation).

Usage

1
kernel_cov(params)

Arguments

params

A vector of three parameters, corresponding to (lam1, lam2, eta). The eigenvalues (lam1 and lam2) must be positive.

Value

A 2 x 2 kernel covariance matrix.

Examples

1
kernel_cov(c(1, 2, pi/3))

convoSPAT documentation built on Jan. 16, 2021, 5:31 p.m.