[]
        
(Showing Draft Content)

C1.Chart.RegressionStatistics

RegressionStatistics Class

Contains main statistical characteristics of regression.

Inheritance
RegressionStatistics
Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class RegressionStatistics

Properties

Name Description
DegreesOfFreedom

Gets the degrees of freedom.

Fstat

Gets the F statistic, or the F-observed value.

Rsq

Gets R squared (coefficient of determination).

Sse

Gets the sum of squares error (SSE) also known as residual sum of squares (RSS).

Ssr

Gets the sum of squares due to regression (SSR) also known as explained sum of squares (ESS).

StandardError

Gets the standard error for the y estimate.

Methods

Name Description
ToString()