coefExpJointCDF: Degree Function

View source: R/joint.R

coefExpJointCDFR Documentation

Degree Function

Description

Compute the degree for each term of a joint CDF.

Usage

coefExpJointCDF(dimensions)

Arguments

dimensions

A "numeric" vector including the number of parameters of each variable.

Value

A list with n element. Each element contains a numeric vector with the degree for each variable and each term of the joint CDF.

Examples


## Dimension of the joint PDF of 2 variables
dim <- c(4,5) 
## Potentials of each term of the CDF
c <- coefExpJointCDF(dim)
length(c) + 1 ## plus 1 because of the constant coefficient

## Dimension of the joint density function of 2 variables
dim <- c(5,5,3)
## Potentials of the cumulative function
coefExpJointCDF(dim)


MoTBFs documentation built on April 18, 2022, 5:06 p.m.