Skip to content

Commit 1a352a1

Browse files
BoltonBaileyclaude
andcommitted
Regenerate HTML from markdown
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 92f1810 commit 1a352a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

contribute.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<main>
2424
<div class="wrap">
2525
<h1>Contributing to Statlib</h1>
26-
<p>Thank you for your interest in contributing to Statlib! Whether you are a statistician new to Lean, a Lean expert curious about statistics, or a CS / AI researcher interested in formalization tools, we are building with you. If anything in this document is unclear, please ask on the <a href="https://leanprover.zulipchat.com/#narrow/channel/611809-Statlib" target="_blank" rel="noopener">Statlib Zulip channel</a>.</p>
26+
<p>Thank you for your interest in contributing to <a href="https://github.com/stat-lib/statlib" target="_blank" rel="noopener">Statlib</a>! Whether you are a statistician new to Lean, a Lean expert curious about statistics, or a CS / AI researcher interested in formalization tools, we are building with you. If anything in this document is unclear, please ask on the <a href="https://leanprover.zulipchat.com/#narrow/channel/611809-Statlib" target="_blank" rel="noopener">Statlib Zulip channel</a>.</p>
2727
<h2 id="contents">Contents</h2>
2828
<ul>
2929
<li><a href="#about-statlib">About Statlib</a></li>
@@ -49,8 +49,8 @@ <h2 id="relationship-to-mathlib">Relationship to Mathlib</h2>
4949
<h2 id="how-to-contribute">How to contribute</h2>
5050
<p>You are welcome to contribute in any way you see fit and have the most fun with.</p>
5151
<ul>
52-
<li><strong>Propose something.</strong> Open a GitHub issue describing what you would like to add, and mention it in the <a href="https://leanprover.zulipchat.com/#narrow/channel/611809-Statlib" target="_blank" rel="noopener">Statlib Zulip channel</a>. We will discuss scope and placement before you invest heavily in code.</li>
53-
<li><strong>Submit a pull request.</strong> If you already have code you think fits Statlib, open a PR directly. See <a href="#submitting-a-pull-request">Submitting a pull request</a> for what we expect.</li>
52+
<li><strong>Propose something.</strong> Open <a href="https://github.com/stat-lib/statlib/issues/new/choose" target="_blank" rel="noopener">a GitHub issue</a> describing what you would like to add, and mention it in the <a href="https://leanprover.zulipchat.com/#narrow/channel/611809-Statlib" target="_blank" rel="noopener">Statlib Zulip channel</a>. We will discuss scope and placement before you invest heavily in code.</li>
53+
<li><strong>Submit a pull request.</strong> If you already have code you think fits Statlib, <a href="https://github.com/stat-lib/statlib/pulls" target="_blank" rel="noopener">open a PR</a> directly. See <a href="#submitting-a-pull-request">Submitting a pull request</a> for what we expect.</li>
5454
<li><strong>Join an active working group.</strong> Browse current projects on our website and the corresponding Zulip topics.</li>
5555
<li><strong>Discuss.</strong> Join the <a href="https://leanprover.zulipchat.com/#narrow/channel/611809-Statlib" target="_blank" rel="noopener">Statlib Zulip channel</a>; there are open questions you may be able to help with.</li>
5656
<li><strong>Propose a project.</strong> We particularly welcome statisticians whose research vision could anchor a sustained working group, especially authors of widely used textbooks and lecture notes. Advising on definitions and levels of abstraction, reviewing what gets formalized, and catching when a Lean statement drifts from the source statistics are all highly desired contributions.</li>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<main>
2525
<div class="wrap">
2626
<h1>Statlib</h1>
27-
<p>Statlib provides the foundational framework for classical, contemporary, and emerging research in mathematical statistics. Drawing deeply from diverse domains, including real, functional, and convex analysis, measure theory, stochastic calculus, combinatorics, probability, and information theory, theoretical statistics demands absolute precision. As LLM-generated proofs become increasingly prevalent across these sub-disciplines, the need for rigorous, machine-verified mathematical theories has never been more urgent. While Lean&#x27;s Mathlib is structured for broad mathematical domains, Statlib leverages its rich API ecosystem to deliver a streamlined, specialized library dedicated exclusively to theoretical statistics.</p>
27+
<p><a href="https://github.com/stat-lib/statlib" target="_blank" rel="noopener">Statlib</a> provides the foundational framework for classical, contemporary, and emerging research in mathematical statistics. Drawing deeply from diverse domains, including real, functional, and convex analysis, measure theory, stochastic calculus, combinatorics, probability, and information theory, theoretical statistics demands absolute precision. As LLM-generated proofs become increasingly prevalent across these sub-disciplines, the need for rigorous, machine-verified mathematical theories has never been more urgent. While Lean&#x27;s Mathlib is structured for broad mathematical domains, Statlib leverages its rich API ecosystem to deliver a streamlined, specialized library dedicated exclusively to theoretical statistics.</p>
2828
<p>Development begins with the core foundations of statistical inference within decision-theoretic and local asymptotic-theory frameworks. However, the library&#x27;s architecture is explicitly designed for dynamic growth, scaling to encompass nonparametric and semiparametric statistics, alongside modern frontiers such as high-dimensional statistics, conformal inference, and frameworks for information-theoretic and computational trade-offs.</p>
2929
<p>To support this vision, our workflow centers on coordinating targeted formalization projects across both classical and modern methods, developing comprehensive tutorials to onboard future contributors, and establishing a collaborative forum to address shared architectural themes and implementation challenges.</p>
3030
<p>We would like to thank <a href="https://www.contrib.andrew.cmu.edu/~avigad/" target="_blank" rel="noopener">Jeremy Avigad</a> (Carnegie Mellon University) and <a href="https://remydegenne.github.io/" target="_blank" rel="noopener">Rémy Degenne</a> (Inria center at the University of Lille) for support and encouragement in the process of initiating and developing this library.</p>

0 commit comments

Comments
 (0)