Skip to content

Commit

Permalink
Corrected one piece of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Chlebicki committed May 16, 2024
1 parent 737509a commit 4a140f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posterior_data_generation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end
# MAP or Mean
function posterior_data_generation(object::BayesianUnobservedCountModel; est = "MAP", rep = 500)
par = object.coefs[est]
Q = length.(object.:data)[1]
Q = object.Q

M = par[1:Q]
γ₁ = par[end - 1]
Expand Down

0 comments on commit 4a140f9

Please sign in to comment.