IProcessRule Interface

Defines the contract for a process control rule that can be evaluated over a control-chart point series.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public interface IProcessRule

Properties

DisplayName Gets the user-facing display name for this rule.
Id Gets the stable programmatic identifier for this rule family.

Methods

Evaluate Evaluates this rule over the supplied context and returns all violations found.

See Also