@Override
 public DiscreteCountBipolarSentiment subtractInplace(DiscreteCountBipolarSentiment s) {
   return this.addInplace(s.multiply(-1));
 }