We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update repo URLs config-i1 -> openforecast-org after org move Co-Authored-By: Claude Opus 4.8 <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>