Gets or sets the number of terms in regression equation. For polynomial regressions, the number of terms indicates the order of the polynomial, i.e. NumTerms = order + 1. Therefore, a linear regression would have NumTerms = 2.
[Visual Basic]
Public Property NumTerms As Integer
[C#]
public int NumTerms {get;set;}
[Delphi]
public property NumTerms: Int32 read get_NumTerms write set_NumTerms;
Remarks
Only for polynomial and Fourier trend lines.
See Also
RegressionOptions Class | RegressionOptions Members | C1.Win.C1Chart Namespace | RegressionOptions Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |