Skip to main content

Data Preparation

Clean, transform, and prepare your time series data for forecasting.

Categories

All Functions

FunctionCategoryDescription
anofox_fcst_ts_fill_gapsGap FillingFill missing timestamps with NULL values
anofox_fcst_ts_fill_gaps_operatorGap FillingHigh-performance C++ gap filling
anofox_fcst_ts_fill_forwardGap FillingExtend series to target date
anofox_fcst_ts_drop_constantFilteringRemove series with no variation
anofox_fcst_ts_drop_shortFilteringRemove series below minimum length
anofox_fcst_ts_drop_leading_zerosEdge CleaningRemove initial zero values
anofox_fcst_ts_drop_trailing_zerosEdge CleaningRemove trailing zero values
anofox_fcst_ts_drop_edge_zerosEdge CleaningRemove both leading and trailing zeros
anofox_fcst_ts_fill_nulls_constImputationReplace NULLs with constant value
anofox_fcst_ts_fill_nulls_forwardImputationForward fill (LOCF)
anofox_fcst_ts_fill_nulls_backwardImputationBackward fill (NOCB)
anofox_fcst_ts_fill_nulls_meanImputationFill with series mean
anofox_fcst_ts_diffImputationDifferencing transformation
Showing 13 of 13
🍪 Cookie Settings