Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
yethranayeh committed Jan 4, 2025
1 parent ba754a7 commit 0f7455f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Home/CalculationResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const CalculationResults = ({ selected, value }: Props) => {
<AlertCircle className='h-4 w-4' />
<AlertTitle>No Data</AlertTitle>
<AlertDescription>
No exchange listing was recorded for "{selected}" at{" "}
No reliable data was collected for "{selected}" at{" "}
{new Date(currencyMap.meta.createdAt).toLocaleTimeString()}
</AlertDescription>
</Alert>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/faq/faq-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const faqItems = [
'The exchange rate calculation is a 3 step process that is repeated for each currency. Firstly, the collected data is checked for any outliers, like people intentionally listing 1x Armourer\'s Scrap for 9999999x Exalted Orb. Secondly, the "mean" and the "median" values for exchange rates are calculated. Then, a "confidence score" is calculated for both the mean and the median values. Between the mean and the median values, the one with the higher confidence score is prioritized as the calculation result. Finally, all these values come together to provide a conversion data between CurrencyA and CurrencyB.'
},
{
question: "How accurate are the currency rates?",
question: "How accurate are the exchange rates?",
answer:
'The accuracy of the exchange rates completely depend on the amount of data that was available when the listings were recorded. At max, a total of 200 trade listings can be recorded between two currencies at any given time, since the PoE 2 trade page limits the total shown listings to 100. So, as mentioned in the "data collection" question, the trade listings are recorded multiple times throughout each day to improve accuracy.'
},
Expand Down

0 comments on commit 0f7455f

Please sign in to comment.