SetWeight Method
The SetWeight method is used to set weights for a weighted average fit.
Syntax
object.SetWeight( order, Value )
Parameter | Type | Description |
order | Integer | required, order number for weight to set |
Value | Double | required, weight value |
Example
This example shows how to set the weight for the 2nd order weight to 3.
FitPlot.SetWeight(2,3)
Used by: AutoFitPlot Object