mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
XYSampleData: variance matrix compute fix
This commit is contained in:
parent
005ffeea5f
commit
c6bc8c9af2
@ -253,6 +253,7 @@ void XYSampleData::setDataToSample(const Index s)
|
|||||||
const XYStatData & XYSampleData::getData(void)
|
const XYStatData & XYSampleData::getData(void)
|
||||||
{
|
{
|
||||||
setDataToSample(central);
|
setDataToSample(central);
|
||||||
|
computeVarMat();
|
||||||
|
|
||||||
return data_;
|
return data_;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user