![]() |
![]()
| ![]() |
![]()
NAMEPaws::Forecast::WeightedQuantileLoss USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Forecast::WeightedQuantileLoss object: $service_obj->Method(Att1 => { LossValue => $value, ..., Quantile => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Forecast::WeightedQuantileLoss object: $result = $service_obj->Method(...); $result->Att1->LossValue DESCRIPTIONThe weighted loss value for a quantile. This object is part of the Metrics object. ATTRIBUTESLossValue => NumThe difference between the predicted value and the actual value over the quantile, weighted (normalized) by dividing by the sum over all quantiles. Quantile => NumThe 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. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Forecast BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|