Versions Compared

Key

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

...

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. Also the class boundaries can be chosen in a popup window.

Image Added

 

Popup window for selecting class boundaries.

Image Added

 Image Removed

Code Block
<statisticalFunction function="frequencyDistribution">
   <samples amount="5"/>
   <samples amount="10"/>
   <samples amount="20"/>
 </statisticalFunction>

...