mostly finished Kopis
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user