Releases: tnagler/VineCopula
VineCopula 2.5.0
VineCopula 2.4.5
BUG FIXES
-
better sanity checks for family argument.
-
fix C-loop in
BiCopGofTest()
. -
fix NA handling in
pobs()
.
VineCopula 2.4.4
BUG FIXES
-
explicitly export method
dim.RVineMatrix()
. -
adapt
RVineMLE()
to tighter parameter bounds introduced in previous versions.
VineCopula 2.4.3
-
Fix inversion of Kendall's tau for Frank copula (#78, #79, thanks to
@oezgesahin). -
Increased precision in boundary of unit cube (#77).
VineCopula 2.4.2
-
Improved numeric stability by more conservative parameter bounds (#74, thanks to @oezgesahin).
-
Removed all calls to
closeAllConnections()
.
VineCopula 2.4.1
DEPENDS
- Removed archived package
CDVine
from Suggests.
VineCopula 2.4.0
NEW FEATURES
RVineSim
optionally accepts a length-N
list ofRVineMatrix
models that
must share the same structure, but can differ in in family/parameters (#69, #70).
In that case, simulation is vectorized and each draw corresponds to a model
specification from the list. Thanks @notEvil.
BUG FIXES
-
fixed bug when excluding models from the family set by specifying a negative
family index. -
throw appropriate error when
treecrit
function is misspecified. -
fix gcc11 error caused by (redundant)
printError()
in C-code.
VineCopula 2.3.0
DEPENDENCIES
-
removed dependencies to packages doParallel and foreach (#67).
-
moved packages kdecopula and network to
Suggests
. They need to be
installed manually forBiCopKDE()
andplot.RVineMatrix()
to work (#67). -
removed dependency to package copula. All functionality extending copula
will be provided by the VC2copula package:
https://github.com/tnagler/VC2copula (#67).
BUG FIXES
VineCopula 2.2.0
VineCopula 2.1.8
BUG FIXES
- prevent heap-buffer overflows in
BiCopHfuncDeriv(2)
(non-critical).