1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-20 00:06:55 +01:00

Merge from AP's develop.

This commit is contained in:
AndrewYongZhenNing
2022-02-23 13:52:27 +00:00
30 changed files with 689 additions and 192 deletions

View File

@ -67,7 +67,8 @@ int main(int argc, char *argv[])
sample = sample.block(0, 0, sample[central].rows(), 1);
var = sample.varianceMatrix();
corr = sample.correlationMatrix();
p << PlotMatrix(corr);
p << PlotCorrMatrix(corr);
p.display();
if (!outVarName.empty())
{