Nothing
PhiDistr <- function(Phi, Pm, a=1, b=0.1){ # essentially an exponential distribution over lambda, which is integrated out
d <- abs(Phi - Pm)
pPhi = a/(2*b)*(1 + d/b)^(-a-1)
sum(log(pPhi))
}
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.