/*** * Enumerator class for statistical test results. */ export enum StatisticalTestResultType { FAILED_TO_REJECT, REJECT }