From 24a5630b8b6ba37bd922c778e60cbf449e7a6db6 Mon Sep 17 00:00:00 2001 From: Juan MarĂ­n Noguera Date: Tue, 22 Apr 2025 19:50:20 +0200 Subject: Fix some line overflows --- 3.4.2.lyx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '3.4.2.lyx') diff --git a/3.4.2.lyx b/3.4.2.lyx index 8b8ae25..8d59cc5 100644 --- a/3.4.2.lyx +++ b/3.4.2.lyx @@ -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*} -- cgit v1.2.3