Definition
When using Dummy Variable, the design matrix where is the number of groups, is not a full rank. The problem can be solved by assigning some constraints.
Sum-to-Zero Constraint
Sum-to-zero constraint uses row-wise demeaned dummy variables.
With sum-to-zero constraint, each coefficient indicates discrepancy from overall mean, and the intercept term indicates overall mean.
Corner-Point Constraint
Corner-point constraint omit a base group from the model.
With corner-point constraint, each coefficient indicates discrepancy from base group, and the intercept term indicates mean of base group.