This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Claude Index Normalization Function | |
* | |
* This module provides functions to normalize rating data, particularly useful for: | |
* - Teacher/evaluator ratings that suffer from central tendency bias | |
* - Ratings where evaluators use different parts of the scale | |
* - Compressed or shifted rating distributions | |
* | |
* The core function blends original ratings with normalized scores based on | |
* a configurable alpha parameter, with automatic adjustment for compression. |