/AWS1/CL_BDCCONTROLSTATS¶
Statistics for the control variant in an A/B test.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_variantname TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The name of the control variant.
iv_samplesize TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions evaluated for the control variant.
iv_mean TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The mean evaluation score for the control variant.
Queryable Attributes¶
variantName¶
The name of the control variant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARIANTNAME() |
Getter for VARIANTNAME, with configurable default |
ASK_VARIANTNAME() |
Getter for VARIANTNAME w/ exceptions if field has no value |
HAS_VARIANTNAME() |
Determine if VARIANTNAME has a value |
sampleSize¶
The number of sessions evaluated for the control variant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLESIZE() |
Getter for SAMPLESIZE, with configurable default |
ASK_SAMPLESIZE() |
Getter for SAMPLESIZE w/ exceptions if field has no value |
HAS_SAMPLESIZE() |
Determine if SAMPLESIZE has a value |
mean¶
The mean evaluation score for the control variant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEAN() |
Getter for MEAN, with configurable default |
ASK_MEAN() |
Getter for MEAN w/ exceptions if field has no value |
STR_MEAN() |
String format for MEAN, with configurable default |
HAS_MEAN() |
Determine if MEAN has a value |