Skip to content

Commit

Permalink
Fix log-odds ratio equation in transitions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Nov 19, 2023
1 parent 3b088e3 commit 753b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ end
Calculates the log-odds ratio between the transition probability matrices of two BioMarkovChain models.
```math
\beta = \log \left( \frac{P(x|\mathscr{m}_{1})}{P(x|\text{\mathscr{m}_{2})} \right)
\beta = \log \frac{P(x|\mathscr{m}_{1})}{P(x|\text{\mathscr{m}_{2})}
```
Where $\mathscr{m}_{1}$ and $\mathscr{m}_{2}$ are the two models transition probability matrices.
Expand Down

0 comments on commit 753b93f

Please sign in to comment.