Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maltekurz/pacotest
R-package: Testing for Partial Copulas and the Simplifying Assumption in Vine Copulas
https://github.com/maltekurz/pacotest
copula cran data-science r statistics
Last synced: 3 months ago
JSON representation
R-package: Testing for Partial Copulas and the Simplifying Assumption in Vine Copulas
- Host: GitHub
- URL: https://github.com/maltekurz/pacotest
- Owner: MalteKurz
- License: other
- Created: 2015-06-18T19:46:37.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T13:13:23.000Z (about 2 years ago)
- Last Synced: 2024-09-24T20:42:03.928Z (3 months ago)
- Topics: copula, cran, data-science, r, statistics
- Language: R
- Homepage:
- Size: 517 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pacotest
![build](https://github.com/MalteKurz/pacotest/workflows/build/badge.svg) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/pacotest)](https://cran.r-project.org/package=pacotest) [![Coverage Status](https://img.shields.io/codecov/c/github/MalteKurz/pacotest/main.svg)](https://codecov.io/github/MalteKurz/pacotest?branch=main)### You can install:
- the latest released version from CRAN with``` r
install.packages("pacotest")
```- the latest development version from GitHub using install_github from the R-package devtools with
``` r
install.packages("devtools")
devtools::install_github(repo = "MalteKurz/pacotest")
```