{#if isLoaded} {#if Object?.keys(priceAnalysisDict)?.length !== 0}
Our model predicts future prices by analyzing trends, seasonal variations, and holiday impacts. Here are the stats of the model for {$displayCompanyName} to ensure transparency and reliability.
Price Sentiment {priceSentiment}
R2 Score {r2Score >= 65 ? "Good" : r2Score >= 50 ? "Moderate" : "Bad"}
{r2Score}%
MAPE {mape <= 15 ? "Good" : mape <= 35 ? "Moderate" : "Bad"}
0 ? 100 - mape : 1} >
{mape}%
Over the next 12 months, the model predicts a {priceSentiment} trend, suggesting that the future price is expected to {priceSentiment === "Bullish" ? "surpass" : "to be less than"} the previous price of ${lastPrice?.toFixed(2) ?? "n/a"}, with a mean value of ${oneYearPricePrediction}.
{/if} {:else}
{/if}