Versions Compared

Key

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

...

Outliers: cases where the values are between 1.5 and 3 box-lengths from the 75th percentile or 25th percentile.
Farout values: cases where the values are more than 3 box-lengths from the 75th percentile or 25th percentile.

Config example:

Wiki Markup
{code}
<statisticalFunctions>
               <statisticalFunction function="boxPlot">
                              <timeStep id="daily"/>
                              <timeStep id="weekly"/>
                              <timeStep id="monthly"/>
                              <timeStep id="seasons"/>
               </statisticalFunction>
</statisticalFunctions>
{code}

Calendar aggregation

Aggregation by calendar day (00.00h-24.00h)

...