lrnv / cort

Classes and Tools For Some Empirical and Non-parametrical Copula Models.
https://lrnv.github.io/cort/
Other
6 stars 2 forks source link

CRAN status CRAN number of downloads Codecov test coverage DOI DOI tic

The cort package provides S4 classes and methods to fit several copula models:

Installation

Edit 2023: Due to issues that I could not reproduce and therefore debug, CRAN removed the package from its archive. If you want to take a look at the issue, details are there. If you understand why, please open an issue to tell me. In the mean time, you can still download older releases from CRAN, or simply use the github version.

The upstream development version can also be installed with :

# install.packages("cort") # does not work anymore.
devtools::install_github("lrnv/cort")

Note that the installation from github will require the system to have a compiler:

The vignettes are quite expressive. They give a clear overview of what can be done with this package, how it is coded and why it is useful. Please read them for more details.

How to report bugs and get support

To report a bug, feel free to open an issue on the github repository. Support can also be provided through the same chanel if you need it.

How to contribute

Every contribution is welcome, on the form of pull requests on the github repository. For large modifications, please open an issue for discussions firsts. Concerning the naming convention, the CamelCase functions usually designate classes and constructors of these classes, and all other methods are in snake_case.

Citation

If you use this work, you may cite the following references. To refer to the theory of the CORT estimator, you may cite :

@article{laverny2021dependence,
  title = {Dependence structure estimation using Copula Recursive Trees},
  journal = {Journal of Multivariate Analysis},
  volume = {185},
  pages = {104776},
  year = {2021},
  issn = {0047-259X},
  doi = {10.1016/j.jmva.2021.104776},
  author = {Oskar Laverny and Esterina Masiello and Véronique Maume-Deschamps and Didier Rullière}
}

To refer to the package itself, you may cite:

@article{laverny2020empirical,
  doi = {10.21105/joss.02653},
  year = {2020},
  publisher = {The Open Journal},
  volume = {5},
  number = {56},
  pages = {2653},
  author = {Oskar Laverny},
  title = {Empirical and non-parametric copula models with the {cort R} package},
  journal = {Journal of Open Source Software}
}