We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clarify RMCB default is the Nemenyi/MCB test, not regression-based Split the RMCB.md explanation into "Nemenyi / MCB" (default distribution="tukey": Studentised-range critical distance + Friedman p-value, no regression standard errors) and "Regression for MCB" (other distributions, where the fitted model's standard errors and F/chi-squared tests drive the comparison). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add RMCB wiki page; mark rmcb() as ported to Python Add RMCB.md documenting Regression for Multiple Comparison with the Best (Nemenyi/MCB test) with R/Python parity, distribution options, and plot styles. Update Home, Roadmap, R-Python-differences and llms.txt to move rmcb() out of the R-only lists now that the Python port exists. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Align Smoothers/AID pages with wiki conventions; fix port-status drift After the rebase brought in the new Smoothers and AID pages (with aid() now ported to Python): - Smoothers.md, AID.md: add YAML frontmatter, convert relative links to [[WikiLink]] syntax, and add "## Function signatures" blocks. - Roadmap.md: drop aid()/aidCat() from the R-only list (now ported); add Smoothers and AID to the "already ported" reference. - llms.txt: index the Smoothers and AID pages; remove aid() from the R-only line. - R-Python-differences.md: add Smoothers (~1e-15) and AID (categorical match; IC ~1e-3) parity rows; fix stale "R-only function" wording. - Resources.md: add Cleveland (1979), Friedman (1984), and Svetunkov & Sroginis (2025) references. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
LLM-friendly wiki: frontmatter, wikilinks, llms.txt, signatures, nav pages - Add EDA page documenting stick() (STI decomposition) with an AirPassengers example (R built-in; Python via fcompdata). - Add YAML frontmatter (title/slug/summary/status/applies_to/related) to all content pages. - Convert inter-page links to [[WikiLink]] syntax; fix broken case-sensitive links ([Stepwise]/[Distributions]). - Add "## Function signatures" blocks (verbatim R + typed Python) to the function pages. - Add Glossary, Resources, Roadmap, and R-Python-differences nav pages. - Add llms.txt machine index; wire new pages into Home navigation. - Fix mtcars import typo in Home. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
AID/smoothers fixes to align with R
Wiki on Smoothers & AID
Examples with ARDL
Remove lmDynamic
Distribution
ro
measures
Measures + stepwise
ARIMA
mtcars
CALM
Remove redundant parts
Fixes in installation
Fixes in other files
Fixes in diagnostics
Fixes in descriptions
Installation instructions
First proper wiki
Initial Home page