Nothing
TL <-
function(pos, neg, lamda, thres, dilution)
{
rval =0
i = 1
for (dil in dilution){
rval = rval+ likelihood(pos[i], neg[i], lamda/dil, thres)
i = i+1
}
return (-rval)
}
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.