parameters

abstract val parameters: DoubleArray

An array containing the estimated parameters of the regression. The b_0, b_1_,..., b_k, where b_0 is the intercept term and k is the number of parameters estimated, so p = k + 1 is the total number of parameters (including the intercept term).