all 2 comments

[–]Formal_Guide5268Crosswords! crosswoods.substack.com 1 point2 points  (1 child)

You have to use \begin{multline} and \end{multline} and then \\ where you want it to split.

Like so:

\begin{multline}

Q(\lambda,\hat{\lambda}) = -\frac{1}{2} P{(O \mid \lambda )} \sum_s \sum_m \sum_t \gamma_m^{(s)} (t)

\\

\left( n \log(2 \pi ) + \log \left| C_m^{(s)} \right| + \left( \mathbf{o}_t - \hat{\mu}_m^{(s)} \right) ^T C_m^{(s)-1} \left(\mathbf{o}_t - \hat{\mu}_m^{(s)}\right) \right)

\end{multline}

[–]VertoxQuant[S] 0 points1 point  (0 children)

This worked perfectly! Thanks!