spartan.charts.Points.prototype.averageHr = function() {
    return this._average(this.hr());
};