interquartile range of error
rounded index, no interpolations
this could use newer numpy function instead
Parameters: | x1, x2 : array_like
axis : int
|
---|---|
Returns: | mse : ndarray or float
|
Notes
If x1 and x2 have different shapes, then they need to broadcast.
This uses numpy.asarray to convert the input, in contrast to the other functions in this category.