Nothing
W_W <-
function(p1, p2, lambda = 1){
part1 = sum(p2*(pq_fun(p1, p2) - theta(p1, p2))^2)
part2 = sum(p1*(pq_fun(p2, p1) - 1 + theta(p1, p2))^2)
res = part1*(lambda+1)/lambda + part2*(lambda+1)
return(res)
}
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.