ForecastResult

The forecast that's created for your query.

Types

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

Properties

Link copied to clipboard

The mean value of the forecast.

Link copied to clipboard

The lower limit for the prediction interval.

Link copied to clipboard

The upper limit for the prediction interval.

Link copied to clipboard

The period of time that the forecast covers.

Functions

Link copied to clipboard
inline fun copy(block: ForecastResult.Builder.() -> Unit = {}): ForecastResult
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