Raw File
exp.cov.S.r
"exp.cov.S" <-
function (x1, x2, theta = 1) 
{
    exp(-rdist(x1, x2)/theta)
}
back to top