Agent skill

mathematical-foundations

Core mathematical concepts and theoretical frameworks for statistics

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill mathematical-foundations --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/26-Data-Wise-scholar/skills/mathematical/mathematical-foundations/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Mathematical Foundations **Core mathematical statistics theory for rigorous methodology development** Use this skill when working on: theoretical derivations requiring classical statistics, optimality arguments, exponential family manipulations, decision-theoretic comparisons, or foundational probability theory. --- ## Sufficiency ### Sufficiency Definition A statistic $T(X)$ is **sufficient** for parameter $\theta$ if the conditional distribution of $X$ given $T(X)$ does not depend on $\theta$: $$P(X = x \mid T(X) = t, \theta) = P(X = x \mid T(X) = t)$$ ### Factorization Theorem (Neyman-Fisher) $T(X)$ is sufficient for $\theta$ if and only if the likelihood can be factored as: $$f(x; \theta) = g(T(x), \theta) \cdot h(x)$$ where $g$ depends on $x$ only through $T(x)$, and $h$ does not depend on $\theta$. ### Minimal Sufficiency A sufficient statistic $T$ is **minimal sufficient** if for any other sufficient statistic $U$, there exists a function $g$ such that $T = g(U)$. **Criterion**: $T(x) = T(y)$ if and only if $\frac{f(x; \theta)}{f(y; \theta)}$ is constant in $\theta$. ### R Implementation ```r #' Check Sufficiency via Factorization #' #' @param likelihood Function returning

What's inside
Steps it walks through
  1. Sufficiency
  2. Sufficiency Definition
  3. Factorization Theorem (Neyman-Fisher)
  4. Minimal Sufficiency
  5. R Implementation
  6. Completeness
  7. Completeness Definition
  8. Bounded Completeness
  9. Complete Sufficient Statistics
  10. UMVUE and Rao-Blackwell
  11. Rao-Blackwell Theorem
  12. Lehmann-Scheffe Theorem
  13. Finding UMVUE
  14. Exponential Families
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the mathematical-foundations skill do?

Core mathematical concepts and theoretical frameworks for statistics

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill mathematical-foundations --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going