Click or drag to resize

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.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsPredictionBand { get; protected set; }

Property Value

Boolean
true if this instance is prediction band; otherwise, false.
See Also