uncertainty-quantification

uncertainty-quantification is a skill for Claude Code, Codex from LuuOW/meridian-mcp. It costs 97 tokens per session (1,723 once invoked), scanned A, original, MIT.

A guide for describing and handling uncertainty in statistics, research papers, language-model answers, and predictions.

In plain words
What is it for?
It is for interpreting measures such as standard deviation, p-values, Bayes factors, confidence intervals, and credible intervals, and for combining or expressing uncertain results.
Why use it?
It helps prevent confident statements when the evidence is incomplete, ambiguous, or based on estimates.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for interpreting measures such as standard deviation, p-values, Bayes factors, confidence intervals, and credible intervals, and for combining or expressing uncertain results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luuow/meridian-mcp/uncertainty-quantification
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LuuOW/meridian-mcp --skill uncertainty-quantification
Clone the repo
git clone --depth 1 https://github.com/LuuOW/meridian-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for uncertainty-quantification

README.md
[![agentmods](https://agentmods.dev/badge/skills/luuow/meridian-mcp/uncertainty-quantification/github.svg)](https://agentmods.dev/skills/luuow/meridian-mcp/uncertainty-quantification)
Your own site
<a href="https://agentmods.dev/skills/luuow/meridian-mcp/uncertainty-quantification"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/uncertainty-quantification/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for uncertainty-quantification

Your own site · 80×15
<a href="https://agentmods.dev/skills/luuow/meridian-mcp/uncertainty-quantification"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/uncertainty-quantification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,723 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.01723
Opus 5 $0.00048 $0.00861
Sonnet 5 $0.00019 $0.00345
Haiku 4.5 $0.00010 $0.00172

Measured 9d ago against content hash 4eb269d70c3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

uncertainty-quantification scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/uncertainty-quantification/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

uncertainty-quantification

When to invoke

  • Parsing statistical claims from research papers (σ, p-value, Bayes factor, credible interval, confidence interval)
  • Writing your own outputs — deciding between "certain", "likely", "possible"
  • Composing probabilities from multiple independent signals
  • Auditing an LLM classifier that outputs binary yes/no when a probability would be more useful
  • Reconciling frequentist and Bayesian claims ("this is 3σ" vs "the posterior concentrates at…")

The 5 families of uncertainty you'll encounter

  1. Statistical (aleatoric) — measurement noise, sampling variance. Quantified by error bars, σ, confidence intervals.
  2. Systematic — instrumental bias, modeling approximations, calibration drift. Usually larger than stat and harder to quote.
  3. Epistemic — lack of knowledge that could be reduced with more data or better models. What Bayesian priors encode.
  4. Model uncertainty — is the underlying model even right? (Often the largest uncertainty, almost never quoted)
  5. Linguistic / representational — "we observed" vs "we infer" vs "we estimate". Words that look precise but hide choices.

Decoding "3σ" (frequentist)

  • σ = standard deviation. "3σ detection" = ~99.73% of Gaussian bulk; p ≈ 2.7×10⁻³ one-tailed, 2.7×10⁻⁴ two-tailed.
  • Local vs global significance matters enormously:
    • Local: p-value at one specific look
    • Global: corrected for the "look-elsewhere effect" across many trials
    • A paper claiming "3σ local, 1.5σ global" = essentially not a detection.
  • HEP convention:
    • 2–3σ: "evidence for"
    • 3–5σ: "strong evidence" (but still one trial-factor away from noise)
    • ≥5σ: "observation" / "discovery"
  • Cosmology/astro convention is more relaxed; 3σ often counted as a result.

Red flag: a claim of "3σ" without stating local-vs-global is almost always local only.

Bayesian alternatives

  • Credible interval (CI): "with probability 95%, θ ∈ [a, b] given the data and prior"
  • Bayes factor (BF): ratio of likelihoods under competing hypotheses
    • BF < 3: barely worth mentioning
    • 3 ≤ BF < 20: moderate evidence
    • 20 ≤ BF < 150: strong evidence
    • BF ≥ 150: decisive
  • Posterior probability: P(hypothesis | data) directly — the quantity most people think σ represents but doesn't.

Read the full file on GitHub · 133 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 133 lines · 97 tokens per session scan A 4eb269d70c3f

Subscribe to this mod's changes

uncertainty-quantification is a skill published in the GitHub repository LuuOW/meridian-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 97 tokens to every session and 1,723 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

drug-discovery

Drug discovery: ChEMBL search, drug-likeness, interactions.

NousResearch/hermes-agent · 19 tokens

coding-hcc-risk-adjustment

Maps chronic conditions extracted by OpenMed to CMS-HCC V28 risk-adjustment categories and estimates a RAF (Risk Adjustment Factor) score as decision support. Use when the user wants to surface risk-adjustable diagnoses from notes, map ICD-10-CM codes to HCC categories, estimate or reconcile a patient/panel RAF, find…

maziyarpanahi/openmed · 200 tokens

detecting-pv-signals

Computes disproportionality signals — PRR, ROR, EBGM, and IC (BCPNN) — over FAERS / OpenFDA drug-event data to flag potential safety signals. Use when the user wants to mine spontaneous-report data for drug-reaction associations, build a 2x2 contingency table, compute a Proportional Reporting Ratio or Reporting Odds…

maziyarpanahi/openmed · 218 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens

structuring-radiology-reports

Converts free-text radiology narratives into structured findings and impression — with measurements, laterality, anatomy, and follow-up recommendations — after OpenMed NER. Use when the user has a CT/MRI/X-ray/ultrasound/mammography report and needs the sections split (technique, comparison, findings, impression)…

maziyarpanahi/openmed · 195 tokens

coding-icd10

Suggests candidate ICD-10-CM diagnosis codes (and ICD-10-PCS procedure codes) for diagnoses and procedures extracted by OpenMed, with rationale and a human-coder caveat. Use when the user wants to code a problem list, map a diagnosis span to a billable ICD-10-CM code, route a finding to the right chapter, cross-walk…

maziyarpanahi/openmed · 209 tokens