NEW FEATURE
pdf()
to compute the conditional log-likelihood.BUG FIX
unary_function
.BUG FIX
vinereg()
with weights.NEW FEATURE
cll()
to compute the conditional log-likelihood.BUG FIX
DEPENDS
BUG FIXES
require()
calls with single argument in vignettes.vinereg 0.8.0
BUG FIXES
fix cpit()
(last conditioning was sometimes omitted).
prevent rvinecopulib
from spawning own threads.
NEW FEATURES
uscale
option to allow for external marginal modeling.BUG FIXES
BUG FIXES
BUG FIXES
This is a maintenance release following an update in rvinecopulib.
DEPENDS
NEW FEATURES
factor
s are now named with the corresponding factor level.DEPENDENCIES
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)
.