From 0f7455fe189162977d2c4e5e355540216ba950b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Akta=C5=9F?= Date: Sat, 4 Jan 2025 13:32:53 +0300 Subject: [PATCH] update content --- src/pages/Home/CalculationResults.tsx | 2 +- src/pages/faq/faq-items.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Home/CalculationResults.tsx b/src/pages/Home/CalculationResults.tsx index 1bb7d3c..99a0a35 100644 --- a/src/pages/Home/CalculationResults.tsx +++ b/src/pages/Home/CalculationResults.tsx @@ -67,7 +67,7 @@ export const CalculationResults = ({ selected, value }: Props) => { No Data - No exchange listing was recorded for "{selected}" at{" "} + No reliable data was collected for "{selected}" at{" "} {new Date(currencyMap.meta.createdAt).toLocaleTimeString()} diff --git a/src/pages/faq/faq-items.ts b/src/pages/faq/faq-items.ts index 4339b0e..8666e3e 100644 --- a/src/pages/faq/faq-items.ts +++ b/src/pages/faq/faq-items.ts @@ -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.' },