From 14ba9a1ef4fd4c0de418830626b07dff5c5b52d4 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Sep 2019 16:29:09 +0100 Subject: Add implementation note on how missing values are handled --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e69de29..ace1265 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# AnnotateChange + +## Implementation Notes + +* Missing values are skipped, so that gaps occur in the graph. X-values are + however counted continuously, to ensure that this gap has nonzero width. + Thus, when a change point is selected by an annotator after such a gap, its + location can be found by retrieving the observation at the index *while + including missing values*. This is in contrast to the approach where missing + values are removed before the index is used to retrieve the data point. -- cgit v1.2.3