Is there a way in the Latex tabular environment to force the limits on a sum to be above and below the Sigma?
I really need this table to be less wide without reducing the font size and if I could make this change I think it will reduce the width enough
\begin{tabular}{cccccc}
\toprule
%\multicolumn{2}{c}{iNaturalist data per species} \\
%\midrule
Year & \begin{tabular}[c]{@{}c@{}}Number of\\ observers\end{tabular} &\begin{tabular}[c]{@{}c@{}}Number of\\observer walks\end{tabular} & \begin{tabular}[c]{@{}c@{}}Expected number\\of individuals\end{tabular} & \begin{tabular}[c]{@{}c@{}}Actual number\\of individuals\end{tabular} & \begin{tabular}[c]{@{}c@{}}Number of\\observations\end{tabular} \\
\midrule
1 & $K_1$ & $W_1 = \sum_{k=1}^{K_1}Pois(E(W^{(k)}))$ & $E(n_1)$ & $n_1 = Pois(E(n_1))$ & $x_1 = \sum_{w=1}^{W_1} bin(n_1,p)$\\
\addlinespace[0.2cm]
2 & $K_2$ & $W_2 = \sum_{k=1}^{K_2}Pois(E(W^{(k)}))$ & $E(n_2) = E(n_1) e^t$ & $n_2 = Pois(E(n_2))$ & $x_2 = \sum_{w=1}^{W_2} bin(n_2,p)$\\
\addlinespace[0.2cm]
$\vdots$ &$\vdots$ &$\vdots$&$\vdots$ &$\vdots$ &$\vdots$\\
\addlinespace[0.2cm]
7 & $K_7$ & $W_7 = \sum_{k=1}^{K_7}Pois(E(W^{(k)}))$ & $E(n_7) =E(n_1) e^{6t}$& $n_7 =Pois(E(n_7))$& $x_7 = \sum_{w=1}^{W_7} bin(n_7,p)$ \\
\bottomrule
\end{tabular}


\displaystylebefore each sum – Mar 27 '20 at 05:26\displaystylemay affect other things in the table cell.\sum\limitsis more reestrictive, acting on only the\sum. – barbara beeton Mar 27 '20 at 17:40