Hi,
I have this paragraph containing inline math:
where $rho$ is the vector (of length $N^(\*)$) of response propensities with population mean $rho^(‾)$. The population covariance of $y$ and $rho$ is given by $C o v (y , rho) = 1 \/ N^(\*) sum_(i = 1)^(N^(\*)) (y_i - y^(‾)_P) (rho_i - rho^(‾))$. The population standard deviations of $y$ and $rho$ are $sigma_y = sqrt(1 \/ N^(\*) sum_(i = 1)^N (y_i - y^(‾))^2)$ and $sigma_rho = sqrt(1 \/ N^(\*) sum_(i = 1)^N (rho_i - rho^(‾))^2)$, and $C o r (y , rho) = frac(C o v (y , rho), sigma_y sigma_rho)$ is the population correlation of $y$ and $rho$.
However the rendered inline equations overlap. Is there a easy way to automatically scale the inline math equations so that they won’t overrun a line?