Skip to main content

Function Finder

Quick reference to all 43 Forecast extension functions. Find the right function for your task.

Function Naming: All functions use the anofox_fcst_ts_* prefix. Short aliases without the prefix are also available.

Categories

All Functions

FunctionDescriptionSQL SignatureCategory
anofox_fcst_ts_forecastSingle series forecast(table, date, value, model, horizon, params) -> TABLEForecasting
anofox_fcst_ts_forecast_byMultiple series forecast(table, group, date, value, model, horizon, params) -> TABLEForecasting
anofox_fcst_ts_forecast_aggAggregate forecast(value, model, horizon, params) -> STRUCTForecasting
anofox_fcst_ts_statsPer-series statistics(table, group, date, value, freq) -> TABLEEDA
anofox_fcst_ts_quality_reportQuality assessment from stats(stats_table, min_length) -> TABLEEDA
anofox_fcst_ts_stats_summaryDataset-level summary(stats_table) -> TABLEEDA
anofox_fcst_ts_data_qualityMulti-dimensional quality(table, group, date, value, n_short, freq) -> TABLEData Quality
anofox_fcst_ts_data_quality_summaryQuality by dimension(table, group, date, value, n_short) -> TABLEData Quality
anofox_fcst_ts_detect_seasonalityDetect seasonal patterns(values[], period) -> BOOLEANDiagnostics
anofox_fcst_ts_analyze_seasonalityDetailed seasonality analysis(table, group, date, value, params) -> TABLEDiagnostics
anofox_fcst_ts_mstl_decompositionMSTL decomposition(table, group, date, value, params) -> TABLEDiagnostics
anofox_fcst_ts_detect_changepointsFind structural breaks(table, date, value, params) -> TABLEDiagnostics
anofox_fcst_ts_detect_changepoints_byMulti-series changepoints(table, group, date, value, params) -> TABLEDiagnostics
anofox_fcst_ts_detect_changepoints_aggAggregate changepoints(values[]) -> INTEGER[]Diagnostics
anofox_fcst_ts_featuresExtract 76+ features(values[], dates[]) -> MAPFeatures
anofox_fcst_ts_features_listList available features() -> TABLEFeatures
anofox_fcst_ts_features_config_from_jsonLoad feature config (JSON)(path) -> MAPFeatures
anofox_fcst_ts_features_config_from_csvLoad feature config (CSV)(path) -> MAPFeatures
anofox_fcst_ts_maeMean Absolute Error(actual[], predicted[]) -> DOUBLEMetrics
anofox_fcst_ts_mseMean Squared Error(actual[], predicted[]) -> DOUBLEMetrics
anofox_fcst_ts_rmseRoot Mean Squared Error(actual[], predicted[]) -> DOUBLEMetrics
anofox_fcst_ts_mapeMean Abs Percentage Error(actual[], predicted[]) -> DOUBLEMetrics
anofox_fcst_ts_smapeSymmetric MAPE(actual[], predicted[]) -> DOUBLEMetrics
anofox_fcst_ts_maseMean Abs Scaled Error(actual[], predicted[], period) -> DOUBLEMetrics
anofox_fcst_ts_r2R-squared(actual[], predicted[]) -> DOUBLEMetrics
anofox_fcst_ts_biasForecast bias(actual[], predicted[]) -> DOUBLEMetrics
anofox_fcst_ts_rmaeRelative MAE(actual[], predicted[], baseline[]) -> DOUBLEMetrics
anofox_fcst_ts_quantile_lossQuantile loss(actual[], predicted[], quantile) -> DOUBLEMetrics
anofox_fcst_ts_mqlossMean quantile loss(actual[], predicted[], quantiles[]) -> DOUBLEMetrics
anofox_fcst_ts_coverageInterval coverage(actual[], lower[], upper[]) -> DOUBLEMetrics
anofox_fcst_ts_fill_gapsFill missing timestamps(table, group, date, value, freq) -> TABLEData Preparation
anofox_fcst_ts_fill_gaps_operatorHigh-performance gap filling(table, group, date, value, freq) -> TABLEData Preparation
anofox_fcst_ts_fill_forwardExtend series to target date(table, group, date, value, target, freq) -> TABLEData Preparation
anofox_fcst_ts_drop_constantRemove constant series(table, group, value) -> TABLEData Preparation
anofox_fcst_ts_drop_shortRemove short series(table, group, min_length) -> TABLEData Preparation
anofox_fcst_ts_drop_leading_zerosRemove leading zeros(table, group, date, value) -> TABLEData Preparation
anofox_fcst_ts_drop_trailing_zerosRemove trailing zeros(table, group, date, value) -> TABLEData Preparation
anofox_fcst_ts_drop_edge_zerosRemove edge zeros(table, group, date, value) -> TABLEData Preparation
anofox_fcst_ts_fill_nulls_constFill NULLs with constant(table, group, date, value, fill_value) -> TABLEData Preparation
anofox_fcst_ts_fill_nulls_forwardForward fill (LOCF)(table, group, date, value) -> TABLEData Preparation
anofox_fcst_ts_fill_nulls_backwardBackward fill (NOCB)(table, group, date, value) -> TABLEData Preparation
anofox_fcst_ts_fill_nulls_meanFill with series mean(table, group, date, value) -> TABLEData Preparation
anofox_fcst_ts_diffDifferencing transformation(table, group, date, value, order) -> TABLEData Preparation
Showing 43 of 43
🍪 Cookie Settings