Polygonal linear regression is the first model to explain the behavior of a symbolic polygonal
variable in furnction to other polygonal variables, dependent and regressors, respectively.
PLR is based on the
least squares and uses the center and radius of polygons as representation them. The model is
given by \(y = X\beta + \epsilon\), where \(y, X, \beta\), and \(\epsilon\) is the dependent
variable, matrix model, unknown parameters, and non-observed errors. In the model, the vector
\(y = (y_c^T, y_r)^T\), where \(y_c\) and \(y_r\) is the center and radius of center and radius.
The matrix model \(X = diag(X_c, X_r)\) for \(X_c\) and \(X_r\) describing the center and radius
of regressors variables and finally, \(\beta = (\beta_c^T, \beta_r^T)^T\). A detailed study about the
model can be found in Silva et al.(2019).