The Valid_State_Statistics procedure returns true iff the Statistics is in a valid state - that is, iff the Statistics passes all of the valid state tests.
Calling syntax:
Logical = Valid_State(Statistics) |
Input variables:
Statistics | The Statistics to be checked. |
Output variable:
Valid_State | True iff the Statistics is in a valid state. |
Internal variables:
Global_Mean_Range | Global range of the mean. | ||
Global_Range | Global range of the distribution. | ||
PE_Mean_Range | Range of the mean on this PE. | ||
PE_Range | Range of the distribution on this PE. |
The Valid_State_Statistics code listing contains additional documentation.
Michael L. Hall