Enum OutlierMode
Outlier removal mode.
Namespace: Unity.PerformanceTesting.Statistics
Assembly: Unity.PerformanceTesting.dll
Syntax
public enum OutlierMode
Fields
Name | Description |
---|---|
DontRemove | Do not remove outliers. |
Remove | Remove outliers using the Tukey fences method. |