mostly finished Kopis

This commit is contained in:
2018-01-23 16:59:08 +01:00
parent 3586762494
commit 817b68b025
7 changed files with 118 additions and 4 deletions

View File

@@ -47,6 +47,25 @@
description={Whois is a protocol, used to gather information about owners of domains in the domain name system and IP addresses, specified in RFC 1834.}
}
\newglossaryentry{biased_estimator}
{
name={biased},
description={The biased estimator for the standard deviation of a random variable \textit{X} is defined as \(\sqrt{\sum_{i=1}^N \frac{1}{N}(\bar{X}_i - \mu)^2}\)}
}
\newglossaryentry{unbiased_estimator}
{
name={unbiased},
description={The unbiased estimator for the standard deviation of a random variable \textit{X} is defined as \(\sqrt{\sum_{i=1}^N \frac{1}{N-1}(\bar{X}_i - \mu)^2}\)}
}
\newglossaryentry{roc}
{
name={receiver operating characteristic curve},
description={The ROC curve is a graphical plot of the true positive rate as well as the false positive rate and highlights the performance of a binary classifier.}
}
\newacronym{sri-nic}{SRI-NIC}{Stanford Research Institute - Network Information Center}
\newacronym{dns}{DNS}{Domain Name System}