预测模型
预测期数
敏感性幅度
刷新预测
基于 kpi_values 历史数据 · 线性回归/移动平均 · 置信度诚实标注
高置信度(high)
{{ confCount('high') }}
上升趋势(up)
{{ trendCount('up') }}
下降趋势(down)
{{ trendCount('down') }}
{{ fmtVal(lastHistory(row)) }}{{ row.kpi.unit }}
{{ fmtVal(row.next_target) }}{{ row.kpi.unit }}
{{ trendLabel(row.trend) }}
{{ confLabel(row.confidence) }}
{{ row.trend_pct >= 0 ? '+' : '' }}{{ row.trend_pct?.toFixed?.(1) ?? '-' }}%
{{ catLabel(row.category) }}
{{ fmtVal(row.next_target) }}
{{ factorOf(row, f.key).direction === '+' ? '同向' : '反向' }}
↑{{ fmtVal(factorOf(row, f.key).adj_up) }} ↓{{ fmtVal(factorOf(row, f.key).adj_down) }}
弹性系数按KPI类别推断(成本类对油价最敏感0.15、利润类0.12、营收类0.08),MVP规则模型,后续可用宏观历史数据回归校准。
说明:本模块基于 kpi_values 历史数据做趋势预测(线性回归/移动平均),输出预测值+趋势方向+模型置信度。
置信度 low 表示历史数据不足或波动大,预测仅供参考,不构成决策依据