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

corr_gauss_matrixC

Correlation Gaussian matrix in C using Rcpp


Description

Correlation Gaussian matrix in C using Rcpp

Usage

corr_gauss_matrixC(x, y, theta)

Arguments

x

Matrix x

y

Matrix y, must have same number of columns as x

theta

Theta vector

Value

Correlation matrix

Examples

corr_gauss_matrixC(matrix(c(1,0,0,1),2,2), matrix(c(1,0,1,1),2,2), c(1,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.