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