We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f478d76 commit 1040177Copy full SHA for 1040177
1 file changed
lectures/additive_functionals.md
@@ -1020,7 +1020,7 @@ $$
1020
\mathrm{Kurt}(\widetilde M_t) = e^{4a_t} + 2e^{3a_t} + 3e^{2a_t} - 3.
1021
$$
1022
1023
-(Here, [excess kurtosis](https://en.wikipedia.org/wiki/Kurtosis) is obtained by subtracting 3)
+(Here, [excess kurtosis](https://en.wikipedia.org/wiki/Kurtosis) is obtained by subtracting 3 from kurtosis)
1024
1025
These formulas show that everything depends on $a_t = t(H \cdot H)$.
1026
@@ -1048,7 +1048,7 @@ def log10_var_skew_kurt(H, t):
1048
return np.log10(var), np.log10(skew), np.log10(kurt)
1049
```
1050
1051
-Let's illustrate the growth of raw moments on a log scale for $H = 2.0$
+Let's illustrate the growth of $k$th-order raw moments on a log scale for $H = 2.0$
1052
1053
```{code-cell} ipython3
1054
H_example = 2.0
0 commit comments