does anyone have an idea why the following code produces delimiters for the two cases that are not of equal size?
$$
Code: Select all
$$
\mu_{\text{log}_{i}} = \begin{cases}
\left(1 + \text{e}^{-\left[(x_{i} - \tau_{c})\left(\frac{-\text{log}(19)}{\tau_{e} - \tau_{c}}\right)\right]}\right)^{-1} & \text{if } x_{i} < \tau_{c}\\
\left(1 + \text{e}^{-\left[(x_{i} - \tau_{c})\left(\frac{\text{log}(19)}{\tau_{i} - \tau_{c}}\right)\right]}\right)^{-1} & \text{if } x_{i} \geq \tau_{c}\end{cases}