BiCopCheck | R Documentation |
The function checks if a certain combination of copula family and parameters can be used within other functions of this package.
BiCopCheck(family, par, par2 = 0, ...)
family |
An integer defining the bivariate copula family: |
par |
Copula parameter. |
par2 |
Second parameter for bivariate copulas with two parameters (t,
BB1, BB6, BB7, BB8, Tawn type 1 and type 2; default is |
... |
used internally. |
A logical indicating whether the family can be used with the parameter specification.
Thomas Nagler
## check parameter of Clayton copula
BiCopCheck(3, 1) # works
## Not run: BiCopCheck(3, -1) # does not work (only positive parameter is allowed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.