Skip to content

[Claude] Add user guide on resampling-free quantile bootstrap#29

Merged
rwilson4 merged 2 commits into
masterfrom
claude/review-arxiv-paper-GbqJt
May 7, 2026
Merged

[Claude] Add user guide on resampling-free quantile bootstrap#29
rwilson4 merged 2 commits into
masterfrom
claude/review-arxiv-paper-GbqJt

Conversation

@rwilson4
Copy link
Copy Markdown
Owner

@rwilson4 rwilson4 commented May 7, 2026

Documents the Schultzberg & Ankargren (2022) recipe for bootstrap
inference on sample quantiles at large n: sort once, draw indices
from Bin(n+1, q), look up order statistics, feed the resulting
theta_star into the existing percentile_interval API. The library
already exposes the composable hook (theta_star= argument) so no
new code is required; this guide explains when and how to use it.

https://claude.ai/code/session_01CRkE1qgfLrZz9oxcfA2Msu

claude added 2 commits May 7, 2026 17:44
Documents the Schultzberg & Ankargren (2022) recipe for bootstrap
inference on sample quantiles at large n: sort once, draw indices
from Bin(n+1, q), look up order statistics, feed the resulting
theta_star into the existing percentile_interval API. The library
already exposes the composable hook (theta_star= argument) so no
new code is required; this guide explains when and how to use it.

https://claude.ai/code/session_01CRkE1qgfLrZz9oxcfA2Msu
The deploy_docs.yml workflow now builds the docs in CI and rsyncs
docs/_build/html/ to the droplet over SSH, rather than SSHing in
and running git pull. docs/_build/ is gitignored, so contributors
edit RST sources, commit, and push — CI handles the rest. Drop
the obsolete "commit build artifacts" recipe and the stale
nginx-proxy-submodule paragraph.

https://claude.ai/code/session_01CRkE1qgfLrZz9oxcfA2Msu
@rwilson4 rwilson4 merged commit f65c2da into master May 7, 2026
4 checks passed
@rwilson4 rwilson4 deleted the claude/review-arxiv-paper-GbqJt branch May 7, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants