tools.eval_measures.iqr()

statsmodels.tools.eval_measures.iqr

statsmodels.tools.eval_measures.iqr(x1, x2, axis=0) [source]

interquartile range of error

rounded index, no interpolations

this could use newer numpy function instead

Parameters:

x1, x2 : array_like

The performance measure depends on the difference between these two arrays.

axis : int

axis along which the summary statistic is calculated

Returns:

mse : ndarray or float

mean squared error along given axis.

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.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tools.eval_measures.iqr.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部