@Override
 public RandomVariableInterface applyStateSpaceTransform(
     int componentIndex, RandomVariableInterface randomVariable) {
   return randomVariable.exp();
 }