You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::WeightedQuantileLoss

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#loss_valueFloat

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

Returns:

  • (Float)

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

#quantileFloat

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.

Returns:

  • (Float)

    The quantile.