Nothing
pred.int.norm.Modified.CA.on.r.integrand <-
function (v.weird, n.weird, df.weird = n.weird - 1, n.mean = 1,
K.weird, delta.over.sigma, r.weird)
{
term.1 <- pT(q = sqrt(n.weird) * K.weird, df = df.weird,
ncp = sqrt(n.weird/n.mean) * (qnorm(v.weird) + sqrt(n.mean) *
delta.over.sigma))
term.2 <- r.weird * (v.weird * (1 + v.weird * (3 - v.weird *
(5 - 2 * v.weird))))^(r.weird - 1)
term.3 <- 1 + v.weird * (6 - v.weird * (15 - 8 * v.weird))
term.1 * term.2 * term.3
}
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.