mathematical-foundations
Core mathematical concepts and theoretical frameworks for statistics
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Sufficiency
- Sufficiency Definition
- Factorization Theorem (Neyman-Fisher)
- Minimal Sufficiency
- R Implementation
- Completeness
- Completeness Definition
- Bounded Completeness
- Complete Sufficient Statistics
- UMVUE and Rao-Blackwell
- Rao-Blackwell Theorem
- Lehmann-Scheffe Theorem
- Finding UMVUE
- Exponential Families
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.