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:Rogelio Salinas Gutiérrez [aut, cre, cph], Angélica Hernández Quintero [aut, cph], Pedro Abraham Montoya Calzada [aut, cph]

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')

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2.18 score 1 packages 189 downloads 13 exports 46 dependencies

Last updated 12 months agofrom:3cf9f79b52. Checks:3 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKApr 01 2025
R-4.5-linuxOKApr 01 2025
R-4.4-linuxOKApr 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

Help Manual

Help pageTopics
Calculates the Akaike Information Criterion "AIC" of a grid type copulaaic.grid
Calculates the Bayesian Information "BIC" of a grid type copulabic.grid
Draws the density / distribution function of a grid copula with contours and colorscontour_grid
Draws the density / distribution function of a grid copula with contours and colorscontour_image_grid
Evaluates the density of a grid type copulad.grid
Draws the scatter plot of bivariate data in the unit squaredata.grid
Estimates the parameters of a grid type copulaestimate.gridCopula
Draws the density of a grid copula with colorsimage_color_grid
Returns dependency measures for a grid type copulameasures.grid
Draws the density of a grid copula with mosaicsmosaic.grid
Evaluates the distribution function of a grid type copulap.grid
Draws the density / distribution function of a grid copula with perspectiveperspective.grid
Generates a random sample from a grid type copular.grid