genmod.cov_struct.Independence()

statsmodels.genmod.cov_struct.Independence

class statsmodels.genmod.cov_struct.Independence(cov_nearest_method='clipped') [source]

An independence working dependence structure.

Methods

covariance_matrix(expval, index) Returns the working covariance or correlation matrix for a given cluster of data.
covariance_matrix_solve(expval, index, ...) Solves matrix equations of the form covmat * soln = rhs and returns the values of soln, where covmat is the covariance matrix represented by this class.
initialize(model) Called by GEE, used by implementations that need additional setup prior to running fit.
summary()
update(params) Updates the association parameter values based on the current regression coefficients.

Methods

covariance_matrix(expval, index) Returns the working covariance or correlation matrix for a given cluster of data.
covariance_matrix_solve(expval, index, ...) Solves matrix equations of the form covmat * soln = rhs and returns the values of soln, where covmat is the covariance matrix represented by this class.
initialize(model) Called by GEE, used by implementations that need additional setup prior to running fit.
summary()
update(params) Updates the association parameter values based on the current regression coefficients.

© 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.genmod.cov_struct.Independence.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部