Nothing
truncmle <- function(x, distr = "trunccauchy", a, b, tol = 1e-07) {
if ( distr == "trunccauchy") {
res <- Rfast2::trunccauchy.mle(x, a, b, tol = tol)
} else if ( distr == "truncexpmle" ) {
res <- Rfast2::truncexpmle(x, b, tol = tol)
}
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.