BUG FIXES
Fixed bug in gamBiCopSelect
introduced by select.once
when either lin.cov = NULL
or smooth.cov = NULL
.
Fixed bug internal bug in gamBiCopFit
.
DEPENDS
R (>= 3.1.0)
. So far, this dependence was implicit trhough our dependence on the copula package.NEW FEATURES
Online API documentation on https://tvatter.github.io/gamCopula/.
Option to select GAM structure in gamBiCopSelect
and gamVineStructureSelect
only once with the select.once
option (now the default).
Use unique(familyset)
in gamBiCopSelect
to ensure that each family is estimated only once.
BUG FIXES
Fixed bug in summary.gamVine
for unconditional copulas.
Fixed bug in gamBiCopPredict
with alpha != 0
and newdata = NULL
.