FORECAST.ETS.STAT.MULT (values, timeline, stat_type, [period_length], [data_completion], [aggregation])
「
值 (必填)
」:数字数组或范围。「
值
」是要预测下一个点的历史值。
timeline (mandatory):
A numeric array or range. The timeline (x-value) range for the historical values.
The timeline does not have to be sorted, the functions will sort it for calculations.
The timeline values must have a consistent step between them.
If a constant step cannot be identified in the sorted timeline, the functions will return the #NUM! error.
If the ranges of both the timeline and the historical values are not the same size, the functions will return the #N/A error.
If the timeline contains fewer than 2 data periods, the functions will return the #VALUE! error.
「
数据补齐 (可选)
」:逻辑值 TRUE 或 FALSE, 数字 1 或 0, 默认值为 1 (TRUE)。值为 0 (FALSE) 将零作为其历史值添加缺少的数据点。如果值为 1 (TRUE), 则会通过在相邻数据点之间插值来添加缺少的数据点。
尽管时间线需要在数据点之间保持恒定的步进, 但该函数支持最多 30% 的数据点缺失, 并将添加这些数据点。
=FORECAST.ETS.STAT.MULT(Values;Timeline;5;1;TRUE();1)
返回 0.084073452803966, 基于「
值
」和上方「
时间轴
」命名区域的乘法统计, 采用对称平均绝对百分比误差 (SMAPE), 每个样本作为一个周期, 没有缺失的数据, 使用 AVERAGE 作为聚合函数。
=FORECAST.ETS.STAT.MULT(Values;Timeline;7;1;TRUE();7)
返回 15.8372533480997, 基于「
值
」和上方「
时间轴
」命名区域的乘法统计, 采用均方根误差, 没有缺失的数据, 使用 SUM 作为聚合函数。
Technical information
This function is not part of the
Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format
standard. The name space is
ORG.LIBREOFFICE.FORECAST.ETS.STAT.MULT
参见:
FORECAST.ETS.ADD
,
FORECAST.ETS.MULT
,
FORECAST.ETS.STAT.ADD
,
FORECAST.ETS.PI.ADD
,
FORECAST.ETS.PI.MULT
,
FORECAST.ETS.SEASONALITY
,
FORECAST
,
FORECAST.LINEAR
Help content debug info:
This page is:
/text/scalc/01/func_forecastetsstatmult.xhp
Title is: FORECAST.ETS.STAT.MULT