Description Usage Arguments Value Note Author(s) Examples
View source: R/empiricalCopula.R
Generates an empirical (survival) copula from a sample and returns the corresponding function.
1 2  | genEmpCop(copula, sample.size=1e5)
genEmpSurCop(copula, sample.size=1e5)
 | 
copula | 
 The theoretical copula to be represented numerically.  | 
sample.size | 
 The length of the sample to be used. The default is 1e5.  | 
An empirical copula class empiricalCopula.
Its implementation of pCopula is based on C-code from copula-package.
Benedikt Graeler
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.