[]
Contains statistical information about regression trend line.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RegressionStatistics
Name | Description |
---|---|
RegressionStatistics() |
Name | Description |
---|---|
Coeffs | Gets the calculated coefficients of regression equation. |
DF | Gets the degrees of freedom. |
F | Gets the F-observed(F-statistic) value. |
Rsq | Gets the coefficient of determination (R-squared). |
Sey | Gets the standard error for the y estimate. |
Sse | Gets the sum of squares due to error. |
Ssr | Gets the sum of squares due to regression. |