Wave:Histogram: Difference between revisions

From BlueM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
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 Zeitreihe in (z.Zt. 20) Klassen auf und zeigt in einem Diagramm:
The analysis function '''Histogram''' divides the entire range of values into a series of user-defined intervals (bins) and then counts how many values fall into each interval. The result diagram contains the following:
* Wahrscheinlichkeiten (= Häufigkeit / Gesamtanzahl)  
* Probability (<code>P(x) = frequency / total amount</code>)  
* Unterschreitungswahrscheinlichkeiten (= Summenhäufigkeit / Gesamtanzahl)
* Probability of subceedance (<code>PU(x) = cumulative frequency / total amount</code>)


==TODO==
;Remarks
* Klasseneinteilung durch Benutzer definierbar machen
:You can only analyse multiple series at the same time if they use the same unit


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

Latest revision as of 11:04, 5 June 2020

Wave.png Wave | Download | Development

Description

Screenshot

The analysis function Histogram divides the entire range of values into a series of user-defined 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