Nothing
dG_laplace <-
function(x_i, x, d, inv_Sigma) {
drop(x%*%inv_Sigma[,d])/drop(sqrt(crossprod(x, inv_Sigma%*%x)))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.