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.
1 parent 947f02a commit aa2ff9fCopy full SHA for aa2ff9f
causalpy/pymc_models.py
@@ -784,7 +784,7 @@ class BayesianBasisExpansionTimeSeries(PyMCModel):
784
\text{seasonality} &\sim \text{YearlyFourier}(...) \\
785
\beta &\sim \mathrm{Normal}(0, \sigma_{\beta}) \quad \text{(if X is provided)} \\
786
\sigma &\sim \mathrm{HalfNormal}(\sigma_{err}) \\
787
- \mu &= \text{trend_component} + \text{seasonality_component} [+ X \cdot \beta] \\
+ \mu &= \text{trend_component} + \text{seasonality_component} + X \cdot \beta \quad \text{(if X is provided)} \\
788
y &\sim \mathrm{Normal}(\mu, \sigma)
789
790
Parameters
0 commit comments