powered by
Correlation Gaussian matrix in C (symmetric)
kernel_gauss_dC(x, theta, C_nonug, s2_est, beta_est, lenparams_D, s2_nug)
Matrix x
Theta vector
cov mat without nugget
whether s2 is being estimated
Whether theta/beta is being estimated
Number of parameters the derivative is being calculated for
s2 times the nug
Correlation matrix
# NOT RUN { corr_gauss_matrix_symC(matrix(c(1,0,0,1),2,2),c(1,1)) # }
Run the code above in your browser using DataLab