aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-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."""
)
)
},