File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
"(Forecasting Hurricane Trajectories with State Space Models)=\n",
8
8
"# Forecasting Hurricane Trajectories with State Space Models\n",
9
9
"\n",
10
- ":::{post} April 6 , 2025 \n",
10
+ ":::{post} June 15 , 2025 \n",
11
11
":tags: state space model\n",
12
12
":category: intermediate, tutorial\n",
13
13
":author: Jonathan Dekermanjian\n",
21856
21856
"cell_type": "markdown",
21857
21857
"metadata": {},
21858
21858
"source": [
21859
- "## Make in-sample forecasts with new exogenous model"
21859
+ "### Make in-sample forecasts with new exogenous model"
21860
21860
]
21861
21861
},
21862
21862
{
38763
38763
"metadata": {},
38764
38764
"source": [
38765
38765
"## Authors\n",
38766
- "* Authored by Jonathan Dekermanjian in April , 2025 "
38766
+ "* Authored by Jonathan Dekermanjian in June , 2025 "
38767
38767
]
38768
38768
},
38769
38769
{
Original file line number Diff line number Diff line change 16
16
(Forecasting Hurricane Trajectories with State Space Models)=
17
17
# Forecasting Hurricane Trajectories with State Space Models
18
18
19
- :::{post} April 6 , 2025
19
+ :::{post} June 15 , 2025
20
20
:tags: state space model
21
21
:category: intermediate, tutorial
22
22
:author: Jonathan Dekermanjian
@@ -1363,7 +1363,7 @@ az.plot_forest(
1363
1363
);
1364
1364
```
1365
1365
1366
- ## Make in-sample forecasts with new exogenous model
1366
+ ### Make in-sample forecasts with new exogenous model
1367
1367
1368
1368
``` {code-cell} ipython3
1369
1369
predicted_covs = exogenous_idata.posterior["predicted_covariance"].mean(("chain", "draw"))
@@ -1931,7 +1931,7 @@ fig.show(renderer="svg")
1931
1931
```
1932
1932
1933
1933
## Authors
1934
- * Authored by Jonathan Dekermanjian in April , 2025
1934
+ * Authored by Jonathan Dekermanjian in June , 2025
1935
1935
1936
1936
+++
1937
1937
You can’t perform that action at this time.
0 commit comments