mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-14 13:57:06 +01:00
XYSampleData: variance matrix compute fix
This commit is contained in:
@ -253,6 +253,7 @@ void XYSampleData::setDataToSample(const Index s)
|
||||
const XYStatData & XYSampleData::getData(void)
|
||||
{
|
||||
setDataToSample(central);
|
||||
computeVarMat();
|
||||
|
||||
return data_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user