XYNonlinearFitFunctionConfidenceBandPlotDataIsPredictionBand Property |
Gets or sets a value indicating whether this instance is prediction band. If it is a prediction band, then the value of sigmaSquare
is added to the confidence band.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsPredictionBand { get; protected set; }
Property Value
Booleantrue if this instance is prediction band; otherwise,
false.
See Also