Package: GRIDCOPULA 1.0.1

Rogelio Salinas Gutiérrez
GRIDCOPULA: Bivariate Copula Functions Based on Regular Grid
Estimates grid type bivariate copula functions, calculates some association measures and provides several copula graphics.
Authors:
GRIDCOPULA_1.0.1.tar.gz
GRIDCOPULA_1.0.1.tar.gz(r-4.5-noble)GRIDCOPULA_1.0.1.tar.gz(r-4.4-noble)
GRIDCOPULA_1.0.1.tgz(r-4.4-emscripten)GRIDCOPULA_1.0.1.tgz(r-4.3-emscripten)
GRIDCOPULA.pdf |GRIDCOPULA.html✨
GRIDCOPULA/json (API)
# Install 'GRIDCOPULA' in R: |
install.packages('GRIDCOPULA', repos = 'https://cloud.r-project.org') |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 12 months agofrom:3cf9f79b52. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Apr 01 2025 |
R-4.5-linux | OK | Apr 01 2025 |
R-4.4-linux | OK | Apr 01 2025 |
Exports:aic.gridbic.gridcontour_gridcontour_image_gridd.griddata.gridestimate.gridCopulaimage_color_gridmeasures.gridmosaic.gridp.gridperspective.gridr.grid
Dependencies:clicolorspacedotCall64evmixfansifarverfieldsggplot2gluegslgtableisobandlabelinglatticelifecyclelimSolvelpSolvemagrittrmapsMASSMatrixmgcvmunsellnlmepillarpkgconfigplyrpracmaquadprogR6RColorBrewerRcppreshape2rlangRsolnpscalesspamSparseMstringistringrtibbletruncnormutf8vctrsviridisLitewithr
Citation
To cite package ‘GRIDCOPULA’ in publications use:
Salinas Gutiérrez R, Hernández Quintero A, Montoya Calzada P (2024). GRIDCOPULA: Bivariate Copula Functions Based on Regular Grid. R package version 1.0.1, https://CRAN.R-project.org/package=GRIDCOPULA.
Corresponding BibTeX entry:
@Manual{, title = {GRIDCOPULA: Bivariate Copula Functions Based on Regular Grid}, author = {Rogelio {Salinas Gutiérrez} and Angélica {Hernández Quintero} and Pedro Abraham {Montoya Calzada}}, year = {2024}, note = {R package version 1.0.1}, url = {https://CRAN.R-project.org/package=GRIDCOPULA}, }
Readme and manuals
GRIDCOPULA
Proyecto sobre GRIDCOPULA
Instalar el paquete
devtools::install_github("rogelio-sg/GRIDCOPULA@prueba",
auth_token = "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")
Ejemplo
library(GRIDCOPULA)
library(copBasic)
U <- simCOP(n = 1000, cop = CLcop, para = 5)
gc <- estimate.gridCopula(U = U, k = 7, m = 8)
measures.grid(gc) #Calcular todas las medidas
measures.grid(gc, measures = c("rho","tau","mi")) #Calcular solo rho, tau e información mutua