diff --git a/DESCRIPTION b/DESCRIPTION index d064614..c000300 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: WH Type: Package Title: Enhanced Implementation of Whittaker-Henderson Smoothing -Version: 1.1.0 +Version: 1.1.0.9000 Authors@R: person("Guillaume", "Biessy", email = "guillaume.biessy78@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3756-7345")) Description: An enhanced implementation of Whittaker-Henderson smoothing for the gradation diff --git a/NEWS.md b/NEWS.md index 769f6d5..3afeef0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# WH (development version) + # WH 1.1.0 * Made significant changes to the extrapolation methods provided by be `predict.WH_1d` and `predict.WH_2d` functions. It turns out that the formula used for the extrapolation ignored the innovation error caused by the prior on the extrapolated region, resulting in smaller credibility intervals than they should have been. This now has been fixed.