TRobustEstimator - Outliers after EvaluateUni()

Hello to all.

I can’t find a way to get the outliers after calling EvaluateUni() for my univariate data.
Is it the same with the case of calling Evaluate() for multivariate data? (GetNOut() and GetOuliers())
I’m asking because GetNOut() and GetOuliers() always return 0 and an empty array for the case of EvaluateUni()

Thank you in advance.

Hi,

I don’t think this is possible in the univariate case. A different algorithm is used in this case. See
root.cern.ch/doc/master/classTR … mator.html

Lorenzo