From e00c2a9eacbc3cf8126b7d4c8b7e29175c7c0be7 Mon Sep 17 00:00:00 2001 From: Roberto Toro Date: Sun, 2 Jun 2019 17:32:02 +0200 Subject: [PATCH] typo: 1/v_i+1/v_j instead of 1/v_1+1/v_j --- chapters_preref/chapter4_fitbm_pre.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters_preref/chapter4_fitbm_pre.md b/chapters_preref/chapter4_fitbm_pre.md index 2ada3d68652..cd7902baa61 100644 --- a/chapters_preref/chapter4_fitbm_pre.md +++ b/chapters_preref/chapter4_fitbm_pre.md @@ -59,7 +59,7 @@ $$ $\qquad$(eq. 4.3)
$$ -x_k = \frac{(1/v_i)x_i+(1/v_j)x_j}{1/v_1+1/v_j} +x_k = \frac{(1/v_i)x_i+(1/v_j)x_j}{1/v_i+1/v_j} $$
- It is worth noting that $x_k$ is a weighted average of $x_i$ and $x_j$, but does not represent an ancestral state reconstruction, since the value is only influenced by species that descend directly from that node and not other relatives.