Curve Fitter<T>.Get Prediction Bandwidth Method
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Overload List
Get | Gets the width of the prediction band around the best-fit curve at the specified point at the 95% confidence level. |
Get | Gets the width of the prediction band around the best-fit curve at the specified point. |
GetPredictionBandwidth(T)
Gets the width of the prediction band around the best-fit curve at the specified point at the 95% confidence level.
public T GetPredictionBandwidth(
T x
)
Parameters
- x T
- The point at which to evaluate the bandwidth.
Return Value
TThe distance from the predicted value to the upper or lower prediction band.
GetPredictionBandwidth(T, Double)
Gets the width of the prediction band around the best-fit curve at the specified point.
public abstract T GetPredictionBandwidth(
T x,
double confidenceLevel
)
Parameters
- x T
- The point at which to evaluate the bandwidth.
- confidenceLevel Double
- The confidence level of the prediction band.
Return Value
TThe distance from the predicted value to the upper or lower prediction band.