BlueM.Wave: Difference between revisions

From BlueM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
{{Wave_nav}}
{{Wave_nav}}
[[Bild:Wave_screenshot.png|thumb|Screenshot]]
[[Bild:Wave_screenshot.png|thumb|Screenshot]]
[[Bild:Monatsauswertung.png|thumb|Analysefunktion Monatsauswertung]]
[[Bild:Monatsauswertung.png|thumb|Analysis function months evaluation]]
[[Bild:Doppelsummenanalyse.png|thumb|Analysefunktion Doppelsummenanalyse]]
[[Bild:Doppelsummenanalyse.png|thumb|Analysis function double sum analysis]]
[[Bild:Wave_Statistik.png|thumb|Analysefunktion Statistik]]
[[Bild:Wave_Statistik.png|thumb|Statistical analysis function]]
==Description==
==Description==
Wave is a tool for reading, analyzing and flexible graphical representation of time series.
Wave is a tool for reading, analyzing and flexible graphical representation of time series.
Line 18: Line 18:
* '''Time-series type:''' manual input, or copy & paste from Excel
* '''Time-series type:''' manual input, or copy & paste from Excel
* '''Representation of time series''' in a [http://www.steema.com/products/teechart/overview.html TeeChart]-Diagramm with any number of axes, etc.
* '''Representation of time series''' in a [http://www.steema.com/products/teechart/overview.html TeeChart]-Diagramm with any number of axes, etc.
** When you import different axes will be distributed automatically based on their series units.  
** When you import time series, different axes will be distributed automatically based on their series units.  
* '''Save diagrams''' (TEN-File)
* '''Save diagrams''' (TEN-File)
* '''Drag&Drop''' files onto the form and "Open with ...", or double-click on file (if file extension is linked with Wave.exe)
* '''Drag&Drop''' files onto the form and "Open with ...", or double-click on file (if file extension is linked with Wave.exe)
Line 25: Line 25:
* '''Export time series:'''
* '''Export time series:'''
** [[ZRE-Format | ZRE]]
** [[ZRE-Format | ZRE]]
** <del>[[WEL-Format | WEL]]</del> (noch nicht - Bug 318)
** <del>[[WEL-Format | WEL]]</del> (not yet - Bug 318)
** CSV und XLS durch TeeChart zur Verfügung gestellt
** CSV and XLS made avaialable from the TeeChart
* '''Zeitreihen zuschneiden'''
* ''' Crop time series'''
* '''Zeitreihenanalyse:'''
* '''Time series analysis:'''
** [[Wave:Monatsauswertung|Monatsauswertung]]
** [[Wave:Monatsauswertung|Months evaluation]]
** [[Wave:Doppelsummenanalyse|Doppelsummenanalyse]]
** [[Wave:Doppelsummenanalyse|Double sum analysis]]
** [[Wave:GoodnessOfFit|GoodnessOfFit]] (Volumenfehler, Summe der Fehlerquadrate, Nash-Sutcliffe Effizienz, etc.)
** [[Wave:GoodnessOfFit|Goodness of Fit]] (volume error, sum of squares error, Nash-Sutcliffe efficiency, etc.)
** [[Wave:Statistik|Statistik]]
** [[Wave:Statistik|Statistics]]
** [[Wave:Gegenueberstellung|Gegenüberstellung]]
** [[Wave:Gegenueberstellung|Comparison of time series]]


==Hinweise==
==Notes==
===Importieren von Zeitreihen===
===Importing time series===
* WEL und ZRE Dateien müssen sich an das Format halten: siehe [[WEL-Format|WEL]], [[ZRE-Format|ZRE]].
* WEL and ZRE files have to maintain the format: see [[WEL-Format|WEL]], [[ZRE-Format|ZRE]].
* '''Spaltendefinition:''' Die erste Spalte muss immer die Datumswerte enthalten (x-Achse), ab der zweiten Spalte folgen dann Zahlenwerte für eine oder mehrere Zeitreihen
* '''Column definition:''' The first column must always contain the data values (x-axis), then from the second column follow the numerical values for one or more time series
* '''Zahlenformat:'''  
* '''Number format:'''  
** Dezimaltrennzeichen ist immer Punkt (Bug 351)
** Decimal point should be separated with a punctuation mark (Bug 351)
** "NaN", "Infinity" und "-Infinity" in Importdateien werden erkannt und übernommen.<br/>Unlesbare Werte werden beim Import zu NaN konvertiert.<br/>Für die Anzeige und die Analysefunktionen werden Stützstellen mit Werten von NaN oder Infinity entfernt.
** "NaN", "Infinity" and "-Infinity" are recognized and accepted from the import files.<br/> Unreadable values when importing are converted to NaN.<br/>For the display and analysis functions nodes with values of NaN or Infinity are removed.
* '''Datumsformat:'''
* '''Date format'''
:{| border="0" cellpadding="5" cellspacing="0"
:{| border="0" cellpadding="5" cellspacing="0"
| TXT, CSV, ASC und WEL || &rarr; || <code>DD.MM.YYYY HH:MM</code>
| TXT, CSV, ASC and WEL || &rarr; || <code>DD.MM.YYYY HH:MM</code>
|-
|-
| ZRE || &rarr; || <code>YYYYMMDD HH:MM</code>
| ZRE || &rarr; || <code>YYYYMMDD HH:MM</code>
|}
|}


==Entwicklung==
==Development==
* [[Wave:Code|Code-Dokumentation]]
* [[Wave:Code|Code-Documentation]]
* [http://130.83.196.154/svn/Wave/trunk/WAVE_RELEASE-NOTES.txt RELEASE-NOTES]
* [http://130.83.196.154/svn/Wave/trunk/WAVE_RELEASE-NOTES.txt RELEASE-NOTES]
* [http://130.83.196.154/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Wave&content= Bugzilla:Wave]
* [http://130.83.196.154/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Wave&content= Bugzilla:Wave]


[[Kategorie:Wave]]
[[Kategorie:Wave]]

Revision as of 02:03, 13 May 2009

Wave.png Wave | Development

Screenshot
Analysis function months evaluation
Analysis function double sum analysis
Statistical analysis function

Description

Wave is a tool for reading, analyzing and flexible graphical representation of time series.

Features

  • Import time series:
  • Time-series type: manual input, or copy & paste from Excel
  • Representation of time series in a TeeChart-Diagramm with any number of axes, etc.
    • When you import time series, different axes will be distributed automatically based on their series units.
  • Save diagrams (TEN-File)
  • Drag&Drop files onto the form and "Open with ...", or double-click on file (if file extension is linked with Wave.exe)
  • Time series overview,, can be viewed in detail and determined
  • Interface, where EVO.NET and BlueM.Win are used.
  • Export time series:
    • ZRE
    • WEL (not yet - Bug 318)
    • CSV and XLS made avaialable from the TeeChart
  • Crop time series
  • Time series analysis:

Notes

Importing time series

  • WEL and ZRE files have to maintain the format: see WEL, ZRE.
  • Column definition: The first column must always contain the data values (x-axis), then from the second column follow the numerical values for one or more time series
  • Number format:
    • Decimal point should be separated with a punctuation mark (Bug 351)
    • "NaN", "Infinity" and "-Infinity" are recognized and accepted from the import files.
      Unreadable values when importing are converted to NaN.
      For the display and analysis functions nodes with values of NaN or Infinity are removed.
  • Date format
TXT, CSV, ASC and WEL DD.MM.YYYY HH:MM
ZRE YYYYMMDD HH:MM

Development