timeseries branch commit #2

Merged
raymond merged 2 commits from timeseries into main 2025-09-24 02:36:08 +00:00

2 commits

Author SHA1 Message Date
f0eb8f1577 update API documentation 2025-09-12 02:55:46 +00:00
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