CompareMeans.from_data()

statsmodels.stats.weightstats.CompareMeans.from_data

classmethod CompareMeans.from_data(data1, data2, weights1=None, weights2=None, ddof1=0, ddof2=0) [source]

construct a CompareMeans object from data

Parameters:

data1, data2 : array-like, 1-D or 2-D

compared datasets

weights1, weights2 : None or 1-D ndarray

weights for each observation of data1 and data2 respectively, with same length as zero axis of corresponding dataset.

ddof1, ddof2 : int

default ddof1=0, ddof2=0, degrees of freedom for data1, data2 respectively.

Returns:

A CompareMeans instance.

© 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.CompareMeans.from_data.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部