diff --git a/DESCRIPTION b/DESCRIPTION index abe2662..12959c7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: VineCopula Type: Package Title: Statistical Inference of Vine Copulas -Version: 2.5.1 +Version: 2.5.2 Description: Provides tools for the statistical analysis of regular vine copula models, see Aas et al. (2009) and Dissman et al. (2013) . diff --git a/NEWS.md b/NEWS.md index 72b4982..92c9ac6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +VineCopula 2.5.0 +---------------------------------------------------------------- + +NEW FEATURES + +* add `RVineCDF()` function for cumulative distribution of vine copulas models (#97). + VineCopula 2.5.1 ----------------------------------------------------------------