Degree Property
The Degree property returns or sets the degree parameter used by a LOESS (LOWESS) fit. Use AddFit to add a fit. Returns a Long.
Syntax
object.Degree
object.Degree = Degree
Parameter | Type | Description |
Degree | Long | required, use grfLOESSDegreeType |
Example 1
This example shows how to assign the linear local fit for the LOESS fit.
FitLOESS.Degree = grfLOESSDegreeLinear
Example 2
This example shows how to return the degree for the LOESS fit equation that is used.
Debug.Print FitLOESS.Degree
Used by: AutoFitPlot object