Skip to content

/AWS1/CL_BDCCONFIDENCEINTERVAL

A confidence interval for a statistical measurement.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_lower TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The lower bound of the confidence interval.

iv_upper TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The upper bound of the confidence interval.


Queryable Attributes

lower

The lower bound of the confidence interval.

Accessible with the following methods

Method Description
GET_LOWER() Getter for LOWER, with configurable default
ASK_LOWER() Getter for LOWER w/ exceptions if field has no value
STR_LOWER() String format for LOWER, with configurable default
HAS_LOWER() Determine if LOWER has a value

upper

The upper bound of the confidence interval.

Accessible with the following methods

Method Description
GET_UPPER() Getter for UPPER, with configurable default
ASK_UPPER() Getter for UPPER w/ exceptions if field has no value
STR_UPPER() String format for UPPER, with configurable default
HAS_UPPER() Determine if UPPER has a value