cran / pencopulaCond

:exclamation: This is a read-only mirror of the CRAN R package repository. pencopulaCond — Estimating Non-Simplified Vine Copulas Using Penalized Splines
1 stars 0 forks source link

Error for function vine #1

Open QQZZw opened 1 week ago

QQZZw commented 1 week ago

the key function “vine” will report error when running. Even the example on page 2 in the package also fails to run successfully.

I copy the example on page 2 in the package as follows:

N.set<-100 cop<-archmCopula(family="frank",dim=3,param=2.39) parMarg<-list(list(min=0,max=1),list(min=0,max=1),list(min=0,max=1)) distr.cop <- mvdc(cop, margins=rep("unif",3), paramMargins = parMarg,marginsIdentical=TRUE) c.X <- rMvdc(mvdc=distr.cop, n=N.set) Y <- punif(c.X) vine.copula<-vine(Y,d=2,d2=2,D=4,D3=4,q=1,m=2,cores=1,lambda=c(10000,100))

gaborcsardi commented 1 week ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!