LEBOK Wiki
Prototype — not authoritative. A learning-engineering product under development, cloned from the lebok.wiki of record. Much content is AI-drafted and pending expert review.About & pedagogy →
🤖

AI-synthesized — requires expert review

This page was synthesized on 2026-04-17 by an AI model from grounded lecommons corpus items. Every factual claim includes an inline <cite> citation to a specific source. The AI wrote the prose; it did not invent facts. Use the Edit button to validate, correct, or expand.

Sources: LE-LS-AP-003, LE-LS-AP-005, LE-LS-AP-011, LE-LS-AP-014, LE-LS-PP-005, LE-LS-PP-008, LE-LS-CO-003, LE-LS-CO-004, LE-LS-CO-006, LE-LS-CE-002, LE-LS-CE-003, LE-LS-GL-003, LE-LS-GL-004, LE-LS-GL-007, LE-LS-JO-002, LE-LS-JO-004

8.1.2 Disambiguation of Terms Used in Other Domains (e.g. Statistics, Psychometrics)

Learning engineering teams are typically interdisciplinary: they may include instructional designers, cognitive scientists, software engineers, data scientists, and institutional researchers. Each of these roles brings terminology from its home discipline that overlaps with — but does not precisely match — the vocabulary used in learning analytics. This page clarifies the most important boundary cases to prevent misunderstanding in team communication.

Learning Analytics vs. Educational Data Mining

These two terms are often used interchangeably in popular writing but carry distinct emphases in their respective scholarly communities.

Educational Data Mining (EDM) is oriented toward discovery — applying algorithmic techniques to find new patterns in educational datasets. Its methods include Bayesian networks, clustering, sequence mining, text mining, and automated feature engineering. The International Educational Data Mining Society organizes the annual EDM Conference and the Journal of Educational Data Mining, which publish work evaluated primarily on algorithmic rigor and novelty of findings. [LE-LS-CO-006] [LE-LS-JO-002] Baker and Yacef's 2009 codification of EDM explicitly distinguished the field's discovery orientation from LA's application orientation. [LE-LS-AP-005]

Learning Analytics (LA) is oriented toward application — using data to support decisions in real educational contexts. The Society for Learning Analytics Research (SoLAR) organizes the LAK Conference and the Journal of Learning Analytics, with stronger emphasis on sociotechnical deployment, ethical considerations, equity, and practitioner use. [LE-LS-CO-003] [LE-LS-CE-002] [LE-LS-JO-004]

In practice, LE teams use both orientations. An EDM-style clustering analysis of error patterns is valuable precisely because it informs an LA goal: redesigning a problematic instructional sequence. [LE-LS-GL-003]

Learning Analytics vs. Psychometrics

Psychometrics is the science of psychological measurement. Its core concerns are validity (does the measurement actually measure what it claims to measure?) and reliability (does it measure consistently?). Psychometricians develop and validate tests, design item formats, apply item response theory (IRT) to calibrate item difficulty and discrimination, and evaluate the structural validity of scales. The field's primary stakeholders are testing agencies, credentialing bodies, and researchers who need defensible measures of latent constructs (ability, personality, achievement).

Learning analytics shares psychometrics' interest in measurement quality but operates under different constraints and pursues different goals. LA typically works with process data (response sequences, timestamps, interaction logs) rather than carefully designed test items. LA models — such as Bayesian Knowledge Tracing — make probabilistic inferences about learner knowledge states from behavioral signals without the formal test development pipeline that psychometrics requires. [LE-LS-AP-011] The BKT model, developed by Corbett and Anderson, was explicitly designed for real-time adaptive tutoring rather than post-hoc assessment and does not require the item calibration steps that IRT demands. [LE-LS-AP-014]

Where psychometrics asks "is this a valid and reliable measure of reading comprehension?", LA asks "given this student's last ten responses, what is the probability they have acquired this skill, and should the system present the next problem or provide remediation?" The time horizon and decision context are fundamentally different.

LA practitioners should be aware of psychometric concepts — especially when designing summative assessments embedded in digital learning systems — because poor measurement quality upstream degrades the validity of all downstream analytics. The "High-Leverage Opportunities" report identified complex-skills measurement as a strategic gap where psychometric expertise is critically needed within LE teams. [LE-LS-GL-003]

Learning Analytics vs. Statistics

Statistics provides the mathematical foundations for most LA methods: probability theory, hypothesis testing, regression, Bayesian inference, and experimental design. Statistics is domain-agnostic; a statistician applies the same techniques to medical trials, economic forecasting, and educational data.

Learning analytics applies statistical methods within a specific domain context that shapes which methods are appropriate and how results are interpreted. Key distinctions:

  • LA data is typically observational and longitudinal rather than from controlled experiments. Standard inferential statistics assumes independence of observations; educational data violates this assumption at multiple levels (repeated measures within students, students nested within classrooms). Multi-level modeling is standard in LA research but less familiar to general data scientists. [LE-LS-AP-005]
  • LA data is typically high-dimensional and sparse. A student model might track dozens of knowledge components from a few dozen practice attempts. Bayesian methods handle this well; classical frequentist methods often do not. [LE-LS-AP-011]
  • LA interprets results in terms of learning theory and instructional context. A statistically significant effect of 0.1 standard deviations might be educationally meaningful if it affects all students over a full academic year; the same effect on a single activity is not. [LE-LS-AP-012]

Design-based research, as codified by Ann Brown, provides an important bridge: it situates statistical analysis within iterative design cycles, asking not just "did it work?" but "for whom, under what conditions, and how can it be improved?" [LE-LS-AP-003]

Learning Analytics vs. Business Intelligence

Business intelligence (BI) refers to the use of data analytics to support organizational decision-making in commercial contexts. BI tools (dashboards, reporting systems, data warehouses) are increasingly adopted in educational institutions for enrollment management, retention monitoring, and financial forecasting.

Learning analytics overlaps with BI in its use of dashboards and aggregate reporting but is distinct in its focus on the learning process itself — not just organizational outcomes. A BI system might report course completion rates; an LA system asks why completion rates differ, what behavioral patterns precede dropout, and how instructional interventions can address those patterns. [LE-LS-PP-008]

The ethical stakes also differ. BI in commercial contexts raises privacy concerns primarily around consumer data. LA in educational contexts raises additional concerns around the vulnerability of the population (students, often minors), the power asymmetry between institutions and learners, and the civil-rights implications of algorithmic decisions affecting academic trajectories. The U.S. Department of Education's 2023 AI report addressed these concerns with explicit civil-rights framing and documented algorithmic bias in e-proctoring — a particularly visible example of BI-style commercial tools deployed in educational contexts without adequate LA scrutiny. [LE-LS-GL-004]

Summary Table

| Domain | Primary Goal | Primary Stakeholder | Key Methods | Time Horizon | |--------|-------------|--------------------|-----------|----| | Learning Analytics | Improve learning | Learners, instructors, LEs | BKT, clustering, dashboards | Real-time to semester | | EDM | Discover patterns | Researchers | ML, mining, NLP | Research cycle | | Psychometrics | Valid measurement | Testing agencies | IRT, factor analysis | Assessment design | | Statistics | Inference from data | Researchers | Hypothesis testing, regression | Study-dependent | | Business Intelligence | Org. decision support | Administrators | Reporting, warehousing | Institutional |

Practitioners fluent in more than one of these domains — particularly the combination of LA and psychometrics — are especially valuable on LE teams, as the field increasingly demands both rigorous measurement and real-time adaptive inference. [LE-LS-GL-007]