[]
        
(Showing Draft Content)

C1.iOS.Chart.FitType.Polynom

Polynom Field

Regression fit to the equation Y(x) = C0 + C1x + C2x2 + : + Cn-1*xn-1, where n - number of terms.

Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public const FitType Polynom = 1
Returns
Type Description
FitType Regression fit to the equation Y(x) = C0 + C1x + C2x2 + : + Cn-1*xn-1, where n - number of terms.