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 |
Outlier removal mode.
public enum OutlierMode
| Name | Description | Value |
|---|---|---|
| DontRemove | Do not remove outliers. |
0 |
| Remove | Remove outliers using the Tukey fences method. |
1 |