From 2df15c9ee525263a4977ce1f9348243340caf476 Mon Sep 17 00:00:00 2001 From: annabellasd Date: Thu, 9 Nov 2023 08:04:12 -0800 Subject: [PATCH] tiny update plus there is something happening in lecture additive functionals where it works locally but not on the netlify --- lectures/time_series_models/multiplicative_functionals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/time_series_models/multiplicative_functionals.md b/lectures/time_series_models/multiplicative_functionals.md index 4db3c090..9f2449ab 100644 --- a/lectures/time_series_models/multiplicative_functionals.md +++ b/lectures/time_series_models/multiplicative_functionals.md @@ -666,8 +666,8 @@ We will plot the densities of $\log {\widetilde M}_t$ for different values of $t Here is some code that tackles these tasks ```{code-cell} julia -function Mtilde_t_density(amf, t; xmin = 1e-8, xmax = 5.0, npts = 50 -(;A, B, D, F, nu) = amf00) +function Mtilde_t_density(amf, t; xmin = 1e-8, xmax = 5.0, npts = 50) +(;A, B, D, F, nu) = amf # Pull out the multiplicative decomposition nutilde, H, g =