Skip to main content
Psychometric Technical Whitepaper

Psychometric Foundations & 2PL IRT Scoring Engine

A peer-reviewed psychometric overview of FreeIQExam's 2-Parameter Logistic (2PL) Item Response Theory model, Bayesian Expected A Posteriori (EAP) latent trait estimation, Cattell-Horn-Carroll construct validity, and empirical calibration roadmap.

EditionWhitepaper v2.4 (2026)
Construct FrameworkCHC Stratum II
Scoring Engine2PL IRT + Bayesian EAP
Standardized MetricMean = 100, SD = 15
Section 01

Executive Summary & Theoretical Foundations (CHC Framework)

Contemporary psychometric science grounds human cognitive assessment in the Cattell-Horn-Carroll (CHC) three-stratum theory of cognitive abilities. Under CHC theory, general cognitive ability (Stratum III g) is composed of distinct broad cognitive domains (Stratum II), each supported by specialized narrow operational abilities (Stratum I).

FreeIQExam isolates four core Stratum II broad domains that demonstrate the strongest empirical loadings on general intelligence while minimizing cultural and linguistic bias:

1. Fluid Reasoning (Gf)

The capacity to extract abstract rules, solve novel non-verbal problems, and apply logical operations in unfamiliar environments. Measured via inductive 3x3 matrix reasoning, topological XOR transformations, and figural series completions.

Master Bank: 27 Calibrated Items

2. Visual-Spatial Processing (Gv)

The ability to perceive, generate, store, retrieve, and mentally rotate visual patterns and 3D objects in mental space. Measured via rigid 3D cube rotations, 2D-to-3D flat folding net syntheses, and orthographic projections.

Master Bank: 25 Calibrated Items

3. Quantitative Reasoning (Gq)

The ability to comprehend quantitative properties, identify nested mathematical relationships, and solve relational numerical structures. Measured via interleaved inductive progressions and relational algebraic rate problems.

Master Bank: 24 Calibrated Items

4. Verbal Comprehension (Gc)

The breadth and depth of knowledge acquired within linguistic systems, abstract relational lexical analogies, semantic hierarchies, and formal Aristotelian categorical syllogistic logic.

Master Bank: 24 Calibrated Items

100-Item Master Development Bank Architecture

CHC Broad DomainMaster Bank ItemsFull Test AllocationDedicated Domain TestCalibrated Difficulty Range (b_i)
Fluid Reasoning (Gf)27 items6 items (25%)20 items-2.10 to +2.55
Visual-Spatial (Gv)25 items6 items (25%)20 items-1.90 to +2.40
Quantitative Reasoning (Gq)24 items6 items (25%)20 items-1.80 to +2.50
Verbal Comprehension (Gc)24 items6 items (25%)20 items-2.00 to +2.35
Section 02

Mathematical Formulation of the 2-Parameter Logistic (2PL) Model

Classical Test Theory (CTT) treats every test item identically, scoring ability as an unweighted sum of correct responses. This creates severe sample dependency: raw scores cannot differentiate whether an examinee succeeded on trivial or exceptionally arduous items. FreeIQExam overcomes this limitation by implementing the 2-Parameter Logistic (2PL) Item Response Theory model.

The Standard 2PL IRT Equation
P_i(θ) = 1 / [ 1 + exp( -1.702 × a_i × (θ - b_i) ) ]

Where:

  • θ (Theta): The latent cognitive trait of the examinee, distributed along the standard normal continuum N(0, 1).
  • a_i (Discrimination): The slope of the Item Characteristic Curve (ICC) at the inflection point, characterizing how sharply the item differentiates between examinees above versus below the threshold.
  • b_i (Difficulty): The latent ability level at which the probability of a correct response is exactly 50% (P_i(θ) = 0.50).
  • D = 1.702: The normal ogive scaling constant ensuring mathematical concordance between the logistic metric and the cumulative normal distribution function Φ(z).

Item Characteristic Curves (ICC) & Discrimination Dynamics

The diagram below visualizes the mathematical Item Characteristic Curves for three calibrated benchmark items: an Easy item (b = -1.5, a = 1.2), a Medium item (b = 0.0, a = 1.4), and a Hard item (b = +1.5, a = 1.7).

1.00.50.0-3.0-1.5-0.50.0+0.5+1.5+3.0Easy (b = -1.5, a = 1.2)Medium (b = 0.0, a = 1.4)Hard (b = +1.5, a = 1.7)
Section 03

Bayesian Expected A Posteriori (EAP) Estimation Engine

While Maximum Likelihood Estimation (MLE) is widely used in long academic exams, it suffers from a catastrophic mathematical failure mode on short assessments: when an examinee scores 0 out of 24 (or 24 out of 24), the likelihood function is strictly monotonic, causing MLE to diverge to negative or positive infinity.

FreeIQExam solves this by implementing Bayesian Expected A Posteriori (EAP) estimation with a standardized Gaussian informative prior g(θ) ~ N(0, 1). This guarantees finite, robust, and regularized ability estimates regardless of response vector extremeness.

