Competitive Bands Policy
The Competitive Bands Policy (POLICY_TYPE_COMPETITIVE_BANDS) defines thresholds for categorizing match competitiveness based on score spreads. This enables statistical analysis of match competitiveness and helps identify close vs. one-sided matches.
Policy Type: competitiveBands
When to Use:
- Analyzing match competitiveness patterns
- Generating competitive profile reports
- Identifying dominant vs. competitive performances
- Statistical analysis of tournament quality
- Evaluating player performance under pressure
Policy Structure
{
competitiveBands: {
policyName?: string; // Optional policy identifier
profileBands: {
DECISIVE: number; // Threshold for decisive matches (%)
ROUTINE: number; // Threshold for routine matches (%)
// Matches above ROUTINE threshold are considered COMPETITIVE
};
}
}
Score Spread Categories:
- DECISIVE: One-sided matches with score spreads ≤ DECISIVE threshold
- ROUTINE: Normal competitive matches with spreads ≤ ROUTINE threshold
- COMPETITIVE: Very close matches with spreads > ROUTINE threshold