vinereg
R package vinereg by tnagler — release notes from GitHub.
Conditional density and log-likelihood fill out a vine copula regression package.
◆Recent moves
- 1y ago
Discrete conditional densities fixed; kde1d 1.1.0 required
Wrong conditional densities for discrete variables is a correctness defect in the package's core output, not a rough edge. Raising the kde1d floor in the same release ties the fix to the sibling package's own version.
View source ↗ - 1y ago
pdf() added for conditional density
Adds a second evaluation function after cll(), though the note describes it with cll()'s exact sentence - a copy-paste in the upstream changelog rather than a duplicate feature. Tagged the same day as the fix that follows it.
View source ↗ - 2y ago
Boost compile flag and a weights error fixed
A compiler workaround for a removed C++ construct plus a spurious error when weights were passed. Both are the cost of sitting on a compiled dependency stack.
View source ↗ - 2y ago
cll() computes conditional log-likelihood
The first of the evaluation-side additions, and the one whose description the later pdf() release reused. It set the direction the 2025 pair continued.
View source ↗ - 4y ago
vinecopulib floor raised for RcppThread compatibility
A version floor to keep threading libraries in step, plus clang warnings cleaned up. Invisible to callers, and one of two tags cut that same day.
View source ↗ - 4y ago
cpit() fixed and external marginals allowed via uscale
The uscale option lets callers model margins outside the package and pass in uniform data, which widens where vinereg can sit in a pipeline. The cpit() fix - a conditioning step sometimes omitted - is a correctness repair alongside it.
View source ↗