Class PsychometricNormalizer
java.lang.Object
org.episteme.social.psychology.PsychometricNormalizer
Utility class for normalizing and transforming psychometric test scores.
Supports standard coversions between Raw, Z, T, and IQ scores.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Details
-
toZScore
Converts a raw score to a Standard Score (Z-score). Z = (X - mean) / stdDev- Parameters:
rawScore- The raw observationmean- The population meanstdDev- The population standard deviation- Returns:
- The Z-score (number of standard deviations from mean)
-
toTScore
-
toIQScore
-