Typesetting LaTeX fraction terms to be larger in an equation

Posted by gotgenes on Stack Overflow See other posts from Stack Overflow or by gotgenes
Published on 2010-04-17T20:56:35Z Indexed on 2010/04/18 8:13 UTC
Read the original article Hit count: 336

I have the following formula in LaTeX, based on Fisher's Exact Test. (NOTE: requires the use of the amsmath package for \binom.)

\begin{equation}
    P(i,j) = \sum_{x=|N(V_i) \cap V_j|}^{\min\{|V_j|, |N(V_i)|}
    \frac{ \binom{|V_j|}{x} \binom{|V - V_j|}{|N(V_i)| - x}}
    {\binom{|V|}{|N(V_i)|}}
\end{equation}

This renders the fraction portion with very small, difficult to read text:

equation with small text in fraction

I would like my text more readable, as in the following example:

equation with readable text in fraction

What trickery can I use to get LaTeX to render my equation similarly?

© Stack Overflow or respective owner

Related posts about latex

Related posts about formula