Learn R Programming

GauPro (version 0.2.4)

corr_gauss_dCdX: Correlation Gaussian matrix gradient in C using Armadillo

Description

Correlation Gaussian matrix gradient in C using Armadillo

Usage

corr_gauss_dCdX(XX, X, theta, s2)

Arguments

XX

Matrix XX to get gradient for

X

Matrix X GP was fit to

theta

Theta vector

s2

Variance parameter

Value

3-dim array of correlation derivative

Examples

Run this code
# NOT RUN {
# corr_gauss_dCdX(matrix(c(1,0,0,1),2,2),c(1,1))
# }

Run the code above in your browser using DataLab