Skip to main content
v2026.11,772 entries · CC-BY 4.0

Test Information Functions and Measurement Precision

Item information functions sum into a test information function that shows measurement precision at every trait level, not just one sample-average reliability number. This guide covers the IRT formulas, the SE(theta) = 1/sqrt(I(theta)) relationship, how to read a TIF curve, and how to use one to target a short form or evaluate an instrument at the range that matters.

Written and maintained by CASRAI Editorial Board

Last updated

A test information function (TIF) shows how precisely an instrument measures a trait at every point along the trait continuum, rather than collapsing precision into one number the way a reliability coefficient does. A scale can have a respectable overall Cronbach’s alpha and still be nearly useless at the one trait level that actually matters for a given decision — a licensure cut score, a clinical screening threshold, a low-prevalence end of a construct. Item response theory (IRT) makes this visible because, unlike classical test theory, it estimates precision as a function of the underlying trait (theta) rather than as a single sample-level average. This guide covers how item information becomes test information, how that relates to the standard error of measurement, how to read a TIF curve, and how to use one to target a short form or evaluate an existing instrument at the range you actually care about.

From Item Information to Test Information

Every item in an IRT-calibrated scale has its own item information function, Ii(θ) — how much statistical information that specific item contributes at each point on the trait scale. The exact formula depends on the model:

  • 1PL / Rasch model: I(θ) = p(θ)q(θ), where p is the probability of a correct or endorsing response at trait level θ and q = 1 − p. Information peaks exactly at the item’s difficulty location and falls off symmetrically on either side.
  • 2PL model: I(θ) = a² · p(θ)q(θ). The discrimination parameter a amplifies information at the peak — a highly discriminating item is sharply informative near its difficulty but contributes almost nothing far from it, while a low-discrimination item is flatter and less peaked.
  • 3PL model: I(θ) = a²(p(θ)−c)²/(1−c)² · q(θ)/p(θ), where c is the pseudo-guessing lower asymptote. Guessing suppresses maximum information and shifts it slightly above the nominal difficulty, because low-trait respondents can still answer correctly by chance.

Because IRT assumes local independence — responses to different items are independent once trait level is held constant — item information functions are simply additive. The test information function, I(θ), is the sum of every item’s information function at each value of θ: I(θ) = Σ Ii(θ). A 20-item scale’s TIF is nothing more exotic than stacking all 20 item curves on top of each other.

Information and the Standard Error of Measurement

Test information connects directly to precision through one relationship: SE(θ) = 1 / √I(θ). Where information is high, the standard error of measurement is low, and vice versa. This is the reason a TIF is more useful than a single reliability coefficient for evaluating or designing an instrument: Cronbach’s alpha and similar classical test theory statistics report one reliability value for a sample, implicitly averaged across whatever trait levels happened to be present in that sample. A TIF instead reports precision as a function of θ, so two scales with an identical alpha can have completely different shapes — one uniformly precise across the range, one sharply peaked in the middle and nearly uninformative at both extremes. See reliability in research measurement for how the classical, sample-bound reliability coefficient is defined and where it still applies.

Reading a TIF Curve

A test information function is normally plotted with θ on the x-axis and information (or, inverted, standard error) on the y-axis. Three shapes come up repeatedly in practice:

  • Peaked and narrow — most items cluster around a similar difficulty, producing high precision in a narrow trait band and poor precision everywhere else. Appropriate for a pass/fail decision at one cut score; a poor choice for a general-purpose measure meant to rank-order a whole population.
  • Broad and flat — items span a wide difficulty range, sacrificing peak precision for even coverage. Suits an instrument used to compare people across the full range of the trait.
  • Bimodal or gapped — information dips in the middle of the range because the item bank is missing items at moderate difficulty. This is usually a targeting failure worth fixing at the item-writing stage, not a property to accept.

The shape of the curve is a direct, inspectable diagnostic for whether an instrument’s item bank actually covers the difficulty range its intended use requires — something a single alpha coefficient cannot show at all.

Practical Uses

Targeting a short form. When shortening a long scale, selecting items purely by highest individual discrimination or highest item-total correlation can inadvertently concentrate all remaining information in one narrow trait band. Selecting instead by where the retained items’ summed information sits relative to the trait range the short form needs to serve — the full range for a general screening tool, a narrow band around a single cut score for a pass/fail decision — keeps the short form precise where it is actually going to be used.

Comparing candidate forms or instruments. Two scales measuring the same construct can be compared directly by overlaying their TIF curves rather than by comparing single reliability figures; the form with more information where the intended population actually sits is the better choice for that use case, even if its overall alpha is nominally lower.

Setting precision requirements around a cut score. For any instrument used to sort people into pass/fail, high-risk/low-risk, or similar binary categories, the SE(θ) at the cut score itself — not the average SE across the whole scale — is what determines how many borderline cases get misclassified. Item selection and form assembly should be evaluated against information at that specific point, not the curve’s average height.

