linearmodels.shared.covariance.group_debias_coefficient¶
Compute the group debiasing scale.
One-dimensional array containing cluster group membership.
The scale to debias.
Notes
The debiasing coefficient is defined
\[`\frac{g}{g-1}\frac{n-1}{n}`\]where g is the number of groups and n is the sample size.