Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters_preref/chapter4_fitbm_pre.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $$
$\qquad$(eq. 4.3)
<div>
$$
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}
$$
</div>
- 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.
Expand Down