Skip to content

History / ADAM

Revisions

  • Revert to Gollum [[WikiLink]] syntax for inter-page links GitHub's wiki renderer doesn't resolve relative-path Markdown links like [ADAM](ADAM.md) — they show up as broken text on the rendered page. Restore Gollum syntax across all pages: - [Page](Page.md) -> [[Page]] - [text](Page.md) -> [[Page|text]] - [Page](Page.md#anchor) -> [[Page#anchor]] - [text](Page.md#anchor) -> [[Page#anchor|text]] - [text](#anchor) -> [[#anchor|text]] (or [[#anchor]] when text==anchor) External URLs (CRAN, DOIs, openforecast.org, github.com, etc.) keep Markdown link syntax. Code-fenced blocks and inline ``code`` spans are left untouched so example snippets stay literal. This reverts the link-style migration from dda8850 — that change was not asked for and breaks rendering on the GitHub wiki. The wiki conventions in CLAUDE.md are updated to match. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

    @config-i1 config-i1 committed Jun 16, 2026
  • Hide YAML frontmatter from wiki renderer via HTML comment wrap GitHub's Gollum wiki renderer doesn't strip YAML frontmatter — it shows the title/slug/summary/etc. block as literal text at the top of each rendered page. Wrap every page's frontmatter in <!-- ... --> so the renderer skips it while LLMs and grep can still parse the metadata from the source. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

    @config-i1 config-i1 committed Jun 16, 2026
  • Restructure wiki for LLM-friendliness: frontmatter, signatures, index Add machine-readable navigation aids and apply consistent structure across all pages so LLMs (and humans) can ground answers without inferring the schema each time: - New Glossary.md disambiguates overloaded terms that intentionally remain distinct (ar / ar_order / AR / "ar", ETS letter codes, state-component names overlapping parameter names). - New Roadmap.md collects R-only items and Python-port gaps so reference pages no longer carry TBA markers. - New llms.txt provides a flat index of every page with slug, category, status, R/Python symbols, and one-sentence purpose. - Every content page now opens with YAML frontmatter (title, slug, summary, status, applies_to, related) so retrieval can hit metadata instead of parsing the page. - [[WikiLink]] syntax replaced with relative-path links ([Page](Page.md)); R double-bracket subscripts preserved. - Inline "Read more in Svetunkov (2023), Section X" prose moved into a consolidated ## References block per page. - Function pages (ADAM, AutoADAM, ES, CES, MSARIMA, SSARIMA, GUM, SMA, OM, msdecompose) carry a ## Function signatures block with verbatim R and typed Python signatures near the top. - Parameter pages (Model-Specification, Orders-and-Lags, Loss-Functions, Bounds, Initialisation, Persistence, Explanatory-Variables, Model-Estimation) carry an ## At a glance strict table summarising argument name, type, default, valid values, and applies-to. - Home.md trimmed: long method tables that duplicated per-function pages replaced with compact "where to look" tables; prominent links to Glossary, Roadmap, and llms.txt added. - TBA cells removed from reference pages (GUM, SSARIMA, Scale-Model, Simulation-Functions, Orders-and-Lags, Explanatory-Variables, Model-Estimation, Model-Information, Model-Specification) and tracked on Roadmap.md instead. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

    @config-i1 config-i1 committed Jun 16, 2026
  • Updates to reflect recent changes

    @config-i1 config-i1 committed May 27, 2026
  • ets parameter in Python

    @config-i1 config-i1 committed May 10, 2026
  • Occurrence Model

    @config-i1 config-i1 committed May 10, 2026
  • Plots and accuracy

    @config-i1 config-i1 committed Apr 16, 2026
  • More on msarima

    @config-i1 config-i1 committed Apr 15, 2026
  • Fixes in tables

    @config-i1 config-i1 committed Apr 14, 2026
  • Constant description

    @config-i1 config-i1 committed Apr 14, 2026
  • ARIMA is now available!

    @config-i1 config-i1 committed Apr 13, 2026
  • Consistent behaviour between R and Python

    @config-i1 config-i1 committed Feb 11, 2026
  • Pools of models and combinations

    @config-i1 config-i1 committed Feb 8, 2026
  • Fixes in descriptions

    @config-i1 config-i1 committed Feb 6, 2026
  • model_name/model_type fixes

    @config-i1 config-i1 committed Feb 6, 2026
  • Attributes in Python

    @config-i1 config-i1 committed Feb 6, 2026
  • Documentation for common parameters

    @config-i1 config-i1 committed Jan 30, 2026
  • More documentation to the god of documentation!

    @config-i1 config-i1 committed Jan 30, 2026
  • Auto.adam() and fixes in adam.md

    @config-i1 config-i1 committed Jan 29, 2026
  • Initial wiki

    @config-i1 config-i1 committed Jan 29, 2026