mean absolute error
Parameters: | x1, x2 : array_like
axis : int
|
---|---|
Returns: | meanabs : ndarray or float
|
Notes
If x1 and x2 have different shapes, then they need to broadcast. This uses numpy.asanyarray to convert the input. Whether this is the desired result or not depends on the array subclass.