@override Future<double> getCalibrationAccuracy() async { return _calibrationPoints.length >= 5 ? 0.8 : 0.5; }