Initial Commit
This commit is contained in:
31
entropy.tex
Normal file
31
entropy.tex
Normal file
@@ -0,0 +1,31 @@
|
||||
\documentclass{article}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[margin=1in]{geometry} % Adjust margins
|
||||
\usepackage{caption}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{parskip} % dont indent after paragraphs, figures
|
||||
\usepackage{xcolor}
|
||||
\usepackage{tikz}
|
||||
\usepackage{float}
|
||||
\usepackage{amsmath}
|
||||
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref} % allows urls to follow line breaks of text
|
||||
|
||||
|
||||
|
||||
|
||||
\title{Entropy as a measure of information}
|
||||
\author{Erik Neller}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\section{What is entropy?}
|
||||
\section{Definitions across disciplines}
|
||||
%- bedingte Entropie
|
||||
%- Redundanz
|
||||
%- Quellentropie
|
||||
\section{Shannon Axioms}
|
||||
\section{Coding of a source of an information and communication channel}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user