CapabilityAnalysisResult.ConfidenceIntervals Property

Gets the confidence intervals for selected capability and performance metrics, or null when no confidence level was requested.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public CapabilityConfidenceIntervals? ConfidenceIntervals { get; }

Property Value

CapabilityConfidenceIntervals

Remarks

This property is populated only when a confidence level is supplied to the capability analysis entry point. When present, the intervals share the confidence level stored in ConfidenceLevel.

See Also