aboutsummaryrefslogtreecommitdiff
path: root/app/main
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-05 17:23:50 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-05 17:23:50 +0100
commita247e4e506a31d0cd2a315953afcb42e8650b2aa (patch)
tree4812654c82e5d7a3d4fc2fb28f4ee3b0f36ecd9c /app/main
parentMake the modal modular (diff)
downloadAnnotateChange-a247e4e506a31d0cd2a315953afcb42e8650b2aa.tar.gz
AnnotateChange-a247e4e506a31d0cd2a315953afcb42e8650b2aa.zip
Clarify the trend evaluation text
Diffstat (limited to 'app/main')
-rw-r--r--app/main/demo.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/app/main/demo.py b/app/main/demo.py
index a5dbc0f..ff13351 100644
--- a/app/main/demo.py
+++ b/app/main/demo.py
@@ -210,11 +210,14 @@ DEMO_DATA = {
"text": markdown.markdown(
textwrap.dedent(
"""
- What we see here is a change in *trend*. For these types of
- changes it's not always easy to figure out exactly where the
- change occurs, so it's harder to get it exactly right. Use
- your intuition and keep in mind that it is normal for the
- observations to be noisy."""
+ What we see here is a change in *trend*. Changes in trend are
+ not always change points: gradual changes in direction are
+ common and should not be considered *abrupt* changes.
+
+ For trend changes it's not always easy to figure out exactly
+ where the change occurs, so it's harder to get it exactly
+ right. Use your intuition and keep in mind that it is normal
+ for the observations to be noisy."""
)
)
},