Nothing
#################################################################################################
### ARS.R ###
#################################################################################################
fInArs <- function(shape, xVec, scale) {
n <- length(xVec)
- n * log(gamma(shape)) - n * shape * log(scale) + (shape - 1) * sum(log(xVec))
}
fPrimaInArs <- function(shape, xVec, scale) {
n <- length(xVec)
- n * digamma(shape) - n * log(scale) + sum(log(xVec))
}
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.