get horizontalSpeed(): AvgMinMax | EmptyAvgMinMax {
    if (this.points.length === 0 || this.distance === null || this.time === null) {
      return emptyValueWithAvgMinMax
    }