Slope
{currentTrend?.slope != null ? currentTrend.slope.toFixed(3) : 'N/A'}
R² Score
{currentTrend?.r2Score != null ? currentTrend.r2Score.toFixed(3) : 'N/A'}
Trend
{currentTrend?.direction ?? 'N/A'}
Factors Influencing Prediction
{pattern.type} Pattern
{pattern.pattern}
Strength
{pattern.strength != null ? (pattern.strength * 100).toFixed(0) : '0'}%