corr_matern52_matrix_symC {GauPro} | R Documentation |
Correlation Gaussian matrix in C (symmetric)
Description
Correlation Gaussian matrix in C (symmetric)
Usage
corr_matern52_matrix_symC(x, theta)
Arguments
x |
Matrix x |
theta |
Theta vector |
Value
Correlation matrix
Examples
corr_matern52_matrix_symC(matrix(c(1,0,0,1),2,2),c(1,1))
[Package GauPro version 0.2.12 Index]