Skip to content

Commit

Permalink
Fix typo in transition probability calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Nov 20, 2023
1 parent a9d52da commit 4382cb0
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 \frac{P(x|\mathscr{m}_{1})}{P(x|\text{\mathscr{m}_{2})}
\beta = \log \frac{P(x|\mathscr{m}_{1})}{P(x|\mathscr{m}_{2})}
```
Where $\mathscr{m}_{1}$ and $\mathscr{m}_{2}$ are the two models transition probability matrices.
Expand Down

0 comments on commit 4382cb0

Please sign in to comment.