Skip to content

Commit

Permalink
fix initial guess point for MAP opt
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Dec 10, 2024
1 parent fd0101f commit 6d91f79
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,10 @@ rand(stochastic_mdl)
initial_guess = [[mean(chn[]),
mean(chn[]),
mean(chn[:S₀]),
mean(ar.ϵ_t.std_prior),
mean(ar.init_prior)[1],
mean(ar.damp_prior)[1]]
mean(ar.damp_prior)[1],
mean(ar.ϵ_t.std_prior)
]
zeros(13)]

# ╔═╡ 685221ea-f268-4ddc-937f-e7620d065c28
Expand Down

0 comments on commit 6d91f79

Please sign in to comment.