R/dFGM.R

Defines functions dFGM

Documented in dFGM

#' FGM copula
#'
#' @description returns the density function of the copulaFGM
#' @export 
#' @keywords internal 
#'
#'

dFGM <- function(u,v,theta) 1 + theta * (1- 2*u) * (1 - 2*v)

Try the CompAREdesign package in your browser

Any scripts or data that you put into this service are public.

CompAREdesign documentation built on Oct. 2, 2022, 5:08 p.m.