spartan.charts.Points.prototype.averageCad = function() {
    return this._average(this.cad());
};