Nothing
test_that("tail approximation is accurate", {
alpha <- 2
mu <- 0
tau <- 1
qginvnorm(p = 0.99, alpha = alpha, mu = mu, tau = tau)
pginvnorm(q = 20, alpha = alpha, mu = mu, tau = tau, lower.tail = FALSE)
ginv_tail(q = 20, alpha = alpha, mu = mu, tau = tau)
})
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.