#' Stop-Loss d'une loi uniforme #' @param a minimum #' @param b maximum #' @export SL_unif <- function(d, a, b) (b-d)^2 / (2*(b-a))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.