NonlinearCurveFitter.GetConfidenceBandwidth Method

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

GetConfidenceBandwidth(Double) Gets the width of the confidence band around the best-fit curve at the specified point at the 95% confidence level.
GetConfidenceBandwidth(Double, Double) Gets the width of the confidence band around the best-fit curve at the specified point.

GetConfidenceBandwidth(Double, Double)

Gets the width of the confidence band around the best-fit curve at the specified point.
C#
public override double GetConfidenceBandwidth(
	double x,
	double confidenceLevel
)

Parameters

x  Double
The point at which to evaluate the bandwidth.
confidenceLevel  Double
The confidence level of the confidence band.

Return Value

Double
The distance from the predicted value to the upper or lower confidence band.

See Also