Skip to content

Commit

Permalink
tiny update
Browse files Browse the repository at this point in the history
plus there is something happening in lecture additive functionals where it works locally but not on the netlify
  • Loading branch information
annabellasd committed Nov 9, 2023
1 parent 01cdd57 commit 2df15c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectures/time_series_models/multiplicative_functionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 2df15c9

Please sign in to comment.