HasSlope
Univariate special case of HasLinearModel: y = slope * x + intercept. The general weights vector and bias surface are derived from slope / intercept, so univariate regression results compose with any consumer written against HasLinearModel without storing redundant fields.
Implemented by com.eignex.kumulant.stat.regression.glm.UnivariateRegressionResult.