Wave:Histogram

From BlueM
Revision as of 07:47, 6 February 2017 by Froehlich (talk | contribs) (translate to English)
Jump to navigation Jump to search

Wave.png Wave | Development

Description

Screenshot

The analysis function Histogram divides the entire range of values into a series of intervals (bins) and then counts how many values fall into each interval. The result diagram contains the following:

  • Probability (P(x) = frequency / total amount)
  • Probability of subceedance (PU(x) = cumulative frequency / total amount)
Remarks
You can only analyse multiple series at the same time if they use the same unit

TODO

  • Currently, a fixed number of bins (100) is used. The bins should be user-specified (Bug 397)