IProcess Rule 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public interface IProcessRuleProperties
| Display | 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. |