[]
Regression fit to the equation Y(x) = C0 + C1x + C2x2 + : + Cn-1*xn-1, where n - number of terms.
public const FitType Polynom = 1
Type | Description |
---|---|
FitType | Regression fit to the equation Y(x) = C0 + C1x + C2x2 + : + Cn-1*xn-1, where n - number of terms. |