summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bmweb/global.js2
-rw-r--r--src/bmweb/help.html9
2 files changed, 6 insertions, 5 deletions
diff --git a/src/bmweb/global.js b/src/bmweb/global.js
index df059de..50c4546 100644
--- a/src/bmweb/global.js
+++ b/src/bmweb/global.js
@@ -149,7 +149,7 @@ function getDefaultServer()
var name;
var color;
if (reply.error) {
- alert("getDefaultServer() got error reply: " + reply.error);
+// alert("getDefaultServer() got error reply: " + reply.error);
name = "none";
color = "red";
} else {
diff --git a/src/bmweb/help.html b/src/bmweb/help.html
index 2acd153..a3799de 100644
--- a/src/bmweb/help.html
+++ b/src/bmweb/help.html
@@ -121,7 +121,8 @@ The application is based on the following concepts:
For a given value v<sub><i>i</i></sub> in a time series, the <i>difference
tolerance</i> is the maximum percentage by which another value
v<sub><i>j</i></sub> is allowed to differ from v<sub><i>i</i></sub> to be
- considered equal to v<sub><i>i</i></sub>.
+ considered equal to v<sub><i>i</i></sub>. Values that are equal/different
+ by this definition are said to be <i>significantly</i> equal/different.
</td>
</tr>
<tr>
@@ -129,7 +130,7 @@ The application is based on the following concepts:
<td>
For a given value v<sub><i>i</i></sub> in a time series, the <i>stability
tolerance</i> is the minimum number of consecutively preceeding values
- that must be equal to v<sub><i>i</i></sub> in order for
+ that must be significantly equal to v<sub><i>i</i></sub> in order for
v<sub><i>i</i></sub> to be considered <i>stable</i>.
</td>
</tr>
@@ -137,8 +138,8 @@ The application is based on the following concepts:
<td><b>Current Change</b></td>
<td>
The latest value v<sub><i>c</i></sub> (if any) before v<sub><i>n</i></sub>
- that differs from v<sub><i>n</i></sub>. The current change is presented as
- the following percentage:
+ that differs significantly from v<sub><i>n</i></sub>. The current change
+ is presented as the following percentage:
<br /><br />
&nbsp;&nbsp;&nbsp;&nbsp;
((v<sub><i>n</i></sub>&nbsp;-&nbsp;v<sub><i>c</i></sub>)&nbsp;/&nbsp;v<sub><i>n</i></sub>)