powered by
Correlation Gaussian matrix in C using Rcpp
corr_gauss_matrixC(x, y, theta)
Matrix x
Matrix y, must have same number of columns as x
Theta vector
Correlation matrix
# NOT RUN { corr_gauss_matrixC(matrix(c(1,0,0,1),2,2), matrix(c(1,0,1,1),2,2), c(1,1)) # }
Run the code above in your browser using DataLab