Description Usage Arguments Value Note Examples
For a selection of bivariate copula families, returns the parameter space.
| 1 | 
| cop | Single copula family name (character). | 
| fn | Logical; should a function of the parameter space be returned? If not, returns a list of the lower and upper bounds. | 
Returns a function that accepts a vector of copula
parameters (corresponding to cop) and returns TRUE if that
parameter is in the parameter space and FALSE otherwise.
In the case that you enter a copula family that is not on record in this
function, a function
that always returns TRUE is returned.
I didn't notice the cparbound function in the
CopulaModel package. A wrapper is still useful though, so as
to include reflected copulas (-u, -v, or -r), and to output a function
of the parameter space. Coming soon.
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.