#' Clayton's copula
#'
#' @description returns the density function of Clayton's copula
#' @export
#' @keywords internal
#'
#'
dClayton <- function(u,v,theta){ (u*v)^(-theta-1) * (theta+1) * (u^(-theta) + v^(-theta) - 1)^(-2 - 1/theta)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.