#' Espérance tronquée d'une loi exponentielle
#' @param b beta
#' @param d montant du déductible
#' @export
Etronq_exp <- function(d, b) (1/b)*(1 - exp(-b*d)) - d*exp(-b*d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.