Nothing
####
# CDF of shash density
.shashCDF <- function(q, param) {
mu <- param[1]
sig <- exp(param[2])
eps <- param[3]
del <- exp(param[4])
return( pnorm(sinh((asinh((q - mu)/(del * sig)) - eps/del) * del)) )
}
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.