| Name | Type | Description | Notes |
|---|---|---|---|
| bayesianThreshold | String | The threshold for the Probability to Beat Baseline (PBBL) and Probability to Be Best (PBB) comparisons for the Bayesian results analysis approach. Value should be between 0-100 inclusive. | [optional] |
| significanceThreshold | String | The significance threshold for the frequentist results analysis approach. Value should be between 0.0-1.0 inclusive. | [optional] |
| testDirection | String | The test sided direction for the frequentist results analysis approach. | [optional] |
| multipleComparisonCorrectionMethod | MultipleComparisonCorrectionMethodEnum | The method for multiple comparison correction. | [optional] |
| multipleComparisonCorrectionScope | MultipleComparisonCorrectionScopeEnum | The scope for multiple comparison correction. | [optional] |
| sequentialTestingEnabled | Boolean | Whether sequential testing is enabled for Frequentist analysis | [optional] |
| Name | Value |
|---|---|
| BONFERRONI | "bonferroni" |
| BENJAMINI_HOCHBERG | "benjamini-hochberg" |
| Name | Value |
|---|---|
| VARIATIONS | "variations" |
| VARIATIONS_AND_METRICS | "variations-and-metrics" |
| METRICS | "metrics" |