Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example of the doubleMassCurve plot is given here:

 

Config example:

Code Block
xml
xml
<statisticalFunction function="doubleMassCurve">
	<dateFormat>yyyy-MM-dd hh:mm</dateFormat>
</statisticalFunction>

 

...

Code Block
xml
xml
<statisticalFunction function="durationExceedence" ignoreMissings="true"/>
<statisticalFunction function="durationNonExceedence" ignoreMissings="true"/>

Elevation

 

The Elevation statistical function show parameter values against the elevation of the location on one particular time. The time for which the values are shown can be altered with a slider bar.

An example of the elevation plot is given here:

Image Added

Configuration example:

Code Block
xml
xml
<statisticalFunction function="elevation"/>

 

Frequency distribution

The frequency distribution function divides the distance between the min and max value of the timeseries by the number of samples to create a classification. It then evaluate each value in the timeseries and assigns it to a class. The result is a frequency distribution diagram listing the number of occurences per class. Number of classes (samples) can be selected in dropdown box.

...