Skip to content

Commit 047adb3

Browse files
committed
updated authoring dates and fixed missed h3 header
1 parent 3a492b5 commit 047adb3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/case_studies/ssm_hurricane_tracking.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"(Forecasting Hurricane Trajectories with State Space Models)=\n",
88
"# Forecasting Hurricane Trajectories with State Space Models\n",
99
"\n",
10-
":::{post} April 6, 2025 \n",
10+
":::{post} June 15, 2025 \n",
1111
":tags: state space model\n",
1212
":category: intermediate, tutorial\n",
1313
":author: Jonathan Dekermanjian\n",
@@ -21856,7 +21856,7 @@
2185621856
"cell_type": "markdown",
2185721857
"metadata": {},
2185821858
"source": [
21859-
"## Make in-sample forecasts with new exogenous model"
21859+
"### Make in-sample forecasts with new exogenous model"
2186021860
]
2186121861
},
2186221862
{
@@ -38763,7 +38763,7 @@
3876338763
"metadata": {},
3876438764
"source": [
3876538765
"## Authors\n",
38766-
"* Authored by Jonathan Dekermanjian in April, 2025 "
38766+
"* Authored by Jonathan Dekermanjian in June, 2025 "
3876738767
]
3876838768
},
3876938769
{

examples/case_studies/ssm_hurricane_tracking.myst.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ myst:
1616
(Forecasting Hurricane Trajectories with State Space Models)=
1717
# Forecasting Hurricane Trajectories with State Space Models
1818

19-
:::{post} April 6, 2025
19+
:::{post} June 15, 2025
2020
:tags: state space model
2121
:category: intermediate, tutorial
2222
:author: Jonathan Dekermanjian
@@ -1363,7 +1363,7 @@ az.plot_forest(
13631363
);
13641364
```
13651365

1366-
## Make in-sample forecasts with new exogenous model
1366+
### Make in-sample forecasts with new exogenous model
13671367

13681368
```{code-cell} ipython3
13691369
predicted_covs = exogenous_idata.posterior["predicted_covariance"].mean(("chain", "draw"))
@@ -1931,7 +1931,7 @@ fig.show(renderer="svg")
19311931
```
19321932

19331933
## Authors
1934-
* Authored by Jonathan Dekermanjian in April, 2025
1934+
* Authored by Jonathan Dekermanjian in June, 2025
19351935

19361936
+++
19371937

0 commit comments

Comments
 (0)