Class WtarScoreConverter

java.lang.Object
org.conical.common.bbl.util.WtarScoreConverter

public class WtarScoreConverter extends Object
Handles conversion of WTAR raw scores into standard scores and then FS IQ scores.
Author:
rdoherty
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getFsIq(int standardScore)
    Converts a standard WTAR score to an FS IQ.
    static int
    getFsIq(int rawScore, int age)
    Given the subject's age, converts a raw WTAR score to an FS IQ.
    static int
    getReferenceGroup(int rawScore)
    Returns the WTAR reference group for the passed raw score
    static int
    getStandardScore(int rawScore, int age)
    Given the subject's age, converts a raw WTAR score to a standard score

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WtarScoreConverter

      public WtarScoreConverter()
  • Method Details

    • getStandardScore

      public static int getStandardScore(int rawScore, int age)
      Given the subject's age, converts a raw WTAR score to a standard score
      Parameters:
      rawScore - raw score
      age - age of subject
      Returns:
      standard score
    • getReferenceGroup

      public static int getReferenceGroup(int rawScore)
      Returns the WTAR reference group for the passed raw score
      Parameters:
      rawScore - raw score
      Returns:
      reference group
    • getFsIq

      public static int getFsIq(int rawScore, int age)
      Given the subject's age, converts a raw WTAR score to an FS IQ. This is equivalent to getFsIq(getStandardScore(rawScore, age)).
      Parameters:
      rawScore - raw score
      age - age of subject
      Returns:
      FS IQ
    • getFsIq

      public static int getFsIq(int standardScore)
      Converts a standard WTAR score to an FS IQ.
      Parameters:
      standardScore - standard score
      Returns:
      FS IQ