Nothing
halft1.mle <- function(x, tol = 1e-7) {
mod <- Rfast::ct.mle(x, tol = tol)
mod$loglik <- mod$loglik + length(x) * log(2)
mod
}
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.