Skip to content

Commit

Permalink
Merge pull request #2534 from ControlSystemStudio/CSSTUDIO-1826
Browse files Browse the repository at this point in the history
CSSTUDIO-1826 Add description of the calculation of the statistical measures to the documentation
  • Loading branch information
georgweiss authored Feb 7, 2023
2 parents b683e72 + fc458b6 commit 44e3c31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/databrowser/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,18 @@ To see available options, run phoebus like this::

File names ending in *.m or *.mat generate Matlab files.
All other file name endings create tab-separated data files.



The Statistics-tab
------------------
Under the Statistics-tab, some basic statistical measures of the plotted data-points can be viewed.

It is important to note that the statistics are calculated only on the data values themselves *without taking into
account the timestamps of data-points*: in the calculation of the statistical measures, only the value of data-points
and the total number of data-points are taken into account, while neither the time interval under consideration (except
indirectly for determining the subset of data-points to calculate the statistical measures for), nor the timestamps of
individual data-points are part of the calculation.

For instance, in a plot based on both archived and live samples, the mean value will be skewed towards the live data
portion if live data is sampled at a higher frequency than archived data.

0 comments on commit 44e3c31

Please sign in to comment.