Learn R Programming

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

Copy Link

Version

Install

install.packages('GRIDCOPULA')

Monthly Downloads

509

Version

1.0.1

License

GPL-3

Maintainer

Rogelio Salinas Gutiérrez Developer

Last Published

April 5th, 2024

Functions in GRIDCOPULA (1.0.1)

estimate.gridCopula

Estimates the parameters of a grid type copula
mosaic.grid

Draws the density of a grid copula with mosaics
image_color_grid

Draws the density of a grid copula with colors
aic.grid

Calculates the Akaike Information Criterion "AIC" of a grid type copula
contour_image_grid

Draws the density / distribution function of a grid copula with contours and colors
data.grid

Draws the scatter plot of bivariate data in the unit square
bic.grid

Calculates the Bayesian Information "BIC" of a grid type copula
contour_grid

Draws the density / distribution function of a grid copula with contours and colors
measures.grid

Returns dependency measures for a grid type copula
d.grid

Evaluates the density of a grid type copula
r.grid

Generates a random sample from a grid type copula
p.grid

Evaluates the distribution function of a grid type copula
perspective.grid

Draws the density / distribution function of a grid copula with perspective