The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.