Raw File
double.exp.R
double.exp<- function(x) {
# double exponential weight function 
       .5* exp(-abs(x))
    }
back to top