statsmodels.gam.generalized_加性_模型.GLMGam.估计_尺度¶ GLMGam.estimate_scale(mu)¶ 估计离散度/尺度。 可以在 fit 方法中选择比例类型。 Parameters:¶ mundarraymu 是平均响应估计值 Returns:¶ Estimate of scale 另请参阅 statsmodels.genmod.generalized_linear_model.GLM.fit 注释 二项分布、泊松分布和负二项分布族的默认尺度为1。其他族的默认尺度为皮尔逊卡方估计值。 Last update: Oct 16, 2024