Dapatkan nilai statistik terkait perkiraan
=FORECAST.ETS.STAT(values, timeline, statistic_type, [seasonality], [data_completion], [aggregation])
| Parameter | Deskripsi |
|---|---|
values |
Existing or historical values (y values). |
timeline |
Numeric timeline values (x values). |
statistic_type |
The statistic to return, a numeric value between 1 and 8 (see table below). |
seasonality |
[optional] Seasonality calculation (0 = no seasonality, 1 = automatic, n = season length in timeline units). |
data_completion |
[optional] Missing data treatment (0 = treat as zero, 1 = average). Default is 1. |
aggregation |
[optional] Aggregation behavior. Default is 1 (AVERAGE). See other options below. |