API Reference

This section is a hand-curated reference for the retained public ammm API.

It focuses on stable entry points that users are expected to import directly. It does not try to document every internal module under ammm.mmm.models, ammm.mmm.summarization, or ammm.pipeline.stages.

For task-oriented workflows, use the main documentation sections first. Use this reference when you need the exact import path, object name, or the scope of a public surface.

Main module groups

ModulePrimary public surface
ammm.mmm.panelPanelMMM
ammm.mmmAdstock, saturation, Fourier, HSGP, and trend classes
ammm.mmm.optimizationPanelBudgetOptimizerWrapper and advanced optimisation helpers
ammm.mmm.builders.yamlbuild_mmm_from_yaml(...)
ammm.pipelinePipelineRunConfig, run_pipeline(...), PipelineRunResult
ammm.scenariosScenario specs, ScenarioPlanner, ScenarioComparison, and versioned result payloads
ammm.scenario_plannerStatistical scenario implementation and shared types
ammm.data.idataMMMIDataWrapper, schema helpers, and idata utilities

Pages