DEPDENDENCIES
NEW FEATURES
faster runtimes, especially for parallelized code.
handle discrete variables properly with both parametric and nonparametric pair-copulas.
REMOVED FEATURES
uscale
argument.NEW FEATURES
cpit()
to compute the conditional cdf.DEPENDS
BUG FIXES
prevent nan errors in loglik calculation.
allow for empty and bivariate models.
properly pass degree parameter for margin al estimation.
BUG FIXES
Fix handling of uscale
in fitted.vinereg()
.
Fix handling of mult
parameter for pair-copula fits in vinereg()
.
Fix orientation of asymmetric pair-copulas.
DEPENDS
furrr
and future
packages instead of parallel
, doParallel
, and foreach
for parallelization.NEW FEATURES
New print()
and summary()
generics for vinereg
objects.
New plot_effects()
method to show the marginal effects of variables.
Allow to predict the mean with predict(object, alpha = NA)
.