Changelog
Source:NEWS.md
vinereg 0.11.0
DEPENDS
- Adapts to new and now required versions of kde1d (>= 1.1.0) and rvinecopulib (>= 0.7.0.1.0).
BUG FIX
- Fixed conditional density computations for discrete variables (#17, thanks @FLBuchner.)
vinereg 0.10.0
CRAN release: 2024-02-09
NEW FEATURE
- New function
pdf()
to compute the conditional log-likelihood.
vinereg 0.9.2
CRAN release: 2023-11-02
BUG FIX
- add compiler flag to prevent boost/functional from using
unary_function
.
vinereg 0.9.1
CRAN release: 2023-10-23
BUG FIX
- fix unnecessary error when calling
vinereg()
with weights.
vinereg 0.8.3
CRAN release: 2022-03-23
BUG FIX
- avoid bit-wise operations on boolean variables (fixes warnings for clang>=14).
vinereg 0.8.2
CRAN release: 2022-03-15
DEPENDS
- require recent version of vinecopulib (>= 0.6.1.1.2) to ensure compatible RcppThread versions.
vinereg 0.8.1
CRAN release: 2022-01-22
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
- add
uscale
option to allow for external marginal modeling.
vinereg 0.7.3
CRAN release: 2021-02-24
BUG FIXES
- properly handle case where no covariates are selected.
- conditional use of packages in Suggests.
vinereg 0.7.1
CRAN release: 2020-10-12
This is a maintenance release following an update in rvinecopulib.
DEPENDS
- requires rvinecopulib (>= 0.5.4.1.0) to fix an unitialized value issue.
NEW FEATURES
- variables generated from
factor
s are now named with the corresponding factor level.
vinereg 0.7.0
CRAN release: 2019-12-02
DEPENDENCIES
- removed dependence on future and furrr packages.
NEW FEATURES
faster runtimes, especially for parallelized code.
handle discrete variables properly with both parametric and nonparametric pair-copulas.
REMOVED FEATURES
- removed support for
uscale
argument.
vinereg 0.5.0
CRAN release: 2018-08-09
DEPENDS
- require rvinecopulib (>= 0.3.0) due to breaking changes in this package.
BUG FIXES
prevent nan errors in loglik calculation.
allow for empty and bivariate models.
properly pass degree parameter for margin al estimation.
vinereg 0.4.0
BUG FIXES
Fix handling of
uscale
infitted.vinereg()
.Fix handling of
mult
parameter for pair-copula fits invinereg()
.Fix orientation of asymmetric pair-copulas.
vinereg 0.3.0
CRAN release: 2018-06-02
DEPENDS
- Use
furrr
andfuture
packages instead ofparallel
,doParallel
, andforeach
for parallelization.
NEW FEATURES
New
plot_effects()
method to show the marginal effects of variables.Allow to predict the mean with
predict(object, alpha = NA)
.