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 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",
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 {
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 {
Original file line number Diff line number Diff line change 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
13691369predicted_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
You can’t perform that action at this time.
0 commit comments