Calibration Quality
Posted: 29 Dec 2014, 14:29
How exactly is the 5-star ranking in the EyeTribeUI defined - is it just the average error? Or does it some more fancy calculation to define the quality?
if (accuracy < 0.5) // perfect
return 5;
if (accuracy < 0.7) // moderate etc.
return 4;
if (accuracy < 1)
return 3;
if (accuracy < 1.5)
return 2;
return 1; // redo