corr_matern32_matrix_symC {GauPro} | R Documentation |
Correlation Matern 3/2 matrix in C (symmetric)
corr_matern32_matrix_symC(x, theta)
x |
Matrix x |
theta |
Theta vector |
Correlation matrix
corr_gauss_matrix_symC(matrix(c(1,0,0,1),2,2),c(1,1))