Skip to content

Commit

Permalink
Fix formatting and equations in transitions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Nov 19, 2023
1 parent 753b93f commit a9d52da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/transitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ the counts to sum up to 1.
```math
\begin{align}
\pi{i} = P(X_{i} = i), i \in T \\
\sum_{i=1}^{N} \pi_{i} = 1
\pi{i} &= P(X_{i} = i), i \in T \\
\sum_{i=1}^{N} \pi_{i} &= 1
\end{align}
```
Now using the dinucleotides counts estimating the initials would follow:
Expand Down Expand Up @@ -203,6 +203,7 @@ Calculates the log-odds ratio between the transition probability matrices of two
```math
\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.
# Arguments
Expand Down

0 comments on commit a9d52da

Please sign in to comment.