Skip to content

Commit e0a50b1

Browse files
docs: add 6 verified examples and enable image tracking
- Add docs/examples.md with end-to-end examples covering: 1. R CausalImpact vignette reproduction (with R vs Python comparison table) 2. No covariates (local level only, stationary data) 3. Seasonal data (nseasons=52, weekly cycle) 4. Dynamic regression (time-varying coefficients) 5. No effect negative control (correct non-significance detection) 6. Multiple covariates with spike-and-slab variable selection - Add plot images for all 6 examples + index.md hero image - Remove docs/images/*.png from .gitignore (required for GitHub Pages) - Add Examples nav entry to mkdocs.yml All examples use synthetic data with known true effects. Summary table confirms all scenarios produce correct results.
1 parent 13e85c8 commit e0a50b1

10 files changed

Lines changed: 413 additions & 1 deletion

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ z-ai/
1212
.claude/
1313
*.DS_Store
1414
site/
15-
docs/images/*.png

0 commit comments

Comments
 (0)