Spread.NET 17 Formula Reference
In This Topic
    FORECAST.ETS.STAT
    In This Topic

    This function calculates statistical value based on time series forecasting.

    Syntax

    FORECAST.ETS.STAT(values, timeline, statistic_type, [seasonality], [data_completion], [aggregation])

    Arguments

    This function has the following arguments:

    Argument Description
    values Refers to the numeric data (array) specifying the historical values to forecast the value for.
    timeline Refers to the numeric data (range,or array) specifying dates for the values.
    statistic_type Refers to the numeric data specifying which statistic will be returned.
    seasonality [Optional] Refers to the numeric data specifying the length of the season, or number of date periods.
    data_completion [Optional] Refers to the numeric data specifying how the algorithm should handle missing points in the timeline.
    aggregation [Optional] Refers to the numeric data specifying how the algorithm should aggregate values that have the same timestamp.

    Data Types

    Accepts numeric values.

    Version Available

    This function is available in product version 11.0 or later.