Skip to main content
PrototypeIndependent Research Lab
Data Vintage: Blue Book 2025 / SUT 2023
AI
UK AI Economic Measurement Lab
National Accounts Thematic Research Prototype
METHODOLOGY SPECIFICATION

Methodology Cards & Mathematical Specifications

5 Versioned Method Engines

In accordance with the project’s statistical transparency rules, every calculation and decomposition model is documented below with its exact mathematical formula, parameter definitions, core accounting assumptions, limitations, and validation status.

METH-PROP-01Proportional Allocation

Proportional Disaggregation of Broad SUT Totals

Version: prop-v1.2.0
Mathematical Specification:\text{AI}_{g, t} = \text{BroadValue}_{g, t} \times s_{g, t}, \quad \text{NonAI}_{g, t} = \text{BroadValue}_{g, t} \times (1 - s_{g, t})

Applies an evidence-based or scenario-tested AI share ($s_g \in [0, 1]$) to a published broad CPA product total to separate AI output from non-AI baseline output.

Parameter Definitions

ParameterSymbolDescriptionDocumented Default
Broad ValueBroadValuePublished ONS Supply & Use total for product group g in year t (£m)Published SUT
Base AI Shares_baseCentral baseline AI share assumption based on survey / industry benchmarking16.5% (CPA J62)
Low Bound Shares_lowConservative lower bound AI share parameter9.0% (CPA J62)
High Bound Shares_highUpper sensitivity bound AI share parameter28.0% (CPA J62)
Core Methodological Assumptions:
  • The AI share is applied uniformly across the product transaction categories unless separate matrices exist.
  • Mathematical identity: AI Component + Non-AI Component strictly equals Published Broad Total.
Known Limitations & Caveats:
  • Sensitivity to choice of share parameter requires interval testing rather than point precision.
  • A business count proportion is not automatically equivalent to a turnover/output proportion.
Reconciled against ONS Table 1-3 benchmarks & verified in automated unit test suite.Execute in Disaggregation Lab
METH-MOD-01Model-based Estimation

Firm-Level Modelled Disaggregation with Revenue Attribution

Version: mod-v1.2.0
Mathematical Specification:\text{Expected AI}_{i} = \text{Turnover}_{i} \times p_{\text{AI}, i} \times r_{\text{AI}, i}, \quad \text{AI}_{g} = \sum_{i \in g} \text{Expected AI}_{i}

Decomposes enterprise revenue by explicitly separating the probability that a firm is AI-active ($p_{AI}$) from the proportion of its revenue attributable to AI ($r_{AI}$).

Parameter Definitions

ParameterSymbolDescriptionDocumented Default
Firm AI Probabilityp_AIEstimated probability of AI activity from text classification / filing features0.45
Revenue Attribution Ratior_AIEstimated share of firm revenue derived from AI products/services0.35
Core Methodological Assumptions:
  • Firm AI probability and revenue attribution are distinct parameters; being 100% likely an AI company does not mean 100% of revenue is AI.
  • Diversified tech conglomerates have lower $r_{AI}$ than dedicated boutique AI labs.
Known Limitations & Caveats:
  • Requires financial microdata or representative domain sampling to calibrate $r_{AI}$.
  • Small firms may have higher volatility in revenue attribution over time.
Empirically tested in Disaggregation Lab v1.2 with parameter range controls.Execute in Disaggregation Lab
METH-HYB-01Hybrid Allocation

Hierarchical Tiered Hybrid Disaggregation

Version: hyb-v1.1.0
Mathematical Specification:\text{AI}_{g} = V_{\text{direct}} + (\text{Residual}_1 \times s_{\text{prop}}) + (\text{Residual}_2 \times w_{\text{model}})

Prioritizes direct observed monetary accounting values (Tier 1), allocates verified proportional shares for well-defined segments (Tier 2), and applies modelled estimation only to residual gaps (Tier 3).

Parameter Definitions

ParameterSymbolDescriptionDocumented Default
Direct Observed TierV_directAudited AI revenue/output from dedicated AI producers£4.5bn
Proportional Tier Shares_propSurvey-calibrated share on remaining residual volume12.0%
Modelled Residual Weightw_modelStatistical gap-filling weight for unmeasured segments6.0%
Core Methodological Assumptions:
  • Direct observed values are subtracted from the broad denominator before secondary shares are applied to avoid double counting.
  • Higher tiers carry higher evidentiary quality weights.
Known Limitations & Caveats:
  • Requires maintaining tier boundaries and explicit evidence hierarchy logs.
Validated in packages/methods/disaggregation.ts with sum-of-parts tests.Execute in Disaggregation Lab
METH-CLF-01Machine Learning & NLP

Multi-Label Business Text Classification & TF-IDF Logistic Engine

Version: clf-v1.4.0
Mathematical Specification:P(\text{AI} \mid x) = \sigma\left(\sum_{j=1}^{K} w_j \cdot x_j + b\right) = \frac{1}{1 + e^{-(\mathbf{w}^T \mathbf{x} + b)}}

Supervised classification of business activity text into 13 ONS Table 3 multi-label categories and binary AI relevance, with calibrated explainability feature weights.

Parameter Definitions

ParameterSymbolDescriptionDocumented Default
Vocabulary Weightsw_jCalibrated logistic regression coefficient for term jTrained on UK Corpus
Classification ThresholdThresholdDecision boundary for binary AI relevance flag0.50
Core Methodological Assumptions:
  • Business descriptions contain domain-specific vocabulary indicative of AI engineering versus non-technical adoption.
  • Human review status overrides algorithmic prediction for official register curation.
Known Limitations & Caveats:
  • Susceptible to vocabulary drift as AI marketing buzzwords proliferate in non-technical sectors.
Evaluated against 60-company UK benchmark with full confusion matrix (Precision: 88.2%, Recall: 93.8%).Execute in Disaggregation Lab
METH-SNA-01Deterministic Accounting Rules

System of National Accounts (SNA 2008 / ESA 2010) Asset Boundary Evaluation

Version: sna-v1.0.0
Mathematical Specification:\text{GFCF}_{\text{own-account}} = \text{Labour Costs} + \text{Intermediate Inputs} + \text{Capital Services}

Deterministic rule evaluation determining whether AI expenditure represents Gross Fixed Capital Formation (intangible IP asset AN.1173/AN.1171) or Intermediate Consumption (P.2).

Parameter Definitions

ParameterSymbolDescriptionDocumented Default
Service LifeTExpected economic utility in production (> 1 year required for GFCF)> 1 year
Economic OwnershipOwnerParty entitled to benefits and accepting operating risksUK Resident
Core Methodological Assumptions:
  • Own-account software developed for internal use is valued at sum of production costs (SNA §10.137).
  • Cloud compute API fees without intellectual property asset transfer represent intermediate consumption.
Known Limitations & Caveats:
  • Requires inspection of corporate contracts and economic ownership terms.
Tested across 6 pre-loaded UK corporate case study scenarios.Execute in Disaggregation Lab