Correlation Gaussian matrix in C using Rcpp
Correlation Gaussian matrix in C using Rcpp
corr_gauss_matrixC(x, y, theta)
x |
Matrix x |
y |
Matrix y, must have same number of columns as x |
theta |
Theta vector |
Correlation matrix
corr_gauss_matrixC(matrix(c(1,0,0,1),2,2), matrix(c(1,0,1,1),2,2), c(1,1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.