Nothing
MontecarloCalls <-
function(s0,k,t,r,vol,n){
s<-s0*exp((r-0.5*vol^2)*t+vol*sqrt(t)*rnorm(n))
dPayoff<-exp(-r*t)*(ifelse(s>k,s-k,0))
priceCall<-mean(dPayoff)
return(priceCall)
}
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.