statsmodels.genmod.bayes_mixed_glm.BayesMixedGLMResults

class statsmodels.genmod.bayes_mixed_glm.BayesMixedGLMResults(model, params, cov_params, optim_retvals=None)[source]

用于保存混合GLM模型的贝叶斯估计结果的类。

Attributes:
fe_meanarray_like

固定效应系数的后验均值。

fe_sdarray_like

固定效应系数的后验标准差

vcp_meanarray_like

对数方差分量标准差的后验均值。

vcp_sdarray_like

对数方差分量标准差的后验标准差。

vc_meanarray_like

随机系数的后验均值

vc_sdarray_like

随机系数的后验标准差

方法

cov_params()

predict([exog, linear])

返回均值结构的预测值。

random_effects([term])

随机效应的后验均值和标准差。

summary()


Last update: Oct 16, 2024