DescrStatsW.get_compare()

statsmodels.stats.weightstats.DescrStatsW.get_compare

DescrStatsW.get_compare(other, weights=None) [source]

return an instance of CompareMeans with self and other

Parameters:

other : array_like or instance of DescrStatsW

If array_like then this creates an instance of DescrStatsW with the given weights.

weights : None or array

weights are only used if other is not an instance of DescrStatsW

Returns:

cm : instance of CompareMeans

the instance has self attached as d1 and other as d2.

See also

CompareMeans

© 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.stats.weightstats.DescrStatsW.get_compare.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部