Dear All,
I have a problem with Latex equation formatting
My equation is exceeding the column width and the equation label is miss aligned.
Can someone suggest me a solution ?
I have attached the code and the resultant pdf for refrence
\documentclass[twocolumn]{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
r = \dfrac{N\sum HR_{video}HR_{gt}
- \sum HR_{video} \sum HR_{gt} }
{\sqrt{[\sum N HR_{video}^{2}-(\sum HR_{video})^{2}]
[\sum N HR_{gt}^{2}-(\sum HR_{gt})^{2}]}}
\label{eq:eqr}
\end{equation}
\end{document}