ErrorMetric

Provides detailed error metrics to evaluate the performance of a predictor. This object is part of the Metrics object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val mape: Double?

The Mean Absolute Percentage Error (MAPE)

Link copied to clipboard
val mase: Double?

The Mean Absolute Scaled Error (MASE)

Link copied to clipboard
val rmse: Double?

The root-mean-square error (RMSE).

Link copied to clipboard
val wape: Double?

The weighted absolute percentage error (WAPE).

Functions

Link copied to clipboard
inline fun copy(block: ErrorMetric.Builder.() -> Unit = {}): ErrorMetric
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String