StatisticType

type StatisticType = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8"

Description

A numeric value between 1 and 8 that specifies which statistic will be returned. 1 - Alpha parameter of ETS algorithm - the base value parameter. 2 - Beta parameter of ETS algorithm - the trend value parameter. 3 - Gamma parameter of ETS algorithm - the seasonality value parameter. 4 - MASE (mean absolute scaled error) metric - a measure of the accuracy of forecasts. 5 - SMAPE (symmetric mean absolute percentage error) metric - a measure of the accuracy based on percentage errors. 6 - MAE (mean absolute error) metric - a measure of the accuracy of forecasts. 7 - RMSE (root mean squared error) metric - a measure of the differences between predicted and observed values. 8 - Step size detected in the timeline.

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).