No description
Find a file
raymond b1b2dcf18c add timeseries endpoints and update server.ts
/api/series/auto-arima-find: find parameters of SARIMA model automatically
/api/series/manual-forecast: use determined model with parameters to forecast next values
/api/series/identify-correlations: Calculate ACF and PACF for a time series
/api/series/decompose-stl: Applies Seasonal-Trend-Loess (STL) decomposition to separate the series into trend, seasonal, and residual components.
2025-09-12 02:46:52 +00:00
analysis_pipelines.ts add timeseries endpoints and update server.ts 2025-09-12 02:46:52 +00:00
api-documentation.html update server.ts for documentation 2025-09-10 06:39:58 +00:00
convolution.ts server update, add endpoints 2025-09-10 04:09:20 +00:00
kmeans.ts modify kmeans, add retailing functions 2025-09-02 07:04:53 +00:00
prediction.ts add linear regression, swagger for documentation functions 2025-09-05 00:17:31 +00:00
server.ts add timeseries endpoints and update server.ts 2025-09-12 02:46:52 +00:00
signal_processing_convolution.ts server update, add endpoints 2025-09-10 04:09:20 +00:00
time-helper.ts add kmeans, moving-average, temporal functions, retail functions 2025-09-02 04:32:29 +00:00
timeseries.ts add timeseries endpoints and update server.ts 2025-09-12 02:46:52 +00:00