Statistics Report

A statistics report allows you to compute statistics from data collected by a report-based monitor. You can compute the mean, sum, maximum, or minimum values of all or some of the data. You can also compute the variance and root mean square metrics for the data.

The statistics report value is determined by whatever data you have in your sample set at whatever iteration (or time step) you are on.

For details on setting up a statistics report and the results, see Obtaining Statistics from Data in Monitors.

Statistics Report Properties

Units
Set automatically based on the units used by the base report.
Statistic
Selects a type of computation:
  • Mean
  • Sum
  • Maximum
  • Minimum
  • Variance:
    Figure 1. EQUATION_DISPLAY
    s n 2 = 1 ( n 1 ) i = 1 n ( x i x ¯ ) 2
    (398)
  • Root Mean Square:
    Figure 2. EQUATION_DISPLAY
    x ¯ r m s = 1 n i = 1 n x i 2
    (399)
Sample collection policy
Specifies whether the report is computed from all samples or the last N samples, where N is specified in the Last N Samples child node. The default is All samples.
Monitor
Selects the monitor of the base report from which from to obtain data.

Child Node Properties

The statistics report node has child nodes that depend on certain property settings:

  • Depending on the selection made under Sample collection policy, a child node is named either All samples or Last N Samples.
    Sample count
    The number of data samples N collected for each cell within the monitor. For the Last N Samples node only.
    Sample start event
    The event at which to begin collecting data. See User-Defined Update Events.
    Include start event sample
    When On, includes the sample at a start event in the sample collection.
  • When the Maximum or Minimum type of computation is selected for Statistic, there is an additional child node by the same name.
    Co-temporal Monitors
    When you run the report, and the minimum or maximum value is found for its source monitor, the report output includes values for each of the co-temporal monitors at the point when the source monitor is at its minimum or maximum value.