From 5b8aada9c58cf342b94f56603a08c7a45535d496 Mon Sep 17 00:00:00 2001 From: brpetrucci Date: Fri, 16 May 2025 16:11:04 -0500 Subject: [PATCH] One typo left --- tutorials/fbd_simple/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/fbd_simple/index.md b/tutorials/fbd_simple/index.md index 348bbcae..2da3d441 100644 --- a/tutorials/fbd_simple/index.md +++ b/tutorials/fbd_simple/index.md @@ -416,7 +416,7 @@ We will assume that rates vary among characters in our data matrix according to For this model, we create a vector of rates named `rates_morpho` which is the product of a function `fnDiscretizeGamma()` that divides up a gamma distribution into a set of equal-probability bins ($\mathbf{R}$ in Figure {% ref fig_full_model_gm %}). -Here, our only stochastic node is `alpha_morpho` ($\alpha$ in {% ref fig_full_model_gm %}, which is the shape +Here, our only stochastic node is `alpha_morpho` ($\alpha$ in {% ref fig_full_model_gm %}), which is the shape parameter of the discretized gamma distribution.