Commit 45bd8efa3174f17112f28f6a5477660a8e569a70
1 parent
410e5f28
Exists in
master
and in
97 other branches
adding stats notes
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
help/statisticsHOWTO
1 | 1 | <li>1. To calculate a statistics on <i>any type</i> of parameter <i>drag</i> it from the Parameters tree and <i>drop</i> onto the panel |
2 | 2 | <li>2. After dropping the parameter select function to apply (<i>click to select</i>!!! to open the menu) |
3 | 3 | <li>3. Statistics can be calculated on Time Interval or TimeTable/Catalog intervals |
4 | - | |
4 | +<br><b> | |
5 | +Notes:</b> | |
6 | +<li>1. countTrue function accpets only boolean parameters. It calculates the numbre of true occurences in boolean Parameter. | |
7 | +<li>2. Covrage represents the number points used in the calculation devided by the theorical number of points in the specified time interval. | |
5 | 8 | ... | ... |
js/app/views/StatisticsUI.js
... | ... | @@ -435,7 +435,7 @@ Ext.define('amdaUI.StatisticsUI', |
435 | 435 | title: 'Information', |
436 | 436 | collapsible: true, |
437 | 437 | collapseMode: 'header', |
438 | - height: 100, | |
438 | + height: 160, | |
439 | 439 | autoHide: false, |
440 | 440 | bodyStyle: 'padding:5px', |
441 | 441 | iconCls: 'icon-information', | ... | ... |