https://github.com/OpenMendel/ApproxCopula.jl
A Flexible Quasi-Copula Distribution for Statistical Modeling
https://github.com/OpenMendel/ApproxCopula.jl
Last synced: 9 months ago
JSON representation
A Flexible Quasi-Copula Distribution for Statistical Modeling
- Host: GitHub
- URL: https://github.com/OpenMendel/ApproxCopula.jl
- Owner: OpenMendel
- License: mit
- Created: 2019-08-13T20:53:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T20:07:29.000Z (about 1 year ago)
- Last Synced: 2025-10-04T02:51:00.973Z (9 months ago)
- Language: Julia
- Homepage:
- Size: 182 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ApproxCopula.jl
*A Flexible Approximate-Copula Distribution for Statistical Modeling*
| **Documentation** | **Build Status** | **Code Coverage** |
|-------------------|------------------|--------------------|
| [](https://OpenMendel.github.io/ApproxCopula.jl/dev) [](https://OpenMendel.github.io/ApproxCopula.jl/stable) | [](https://github.com/OpenMendel/ApproxCopula.jl/actions) [](https://github.com/OpenMendel/ApproxCopula.jl/actions/workflows/JuliaNightly.yml)| [](https://codecov.io/gh/OpenMendel/ApproxCopula.jl) |
ApproxCopula.jl is a Julia package for the analysis of correlated data with specified margins. Currently the package supports multivariate simulation and analysis utilities for the Poisson, Negative Binomial, Bernoulli, Gaussian, Bivariate Poisson/Bernoulli Mixed distributions. ApproxCopula.jl supports covariance matrices structured under the variance component model (VCM) framework, autoregressive AR(1) covariance structure, and the compound symmetric (CS) covariance structure. ApproxCopula.jl supports Julia v1.6 or later. See the [documentation](https://openmendel.github.io/ApproxCopula.jl/dev/) for usage under the different models.
ApproxCopula.jl is a registered package, and it will require running the following code within Julia to install.
```{julia}
using Pkg
pkg"add ApproxCopula"
```
## Citation
The manuscript for `ApproxCopula.jl` is available on [arXiv](https://arxiv.org/abs/2205.03505).
*A Flexible Quasi-Copula Distribution for Statistical Modeling. Ji SS, Chu BB, Sinsheimer JS, Zhou H, Lange K. arXiv preprint arXiv:2205.03505. 2022 May 6.*
If you use other [OpenMendel](https://openmendel.github.io) analysis packages in your research, please cite the following reference in the resulting publications:
*OPENMENDEL: a cooperative programming project for statistical genetics. Zhou H, Sinsheimer JS, Bates DM, Chu BB, German CA, Ji SS, Keys KL, Kim J, Ko S, Mosher GD, Papp JC, Sobel EM, Zhai J, Zhou JJ, Lange K. Hum Genet. 139, 61–71 (2020). [doi:10.1007/s00439-019-02001-z](10.1007/s00439-019-02001-z). PMID: 30915546*