Learn R Programming

GauPro (version 0.2.4)

Gaussian_devianceC: Calculate the Gaussian deviance in C

Description

Calculate the Gaussian deviance in C

Usage

Gaussian_devianceC(theta, nug, X, Z)

Arguments

theta

Theta vector

nug

Nugget

X

Matrix X

Z

Matrix Z

Value

Correlation matrix

Examples

Run this code
# NOT RUN {
Gaussian_devianceC(c(1,1), 1e-8, matrix(c(1,0,0,1),2,2), matrix(c(1,0),2,1))
# }

Run the code above in your browser using DataLab