Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Gaussian_devianceC(c(1,1), 1e-8, matrix(c(1,0,0,1),2,2), matrix(c(1,0),2,1))

GauPro

Gaussian Process Fitting

v0.2.4
GPL-3
Authors
Collin Erickson
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.