RuleEvaluationContext.Points Property

Gets the ordered sequence of chart statistics to evaluate.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public ReadOnlySpan<double> Points { get; }

Property Value

ReadOnlySpan<Double>

Remarks

The span contains the plotted values for the chart in chronological order. For an Individuals chart these are the individual measurements; for an XBar chart these are the subgroup means.

See Also