Alternative to align in this case?
I have the following formulas in an align environment:
\begin{align}
l_t&=\sigma_t * \epsilon_t\\
\hat{VaR}_{0.99,T+1|T}&=\hat{\sigma}_{T+1|T} * z_{0.99}\\
\hat{\sigma}_{T+1|T}^{ewma}&=\sqrt{(1-\lambda)\sum_{i=0}^{(262-1)}
\lambda^i l_{T-i}^2}
\end{align}
How can I set this formulas with a different envrironment?
No comments:
Post a Comment