Wave:Histogram: Difference between revisions

From BlueM
Jump to navigation Jump to search
m (Froehlich moved page Wave:Statistik to Wave:Histogram)
(translate to English)
Line 1: Line 1:
{{Wave_nav}}
{{Wave_nav}}


==Beschreibung==
==Description==
[[Bild:Wave Statistik.png|thumb|300px|Screenshot]]
[[Bild:Wave Statistik.png|thumb|300px|Screenshot]]
Die Analysefunktion '''Statistik''' teilt den Wertebereich einer oder mehrerer Zeitreihen in (z.Zt. 100) Klassen auf und zeigt in einem Diagramm:
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:
* Wahrscheinlichkeiten (<code>P(x) = Häufigkeit / Gesamtanzahl</code>)  
* Probability (<code>P(x) = frequency / total amount</code>)  
* Unterschreitungswahrscheinlichkeiten (<code>PU(x) = Summenhäufigkeit / Gesamtanzahl</code>)
* Probability of subceedance (<code>PU(x) = cumulative frequency / total amount</code>)


;Hinweise
;Remarks
:Es können nur Zeitreihen der gleichen Einheit gleichzeitig analysiert werden
:You can only analyse multiple series at the same time if they use the same unit


==TODO==
==TODO==
* Klasseneinteilung durch Benutzer definierbar machen (Bug 397)
* Currently, a fixed number of bins (100) is used. The bins should be user-specified (Bug 397)


[[Kategorie:BlueM.Wave|S]]
[[Category:BlueM.Wave|H]]

Revision as of 07:47, 6 February 2017

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)