Description Usage Arguments Value
Preprocess for metrics evaluations, for when telemetry is at finer time resolution than the forecast. The forecast and telemetry can be at different time resolutions, so long as telemetry is a multiple of the forecast.
1 2 | equalize_telemetry_forecast_length(tel, fc, agg = TRUE,
align = "end-of-hour")
|
tel |
A vector of the telemetry values OR a single value of the length of the telemetry values |
fc |
A vector of data from the time series forecast OR a single value of the length of the forecast values |
agg |
Boolean, TRUE to aggregate telemetry to forecast resolution, FALSE to expand forecast to telemetry resolution |
align |
Can be "end-of-hour", "half-hour " NaN first, telemetry lags Defaults to "end-of-hour". Currently half hour approaches expand forecast the same way. |
list of the telemetry and forecast data vectors, of equal length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.