python · es-future v1.0
$ pip install es-future
Successfully installed es-future-1.0.0
$ python -c "
from es_future import ForecastEngine
f = ForecastEngine()
result = f.predict([100,105,103,110,115])
print(f'趋势: {result.trend}')
print(f'置信度: {result.confidence}%')
"
[Trend] Upward: +2.3%/period
[Confidence] 87%
预测: 下期 ~118, 置信区间 [112, 124]