corr_matern32_matrix_symC: Correlation Matern 3/2 matrix in C (symmetric)

View source: R/RcppExports.R

corr_matern32_matrix_symCR Documentation

Correlation Matern 3/2 matrix in C (symmetric)

Description

Correlation Matern 3/2 matrix in C (symmetric)

Usage

corr_matern32_matrix_symC(x, theta)

Arguments

x

Matrix x

theta

Theta vector

Value

Correlation matrix

Examples

corr_gauss_matrix_symC(matrix(c(1,0,0,1),2,2),c(1,1))

CollinErickson/GauPro documentation built on March 25, 2024, 11:20 p.m.