Learn R Programming

nCopula (version 0.1.1)

Frank: Construction of an Archimedean Copula Class Object

Description

Constructs a Frank Archimedean copula object with a given parameter and dimension.

Usage

Frank(param, dim = 2L, density = FALSE)

Arguments

param

parameter of the copula.

dim

dimension of the copula (>= 2), which is, by default, 2.

density

compute the expression of the density of the copulas.

Value

An archm S4 class object.