Gauss-Hermite Numerical Quadrature (81 Nodes)
θ_hat_EAP = [ Σk=1..Q [ θ_k × L(θ_k | u) × W(θ_k) ] / Σk=1..Q [ L(θ_k | u) × W(θ_k) ]

The engine computes the integral across Q = 81 equidistant evaluation nodes spanning θ_k ∈ [-4.0, +4.0] with node step size Δθ = 0.10. For any vector of binary item responses u = (u_1, u_2, ..., u_n), the response pattern likelihood is:

L(θ_k | u) = ∏i=1..n [ P_i(θ_k)u_i × (1 - P_i(θ_k))1 - u_i ]

Where prior weighting W(θ_k) = (1 / √(2π)) × exp(-θ_k^2 / 2) × Δθ.

Conditional SEM & 95% Credible Interval

Unlike Classical Test Theory, which assumes an invariant standard error for all candidates, IRT models conditional measurement error across the trait continuum. The posterior variance is computed directly from the second moment of the posterior distribution:

Var(θ | u) = Σk=1..Q [ (θ_k - θ_hat_EAP)2 × L(θ_k | u) × W(θ_k) ] / Σk=1..Q [ L(θ_k | u) × W(θ_k) ]
SEM(θ) = √Var(θ | u)

The 95% Posterior Credible Interval reported on candidate score certificates is formally derived as:

Interval95% = [ IQ - 1.96 × 15 × SEM(θ),   IQ + 1.96 × 15 × SEM(θ) ]
Section 04

Scale Standardization vs. Population Norming

A fundamental scientific requirement under the Standards for Educational and Psychological Testing (AERA, APA, NCME, 2014) is absolute transparency regarding how raw ability metrics are translated into standardized scores.

Standardized Linear Transformation
Standardized Score = round( 100 + 15 × θ_hat_EAP )

Percentiles are calculated via the standard normal cumulative distribution function Φ(z):

Percentile = Φ( (Standardized Score - 100) / 15 ) × 100%

Scientific Clarification: Scale Metric vs. Clinical Population Norms

1. Scale Transformation: FreeIQExam projects latent trait theta (θ) onto the classical Wechsler/Stanford-Binet metric (Mean = 100, SD = 15). This provides a universally recognized reference scale for relative cognitive performance.

2. Empirical Population Norms: Establishing formal demographic population norms requires stratified sampling across thousands of clinical subjects segmented by age, geographic region, and educational attainment. FreeIQExam does not claim clinical diagnosis; our scores reflect mathematically rigorous 2PL IRT estimates anchored to verified open-science benchmarks.

Section 05

Sub-Domain Reporting Rationale

In the 24-item Full Assessment, examinees complete 6 items per cognitive domain (Fluid, Spatial, Quantitative, Verbal). A common pitfall in commercial online testing is reporting continuous IQ sub-scores for short sub-tests (e.g. claiming "Spatial IQ = 138" based on 6 items).

The Problem of Wide Conditional Standard Errors on Short Vectors

On a 6-item domain vector, the conditional standard error of measurement is wide (SEM ≈ 0.45 to 0.65 θ, equivalent to ±7 to ±10 IQ points). Producing continuous pseudo-precise sub-scores produces spurious precision that misleads candidates and violates psychometric reporting standards.

FreeIQExam adopts a conservative, scientifically defensible solution:

  • Domain Accuracy Ratios: We report raw performance (e.g., "5 / 6 Correct, 83%").
  • Qualitative Performance Tiers: Performance is mapped into descriptive bands:Strength Area (≥83%),High Average (67-82%),Average Range (50-66%), andDeveloping Area (<50%).
  • Dedicated 20-Item Tests: For candidates seeking continuous psychometric sub-scale precision, FreeIQExam provides four dedicated 20-item single-domain test batteries where measurement error is constrained to acceptable limits.
Section 06

Transparent Calibration & Open-Science Validation Roadmap

Open science requires candid disclosure of item provenance and a structured recalibration roadmap. FreeIQExam operates on a two-phase developmental validation pipeline:

Phase 0: Research-Anchored Development Seeds (Current)

Active

The difficulty parameters (b_i ∈ [-2.20, +2.60]) and discrimination parameters (a_i ∈ [0.95, 2.00]) embedded in the 100-item bank represent research-anchored seeds synthesized from peer-reviewed psychometric benchmarks in the International Cognitive Ability Resource (Condon & Revelle, 2014; Dworak et al., 2021) and Sandia National Laboratories matrix banks (Matzen et al., 2010).

Phase 1 Milestone (Target: N = 500 Completed Sessions)

Roadmap

Upon reaching 500 complete test administrations, Classical Test Theory (CTT) item difficulty indices (p-values) and corrected point-biserial discrimination coefficients (r_pb) will be computed. Distractor analysis will verify that incorrect alternatives draw proportionally from lower-ability respondents without ambiguity.

Phase 2 Milestone (Target: N = 1,000 Completed Sessions)

Roadmap

Full item recalibration via Marginal Maximum Likelihood (MML) estimation using the Expectation-Maximization (EM) algorithm implemented via the standard psychometric package mirt (Bock & Aitkin, 1981). Item fit will be formally audited using Orlando-Thissen S-χ^2 statistics.

Fairness & Differential Item Functioning (DIF) Screening

Continuous

To guard against cultural, linguistic, or subgroup bias, items undergo continuous Differential Item Functioning (DIF) screening via the Mantel-Haenszel procedure and logistic regression. Items displaying significant uniform or non-uniform DIF are retired or revised.

Section 07

Peer-Reviewed Citations & Dataverse DOIs

The scientific architecture of FreeIQExam is supported by the following peer-reviewed literature, open-access item resources, and psychometric standards:

Condon, D. M., & Revelle, W. (2014).

The International Cognitive Ability Resource: Development and initial validation of a public-domain measure.

Intelligence, 43, 52-64. DOI: 10.1016/j.intell.2014.01.004

Dworak, E. M., Revelle, W., & Condon, D. M. (2021).

International Cognitive Ability Resource (ICAR) Open Science validation.

Harvard Dataverse. DOI: 10.7910/DVN/PDI7Y1

Baker, F. B., & Kim, S. H. (2004).

Item Response Theory: Parameter Estimation Techniques (2nd ed.).

New York: Marcel Dekker. ISBN: 978-0824758257.

Bock, R. D., & Aitkin, M. (1981).

Marginal maximum likelihood estimation of item parameters: Application of an EM algorithm.

Psychometrika, 46(4), 443-459. DOI: 10.1007/BF02293801

Matzen, L. E., Benz, Z. O., Dixon, K. R., Posey, J., Kroger, J. K., & Speed, A. E. (2010).

Re-creating Raven's: Software for systematically generating matrix reasoning tests.

Behavior Research Methods, 42(2), 525-541. DOI: 10.3758/BRM.42.2.525

American Educational Research Association, APA, & NCME (2014).

Standards for Educational and Psychological Testing.

Washington, DC: American Educational Research Association. ISBN: 978-0935302356.

Psychometric Science FAQ

Frequently Asked Questions

Technical answers covering Item Response Theory calibration, Bayesian latent trait estimation, clinical differences, and neurodiversity.

What is the difference between 2PL Item Response Theory (IRT) and Classical Test Theory (CTT)?

In Classical Test Theory (CTT), test scoring relies on raw percentage totals (summing correct answers), treating every question as having equal difficulty and equal diagnostic weight. In contrast, 2-Parameter Logistic Item Response Theory (2PL IRT) mathematically models each item using two distinct parameters: difficulty (b) and discrimination (a). This ensures that answering a difficult, highly discriminating pattern puzzle correctly yields much stronger evidence of high latent ability (theta) than solving a basic introductory item.

Why does FreeIQExam use Bayesian EAP estimation rather than Maximum Likelihood Estimation (MLE)?

Maximum Likelihood Estimation (MLE) fails or yields infinite estimates when an examinee scores 0% (all incorrect) or 100% (perfect score). Bayesian Expected A Posteriori (EAP) estimation solves this by integrating over the latent trait posterior distribution using a standard normal prior (N(0, 1)). This produces stable, finite, unbiased theta estimates and rigorous standard error values across the entire distribution spectrum, from extreme lower bounds to the highest test ceilings.

How does a non-verbal matrix test compare to clinical batteries like the WAIS-IV?

Comprehensive clinical batteries like the WAIS-IV or SB5 evaluate Full Scale IQ (FSIQ) across multiple CHC broad domains, including Verbal Comprehension (Gc), Working Memory (Gwm), and Processing Speed (Gs). FreeIQExam isolates non-verbal Fluid Reasoning (Gf) and Visual-Spatial Processing (Gv) using progressive matrix reasoning, topological series, and mental folding puzzles. While culturally reduced and language-independent, it is an educational cognitive screening tool, not a diagnostic medical or neuropsychological evaluation.

How does ADHD or neurodivergence affect performance on this assessment?

Conditions like ADHD primarily impact executive functioning, sustained attentional control, and transient working memory rather than fundamental fluid reasoning (Gf). Because FreeIQExam is timed, examinees experiencing attentional lapses or impulsivity in selecting distractors may show downward score variance that reflects test execution rather than latent analytical ability. Untimed or low-distraction environments help ensure scores reflect genuine pattern induction.

Why is deviation IQ standardized with a mean of 100 and standard deviation of 15?

Modern psychometrics abandoned mental age ratios in favor of David Wechsler's deviation IQ metric. By transforming latent trait estimates (theta) using IQ = 100 + 15 * theta, scores correspond directly to Gaussian population percentiles. A score of 100 represents the exact population median (50th percentile), while scores of 115 (+1 SD), 130 (+2 SD), and 145 (+3 SD) denote the 84.1%, 97.7%, and 99.87% percentiles, respectively. For full score breakdowns, see our IQ Classification Scale and Percentile Calculator.

Experience 2PL IRT Scoring in Action

Take the complete 20-minute assessment to generate your personalized latent ability estimate (θ), standard deviation IQ score, and 95% posterior credible interval.