AddConfInterval Method
The AddConfInterval method is used to add a confidence interval to a 2D fit plot. It returns an AutoConfidencePlot object.
Syntax
object.AddConfInterval( level, iterations, id )
Parameter | Type | Description |
level | Double | required, confidence level |
iterations | Variant | optional, number of iterations |
id | Variant | optional, plot name |
Remarks
Spline, running average and weighted average fits do not support this function.
Example
This example shows how to add a confidence interval with a 95% level.
Fit.AddConfInterval(95)
Used by: AutoFitPlot object