_setupGuesstimate(n) {
    let options = _.merge(_.clone(n), {metric: this});
    return new Guesstimate(options);
  }