22 MnPrint print(
"MnGlobalCorrelationCoeff");
27 print.
Warn(
"inversion of matrix fails");
31 unsigned int n = cov.
Nrow();
33 for (
unsigned int i = 0;
i <
n;
i++) {
34 double denom =
inv(
i,
i) * cov(
i,
i);
35 if (denom < 1. && denom > 0.)
38 fGlobalCC.push_back(std::sqrt(1. - 1. / denom));
true
Register systematic variations for multiple existing columns using auto-generated tags.
unsigned int Nrow() const
MnGlobalCorrelationCoeff()
std::vector< double > fGlobalCC
void Warn(const Ts &... args)
int Invert(LASymMatrix &)
LASymMatrix MnAlgebraicSymMatrix
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
void inv(rsa_NUMBER *, rsa_NUMBER *, rsa_NUMBER *)