Dapatkan panjang pola musiman
=FORECAST.ETS.SEASONALITY(values, timeline, [data_completion], [aggregation])
| Parameter | Deskripsi |
|---|---|
values |
Existing or historical values (y values). |
timeline |
Numeric timeline values (x values). |
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. |
In the example shown, the formula in cell H16 is:
=FORECAST.ETS.SEASONALITY(C5:C16,B5:B16)