Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodor Björk authored and Theodor Björk committed Aug 22, 2024
1 parent 185fcae commit fbf74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/simple_sample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end
"""
univariate_sampler(LL, modifier::BranchlengthPeturbation, curr_branchlength)
A MCMC algorithm that draws the next sample of a Markov Chain that approximates the Posterior distrubution over the branchlengths.
A MCMC algorithm that draws the next sample of a Markov Chain that approximates the Posterior distrubution over the branchlengths.
"""
function univariate_sampler(LL, modifier::BranchlengthSampler, curr_branchlength)
return branchlength_metropolis(LL, modifier, curr_branchlength)
Expand Down

0 comments on commit fbf74a2

Please sign in to comment.