/notes

Lecture notes on the course "Mathematical statistics" (2nd term)

Primary LanguageRCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Prerequisites

openSUSE Tumbleweed

sudo zypper in pandoc texlive-xelatex-dev-bin R tcl libpng libpng-devel texlive-babel-russian texlive-cm-unicode

Ubuntu LTS 20.04 (or WSL2 on Windows)

sudo apt install pandoc texlive-xetex r-base tcl libpng-dev texlive-lang-cyrillic fonts-cmu

Fedora 36

sudo dnf install pandoc texlive-xetex R tcl libpng-devel texlive-cyrillic texlive-cm-unicode

install Rmarkdown

sudo R
install.packages(c("rmarkdown","reticulate","renv"));

install packages

R
renv::restore()

how to run

./build.R

todo

  • fix header
  • fix 'hats' on wide letters
  • fix spell mistakes
  • add plots and pictures
  • fix semantic mistakes
  • fixes in highlighting of important details