summaryrefslogtreecommitdiffstats
path: root/web/getstats/tsbmbody.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/getstats/tsbmbody.js')
-rw-r--r--web/getstats/tsbmbody.js53
1 files changed, 29 insertions, 24 deletions
diff --git a/web/getstats/tsbmbody.js b/web/getstats/tsbmbody.js
index bbfab97..c2ebabf 100644
--- a/web/getstats/tsbmbody.js
+++ b/web/getstats/tsbmbody.js
@@ -106,7 +106,7 @@ function tooltipText_lcss1() {
"consider the history after the latter:<br /><br />" +
"&nbsp;&nbsp;&nbsp;&nbsp;" +
"LCMS * LCGSS * LCLSS * LCDS1<br /><br />" +
- "The higher this value, the higher the likelihood that the last " +
+ "The higher this score, the higher the likelihood that the last " +
"signicifant change is or will become permanent, but since LCDS2 is " +
"omitted from the product, a high LCSS1 is more likely to be caused " +
"by an outlier than a high LCSS!";
@@ -114,30 +114,29 @@ function tooltipText_lcss1() {
function tooltipText_lcgss() {
return "Global separation score for the last significant change. " +
- "This score indicates how well the median observation <b>MC</b> " +
- "at the last significant change snapshot separates from the median " +
- "observations at <u>all preceding</u> snapshots in the time series, " +
- "using the median observation at the base snapshot as the maximum " +
- "separation reference. " +
- "(The base snapshot is either the one associated with the " +
- "most recent significant change before the last significant change, " +
- "or the first snapshot in the time series.)" +
+ "This score indicates how well the median observation " +
+ "at the last significant change snapshot are separated from the " +
+ "median observations at <u>all preceding</u> snapshots in the " +
+ "time series. The median observation at the base snapshot " +
+ "(i.e. the snapshot of the second to last significant change or " +
+ "the first snapshot in the time series) is used as the maximum " +
+ "separation reference." +
"<br />The score ranges from 0 (weak separation) to 1 " +
"(strong separation)." +
- "<br /><br />This score roughly measures how close <b>MC</b> is to " +
- "represent an \"all time high(low)\" up to this point in the history.";
+ "<br /><br />This score roughly measures how close the median " +
+ "observation at the last significant change is to represent an " +
+ "\"all time high(low)\" up to this point in the history.";
}
function tooltipText_lclss() {
return "Local separation score for the last significant change. " +
- "This score indicates how well the median observation at the " +
- "last significant change snapshot separates from the median " +
- "observations between itself and its base snapshot, " +
- "using the median observation at the base snapshot as " +
- "the maximum separation reference. " +
- "(The base snapshot is either the one associated with the " +
- "most recent significant change before the last significant change, " +
- "or the first snapshot in the time series.)" +
+ "This score indicates how well the median observations on each side " +
+ "of the last significant change snapshot are separated from each " +
+ "other. Snapshots before the base snapshot (i.e. the snapshot of " +
+ "the second to last significant change or the first snapshot in the " +
+ "time series) are not considered. " +
+ "The median observation at the base snapshot is used as the maximum " +
+ "separation reference. " +
"<br />The score ranges from 0 (weak separation) to 1 " +
"(strong separation).";
}
@@ -145,12 +144,15 @@ function tooltipText_lclss() {
function tooltipText_lcds1() {
return "Duration score 1 for the last significant change. " +
"This score indicates the distance (in terms of number of snapshots) " +
- "from the last significant change to the most recent significant " +
- "change before it (or to the beginning of the time series if only " +
- "one significant change exists)." +
+ "from the last significant change to the base snapshot (i.e. the " +
+ "snapshot of the second to last significant change or the first " +
+ "snapshot in the time series)." +
"<br />The score ranges from 0 (short duration) to 1 " +
"(long duration), and is scaled against the min/max duration " +
- "tolerances.";
+ "tolerances." +
+ "<br /><br />This score measures for how long the median " +
+ "observation stayed near the base value until the last significant " +
+ "change occurred.";
}
function tooltipText_lcds2() {
@@ -159,7 +161,10 @@ function tooltipText_lcds2() {
"from the last significant change to the end of the time series." +
"<br />The score ranges from 0 (short duration) to 1 " +
"(long duration), and is scaled against the min/max duration " +
- "tolerances.";
+ "tolerances." +
+ "<br /><br />This score measures for how long the median " +
+ "observation at the last change significant change has stayed " +
+ "essentially the same.";
}
function tooltipText_rse_plot() {