Learn R Programming

GauPro (version 0.2.4)

kernel_gauss_dC: Correlation Gaussian matrix in C (symmetric)

Description

Correlation Gaussian matrix in C (symmetric)

Usage

kernel_gauss_dC(x, theta, C_nonug, s2_est, beta_est, lenparams_D, s2_nug)

Arguments

x

Matrix x

theta

Theta vector

C_nonug

cov mat without nugget

s2_est

whether s2 is being estimated

beta_est

Whether theta/beta is being estimated

lenparams_D

Number of parameters the derivative is being calculated for

s2_nug

s2 times the nug

Value

Correlation matrix

Examples

Run this code
# 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