Skip to content

/AWS1/CL_FCSWEIGHTEDQUANTLOSS

The weighted loss value for a quantile. This object is part of the Metrics object.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_quantile TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The quantile. Quantiles divide a probability distribution into regions of equal probability. For example, if the distribution was divided into 5 regions of equal probability, the quantiles would be 0.2, 0.4, 0.6, and 0.8.

iv_lossvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The difference between the predicted value and the actual value over the quantile, weighted (normalized) by dividing by the sum over all quantiles.


Queryable Attributes

Quantile

The quantile. Quantiles divide a probability distribution into regions of equal probability. For example, if the distribution was divided into 5 regions of equal probability, the quantiles would be 0.2, 0.4, 0.6, and 0.8.

Accessible with the following methods

Method Description
GET_QUANTILE() Getter for QUANTILE, with configurable default
ASK_QUANTILE() Getter for QUANTILE w/ exceptions if field has no value
STR_QUANTILE() String format for QUANTILE, with configurable default
HAS_QUANTILE() Determine if QUANTILE has a value

LossValue

The difference between the predicted value and the actual value over the quantile, weighted (normalized) by dividing by the sum over all quantiles.

Accessible with the following methods

Method Description
GET_LOSSVALUE() Getter for LOSSVALUE, with configurable default
ASK_LOSSVALUE() Getter for LOSSVALUE w/ exceptions if field has no value
STR_LOSSVALUE() String format for LOSSVALUE, with configurable default
HAS_LOSSVALUE() Determine if LOSSVALUE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_WEIGHTEDQUANTILELOSSES

TYPES TT_WEIGHTEDQUANTILELOSSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_FCSWEIGHTEDQUANTLOSS WITH DEFAULT KEY
.