diff options
| author | Juan Marín Noguera <juan@mnpi.eu> | 2025-04-22 19:50:20 +0200 |
|---|---|---|
| committer | Juan Marín Noguera <juan@mnpi.eu> | 2025-04-22 19:50:20 +0200 |
| commit | 24a5630b8b6ba37bd922c778e60cbf449e7a6db6 (patch) | |
| tree | 093568719415d35a33f02e457bd85bd69e23c2ce /3.4.2.lyx | |
| parent | a26ecf585ec33763381173d51e9d35485ad2ad18 (diff) | |
Fix some line overflows
Diffstat (limited to '3.4.2.lyx')
| -rw-r--r-- | 3.4.2.lyx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -448,7 +448,8 @@ so \begin_inset Formula \begin{align*} \text{mean}(G) & =\dot{G}(1)=n(1+H_{N}-H_{n});\\ -\text{var}(G) & =\ddot{G}(1)+\dot{G}(1)-\dot{G}(1)^{2}=\cancel{n(n-1)}\cancel{+2n\dot{F}(1)}+\ddot{F}(1)\cancel{+n}+\dot{F}(1)\cancel{-n^{2}}-\dot{F}(1)^{2}\cancel{-2n\dot{F}(1)}\\ +\text{var}(G) & =\ddot{G}(1)+\dot{G}(1)-\dot{G}(1)^{2}\\ + & =\cancel{n(n-1)}\cancel{+2n\dot{F}(1)}+\ddot{F}(1)\cancel{+n}+\dot{F}(1)\cancel{-n^{2}}-\dot{F}(1)^{2}\cancel{-2n\dot{F}(1)}\\ & =n(H_{N}-H_{n})-n^{2}(H_{N}^{(2)}-H_{n}^{(2)}),\\ \sigma(G) & =\sqrt{\text{var}(G)}=\sqrt{n(H_{N}-H_{n})-n^{2}(H_{N}^{(2)}-H_{n}^{(2)})}. \end{align*} |
