From 2600159b63e814a827ed663c3b87c7118d3d47c4 Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Sat, 18 May 2019 16:19:29 +0100 Subject: [PATCH] Update news.md --- NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index 91feb19..60ff1d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +# stationdemandr 0.2.2 + +## FIXES + +- Fixed issue with the BEFORE abstraction analysis. Frequency group adjustments +were not applied to the *before* situation - there was a single shared +probability table for each at_risk station. This appeared to make sense when the +decision was made. However, if one of the at-risk stations is also subject to an +upward frequency adjustment then its weighted population will increase in the +*after* situation (because of the higher frequency variable). This has been +amended so that a separate probablity table is created for each +proposed_station:at_risk station pair (the same as for the *after* analysis) and +frequency group adjustments are made as required. + # stationdemandr 0.2.1 ## Fixes