Curve Fitter.Get Confidence Bandwidth Method
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Get | Gets the width of the confidence band around the best-fit curve at the specified point at the 95% confidence level. |
Get | Gets the width of the confidence band around the best-fit curve at the specified point. |
GetConfidenceBandwidth(Double)
Gets the width of the confidence band around the best-fit curve at the specified point at the 95% confidence level.
public double GetConfidenceBandwidth(
double x
)
Parameters
- x Double
- The point at which to evaluate the bandwidth.
Return Value
DoubleThe distance from the predicted value to the upper or lower confidence band.
GetConfidenceBandwidth(Double, Double)
Gets the width of the confidence band around the best-fit curve at the specified point.
public abstract 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
DoubleThe distance from the predicted value to the upper or lower confidence band.