All of the numpy operators can be used in Opus expressions, including
+ - * / ** . Note the numpy semantics for these -- for example,
* does elementwise multiplication of two numpy arrays, or with a
scalar argument, scales all the elements in an array,
e.g. 1.2*household.income.