cleanup of lecture notebooks

This commit is contained in:
Bogumił Kamiński 2022-11-10 23:37:10 +01:00
parent 6ee6486cf3
commit 40ed58df74
3 changed files with 346 additions and 402 deletions

View File

@ -1163,7 +1163,7 @@
"id": "2b6b9648", "id": "2b6b9648",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Using the STATSBASE.JL package to compute Winsorized mean" "### Using the StatsBase.jl package to compute Winsorized mean"
] ]
}, },
{ {

File diff suppressed because one or more lines are too long

View File

@ -527,8 +527,8 @@
], ],
"source": [ "source": [
"annotate!([(T, Y + 0.01, \"Y\"),\n", "annotate!([(T, Y + 0.01, \"Y\"),\n",
"(T, K + 0.01, \"K\"),\n", " (T, K + 0.01, \"K\"),\n",
"(T, X[end] + 0.01, \"X\")])" " (T, X[end] + 0.01, \"X\")])"
] ]
}, },
{ {