From fbf74a26bab107edef577e5a27eeefd24229cc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Theodor=20Bj=C3=B6rk?= Date: Thu, 22 Aug 2024 13:44:51 +0200 Subject: [PATCH] WIP --- src/utils/simple_sample.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/simple_sample.jl b/src/utils/simple_sample.jl index 05bca3f..eac9c2a 100644 --- a/src/utils/simple_sample.jl +++ b/src/utils/simple_sample.jl @@ -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)