new command \endeterm for english terms that also make an entry into the german index - not working yet

This commit is contained in:
2019-12-05 09:16:24 +01:00
parent 006fa998cc
commit 4d2bedd78c
3 changed files with 57 additions and 40 deletions

View File

@@ -455,7 +455,7 @@ bivariate or multivariate data sets where we have pairs or tuples of
data values (e.g. size and weight of elephants) we want to analyze
dependencies between the variables.
The \enterm{correlation coefficient}
The \enterm[correlation!correlation coefficient]{correlation coefficient}
\begin{equation}
\label{correlationcoefficient}
r_{x,y} = \frac{Cov(x,y)}{\sigma_x \sigma_y} = \frac{\langle
@@ -465,7 +465,7 @@ The \enterm{correlation coefficient}
\end{equation}
quantifies linear relationships between two variables
\matlabfun{corr()}. The correlation coefficient is the
\determ{covariance} normalized by the standard deviations of the
\enterm{covariance} normalized by the standard deviations of the
single variables. Perfectly correlated variables result in a
correlation coefficient of $+1$, anit-correlated or negatively
correlated data in a correlation coefficient of $-1$ and un-correlated