#CausalImpact
Really proud of myself—performed a bayesian structural time series analysis using the CausalImpact package in R #Rstats
November 27, 2024 at 8:02 PM
CausalImpact の概要と Python による実装、その評価
https://zenn.dev/pe/articles/12be20efdaed40
CausalImpact の概要と Python による実装、その評価
zenn.dev
June 30, 2024 at 11:32 PM
CausalImpactが実装によっては元論文で企図された縮小推定(とそれによる変数選択)を伴っておらず、元論文の内容を再現できないことがあるという話をブログに書きました。便利なOSSライブラリが氾濫する時代だからこそ気を付けなければならないポイントの一つかと
tjo.hatenablog.com/entry/2023/1...
CausalImpactは実装によって中身に重大な差異がある - 渋谷駅前で働くデータ�...
CausalImpactについては、過去にこのブログでも何度か話題にしてきたかと思います。端的に言えば、seasonalityによるバイアスを補正するための実験計画...
tjo.hatenablog.com
December 5, 2023 at 1:39 AM
Wrote a new blog in data science

Mathematical Formulation of CausalImpact Analysis Using Structural Time Series and Gibbs Sampling

goastro.website/blog/timeser...
Mathematical Formulation of CausalImpact Analysis Using Structural Time Series and Gibbs Sampling
Embark on your journey to mastery with our essential first steps.—let us guide you to excellence!
goastro.website
December 11, 2024 at 9:02 PM
I had to use it after a Dept ran an experiment and didn't tell anyone until they wanted help (!?!?). A coworker looked at `causalimpact` iirc, but we didn't use it.

I am under the impression it's not everyone's cup of tea, but when it comes to causal inference that's nothing new...
March 22, 2025 at 10:08 PM
And I'm remembering now that it's the machinery behind `causalimpact`, which is something I'm aware exists but have never used... (Based on "synthetic futures")

cran.r-project.org/web/packages...
CausalImpact
cran.r-project.org
March 22, 2025 at 10:04 PM
CRAN updates: Analitica blosc CausalImpact fuzzySim papaja remify RSA Rttf2pt1 SIMPLE.REGRESSION SqlRender #rstats
September 27, 2025 at 12:02 AM
Updates on CRAN: Analitica (2.0.0), ArchaeoPhases (2.1.0), autothresholdr (1.4.3), blosc (0.1.2), CausalImpact (1.4.1), comat (0.9.6), dexter (1.7.0), dosearch (1.0.12), fuzzySim (4.36), graphon (0.3.6), neonUtilities (3.0.2), NNS (11.6), papaja (0.1.4), photobiology (0.14.0), plspm (0.6.0)
September 27, 2025 at 2:20 AM
Show HN: New Causal Impact Library
Discussion | hackernews | Author: djwjjtw
Show HN: New Causal Impact Library
Bayesian CausalImpact for Python — R-compatible Gibbs sampler in Rust (PyO3), 30x faster, no TensorFlow - YuminosukeSato/bsts-causalimpact
github.com
March 27, 2026 at 6:25 AM
Show HN: New Causal Impact Library
L: https://github.com/YuminosukeSato/bsts-causalimpact
C: https://news.ycombinator.com/item?id=47538735
posted on 2026.03.26 at 23:12:32 (c=0, p=3)
March 27, 2026 at 6:24 AM
CausalImpact Python版4つ試して全部R版と合わなかったのでRustで作った | gibbs #zenn
CausalImpact Python版4つ試して全部R版と合わなかったのでRustで作った
zenn.dev
March 24, 2026 at 8:30 AM
R CausalImpactをRust+PyO3で再実装して踏んだ地雷
R CausalImpactをRust+PyO3で再実装して踏んだ地雷
zenn.dev
March 23, 2026 at 1:13 AM
Show GN: Google CausalImpact R 패키지를 Python으로 포팅 (Gibbs 샘플러는 Rust)

Google의 CausalImpact R 패키지를 Python으로 포팅했습니다. Gibbs 샘플러를 Rust로 구현하고 PyO3로 Python에서 호출합니다. TensorFlow 불필요, R 대비 약 30배 빠릅니다. 만든 이유: 기존 Python 포팅들에 문제가 있었습니다. pycausalimpact는 MLE를 사...
Show GN: Google CausalImpact R 패키지를 Python으로 포팅 (Gibbs 샘플러는 Rust)
Google의 CausalImpact R 패키지를 Python으로 포팅했습니다. Gibbs 샘플러를 Rust로 구현하고 PyO3로 Python에서 호출합니다. TensorFlow 불필요, R 대비 약 30배 빠릅니다. 만든 이유: 기존 Python 포팅들에 문제가 있었습니다. pycausalimpact는 MLE를 사...
news.hada.io
March 23, 2026 at 3:00 AM
This #rstats pkg from @KayBrodersen (Google) looks like it may be useful in classic ecological BACI designs↬@hspter

google-opensource.blogspot.com/2014/09/causal…
CausalImpact: A new open-source package for estimating causal effects in time series
t.co
January 12, 2025 at 12:13 AM
Leveraging Time Series Analysis vs. A/B Testing for Product Analytics
Leveraging Time Series Analysis vs. A/B Testing for Product Analytics
As a data scientist at PromptCloud, I’ve worked across use cases involving behavioral data, performance monitoring, and product analytics — and I’ve used both A/B testing and time series-based methods to measure product impact. Here’s how we approach this at PromptCloud, and when we’ve found time series approaches particularly effective. Where Time Series Analysis Adds Value We’ve applied time series methods (particularly Bayesian structural time series models like Google’s CausalImpact) in scenarios such as: * Platform-wide feature rollouts, where A/B testing wasn’t feasible. * Pricing or SEO changes applied universally. * Post-event performance attribution, where historical baselines matter. In these cases, time series models allowed us to estimate a counterfactual — what would have happened without the change — and compare it to observed outcomes. For more on modeling causal relationships, check out our guide on web scraping for real-time data. Tools That Have Worked for Us * CausalImpact (R/Python): Ideal for measuring lift in performance after interventions. * Facebook Prophet: Useful for trend and seasonal decomposition, especially when forecasting. * pymc3 / TensorFlow Probability: For advanced Bayesian modeling when uncertainty needs to be captured explicitly. * Airflow for automating analysis pipelines and Databricks for scaling large data workflows. * PromptCloud’s web data extraction: To enrich internal metrics with competitive or external product data. For example, we wrote about how web scraping helps in gathering competitor insights (more tools), which complements internal analytics in meaningful ways. A/B Testing vs. Time Series: A Quick Comparison Criteria A/B Testing Time Series Analysis Setup Requires split groups Can work post-event Flexibility Rigid, pre-defined groups Adaptable to real-world data Measurement Short-term, localized Long-term, macro-level impact Sensitivity Sample size critical Sensitive to noise and assumptions In practice, we’ve found time series models particularly useful for understanding long-tail effects — such as delayed user engagement or churn which often get missed in fixed-window A/B tests. If you’re looking for more insights on how to handle such metrics, you may find our exploration of time series in data analysis helpful. submitted by /u/promptcloud [link] [comments]
dlvr.it
May 7, 2025 at 3:31 PM