[]
        
(Showing Draft Content)

C1.Win.C1Chart.RegressionStatistics

RegressionStatistics Class

Contains statistical information about regression trend line.

Inheritance
RegressionStatistics
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RegressionStatistics

Constructors

Name Description
RegressionStatistics()

Properties

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.