47 lines
1.2 KiB
TeX
47 lines
1.2 KiB
TeX
\documentclass{article}
|
|
|
|
\usepackage{polyglossia}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsthm}
|
|
\usepackage{enumerate}
|
|
\usepackage{derivative}
|
|
\usepackage[hidelinks]{hyperref}
|
|
|
|
\setdefaultlanguage{czech}
|
|
\XeTeXlinebreaklocale "cs"
|
|
|
|
\theoremstyle{plain}
|
|
\newtheorem{theorem}{Věta}[section]
|
|
\newtheorem{corollary}[theorem]{Důsledek}
|
|
\newtheorem{lemma}[theorem]{Lemma}
|
|
\newtheorem{observation}[theorem]{Pozorování}
|
|
|
|
\theoremstyle{definition}
|
|
\newtheorem{definition}[theorem]{Definice}
|
|
\newtheorem{example}[theorem]{Příklad}
|
|
\newtheorem{convention}[theorem]{Úmluva}
|
|
|
|
\DeclareMathOperator{\Var}{Var}
|
|
\DeclareMathOperator{\Corr}{Corr}
|
|
\DeclareMathOperator{\Cov}{Cov}
|
|
\DeclareMathOperator{\sd}{sd}
|
|
|
|
\newcommand*{\R}{\mathbb{R}}
|
|
\newcommand*{\N}{\mathbb{N}}
|
|
\newcommand*{\E}{\mathbb{E}}
|
|
|
|
\title{Pravděpodobnost a matematická statistika (NMSA202)}
|
|
\author{Petr Velička \footnote{\href{mailto:petrvel@matfyz.cz}{petrvel@matfyz.cz}}\\přednášející: doc. RNDr. Michal Pešta, Ph.D. \footnote{\href{mailto:pesta@karlin.mff.cuni.cz}{pesta@karlin.mff.cuni.cz}}}
|
|
\date{LS 2024/25}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\include{nahodne-jevy}
|
|
\include{nahodne-veliciny}
|
|
\include{stredni-hodnota}
|
|
|
|
\end{document}
|