coefExpJointCDF {MoTBFs} | R Documentation |
Degree Function
Description
Compute the degree for each term of a joint CDF.
Usage
coefExpJointCDF(dimensions)
Arguments
dimensions |
A |
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)
[Package MoTBFs version 1.4.1 Index]