Item selection in computerized adaptive testing. CAT systems select each respondent’s next item as the one that maximizes information at the current provisional theta estimate, which is the same test-information logic applied one item at a time rather than to a fixed form. See item response theory for research scales for how CAT’s item-selection and stopping rules work in full.

Common Pitfalls

  • Optimizing for shorter without checking where information landed. A shortened form can lose most of its precision at exactly the trait range that mattered, even while looking acceptable on an aggregate reliability statistic.
  • Trusting a single reliability number as a stand-in for a TIF. A published alpha or omega value describes a sample-average, not the trait-conditional precision a specific application (e.g. a cut-score decision) actually needs.
  • Ignoring sample composition when interpreting information. Item information functions are model parameters and approximately sample-independent, but whether a given TIF shape matters for a study depends entirely on where the study’s own respondents fall on the trait — a beautifully broad TIF is irrelevant if the sample is concentrated at one end.

Worked Example (Illustrative, Simulated Data)

The numbers below are a deliberately simplified, fully reproducible simulation — not data from a real study — used only to show the arithmetic of summing item information into a test information function.

Take a 3-item 2PL scale with items at difficulty b = −1, 0, and +1, all with discrimination a = 1.2. At θ = 0 (the trait mean), each item’s p(θ) is computed from the 2PL logistic model, p(θ) = 1 / (1 + e−a(θ−b)):

  • Item 1 (b = −1): p(0) ≈ 0.769, so I1(0) = 1.2² × 0.769 × 0.231 ≈ 0.256
  • Item 2 (b = 0): p(0) = 0.500, so I2(0) = 1.2² × 0.500 × 0.500 ≈ 0.360
  • Item 3 (b = +1): p(0) ≈ 0.231, so I3(0) = 1.2² × 0.231 × 0.769 ≈ 0.256

Test information at θ = 0: I(0) = 0.256 + 0.360 + 0.256 ≈ 0.872. Standard error at that point: SE(0) = 1/√0.872 ≈ 1.071 logits. Note the middle item (difficulty matched exactly to θ = 0) contributes the most information, and the two flanking items contribute identically by symmetry — exactly the peaked-around-difficulty behavior the item information formula predicts. Repeating this arithmetic across a grid of θ values and plotting the running sum is how a real TIF curve is produced from IRT software output (e.g. R’s mirt or ltm packages, or Winsteps for Rasch models).

Frequently Asked Questions

Is a test information function the same thing as reliability?

Related but not the same. Classical reliability coefficients (Cronbach’s alpha, omega) report a single sample-average value. A TIF reports precision as a function of trait level, and can be converted to a trait-conditional reliability-like statistic, but the two are not interchangeable summaries — a scale can have acceptable alpha and a badly gapped TIF at the same time.

Can a test information function be computed for a Rasch (1PL) model?

Yes. The 1PL information formula, I(θ) = p(θ)q(θ), is the simplest case of the general IRT information formula, with discrimination effectively fixed at 1 for every item and no guessing parameter. See the Rasch model for the model’s other defining properties.

How does a test information function relate to differential item functioning?

They are separate diagnostics that both operate on the same underlying IRT parameters. A TIF describes how much precision a set of items provides in aggregate at each trait level; differential item functioning asks whether an individual item’s parameters differ across groups at the same trait level. An item can be flagged for DIF and still contribute normally to the overall test information function for the group whose parameters are used.

Do I need item response theory to think about measurement precision at all, or only classical test theory?

Classical test theory can estimate an overall standard error of measurement, but only IRT’s information function shows how that precision changes across the trait range. If a scale’s use case cares about precision at one specific point — a diagnostic threshold, a licensure cut score — that distinction is the entire reason to use IRT rather than classical test theory for the evaluation.

For the broader IRT framework this guide builds on, see item response theory for research scales and psychometrics: how researchers measure things you can’t observe. For instrument selection more generally, see choosing and validating a patient-reported outcome measure and convergent and discriminant validity. More from the Research Methods & Statistics hub.

Follow CASRAI

Research-administration guidance, standards updates and independent tool reviews.

Ask CASRAI · included with Regulatory Radar

Ask about Test Information Functions and Measurement Precision

Ask CASRAI answers research-administration questions and cites the passages behind every claim — and says so when the corpus does not cover something, instead of guessing. It comes with a Regulatory Radar subscription at $29 a month, alongside the daily digest of regulatory changes and the dashboard of what changed.

150 questions a day, on this site, over the API, or inside your own tools through the CASRAI MCP server.

Everything CASRAI publishes — this page, the dictionary, the guides and the news — stays free to read, with no account and no card.

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →

Regulatory Radar

Stop finding out after the fact

$29/month, cancel anytime. Daily digest updates from our analysis, a dashboard holding the same items, and a cited assistant for everything they raise.

  • Federal Register, Federal Register+, Grants.gov, Regulations.gov, NSF News, UKRI, plus CASRAI’s own published content.
  • 72,264 indexed passages, and every answer cites the ones it drew on.