Nothing
MCP_func = function(z,lambda,a=3){
MCP.value = (lambda*abs(z) - z^2/2/a) * (abs(z) <= lambda*a) +
(a*lambda^2/2) * (abs(z) > lambda*a)
return(MCP.value)
}
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.