Builder

class Builder

Properties

Link copied to clipboard

The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.

Link copied to clipboard
var mape: Double?

The Mean Absolute Percentage Error (MAPE)

Link copied to clipboard
var mase: Double?

The Mean Absolute Scaled Error (MASE)

Link copied to clipboard
var rmse: Double?

The root-mean-square error (RMSE).

Link copied to clipboard
var wape: Double?

The weighted absolute percentage error (WAPE).