RuleEvaluationContext.SupportsRunRules Property

Gets a value indicating whether run/trend/alternation pattern rules are applicable for this context.

Definition

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

Property Value

Boolean

Remarks

This is true for variables series and attribute charts, and false for EWMA and other time-weighted charts whose smoothed values are serially correlated and for which pattern rules produce excessive false alarms.

Rules that implement run/trend/alternation detection must check this property and return an empty violation list when it is false.

See Also