Displays statistics for the displayed array elements. If the Variable Window contains a slice expression or a filter, only these values are used when TotalView creates the statistical information.
Displays the lower and upper adjacents. The lower adjacent provides an estimate of the lower limit of the array. Values below this limit are called
outliers. The lower adjacent value is the first quartile value less 1.5 times the difference between the first and third quartiles.
The upper adjacent value provides an estimate of the upper limit of the array. Values above this limit are called outliers. The upper adjacent value is the third quartile value plus 1.5 times the difference between the first and third quartiles.
The number of elements that participated in the statistical calculations. For floating-point arrays, this does not include any NaN or infinity (INF) values.
A count of the number of denormalized values found in a floating-point array. This includes both negative and positive denormalized values as defined in the IEEE floating-point standard. These elements do participate in the statistical calculations.
A count of the number of infinity (INF) values found in a floating-point array. This includes both negative and positive infinity as defined in the IEEE floating-point standard. These elements do not participate in statistical calculations.
A count of the number of NaN values found in a floating-point array. This includes both signaling and quiet NaNs as defined in the IEEE floating-point standard. These elements do not participate in statistical calculations.
Displays either the first or third quartile. The first quartile is the 25th percentile value in the array. That is, 25 percent of the array values are smaller than this value and 75 percent are greater.
The third quartile is the 75th percentile value in the array. This means that 75 percent of the array values are less than this value and 25 percent are greater.