GauPro (version 0.2.2)

corr_gauss_matrix_symC: Correlation Gaussian matrix in C (symmetric)

Description

Correlation Gaussian matrix in C (symmetric)

Usage

corr_gauss_matrix_symC(x, theta)

Arguments

x

Matrix x

theta

Theta vector

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 DataCamp Workspace