Jump to content

Total pp: Difference between revisions

From TypeGG Wiki
Created page with "Total pp is calculated by using the top 250 unique quotes on a user profile using this formula: pp_value is the actual pp_value of the given quote index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249) \[ \text{total\_pp} = \sum_{i=0}^{249} \left\lfloor \, pp\_value \cdot 0.97^{i} \, \right\rfloor \]"
 
m use Latex to describe function
Line 4: Line 4:
index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249)
index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249)


\[
<math>pp_{total} = \sum_{n=0}^{249} \left \lfloor pp_i * 0.97^i \right \rfloor</math>
\text{total\_pp} = \sum_{i=0}^{249} \left\lfloor \, pp\_value \cdot 0.97^{i} \, \right\rfloor
\]

Revision as of 17:05, 10 September 2025

Total pp is calculated by using the top 250 unique quotes on a user profile using this formula:

pp_value is the actual pp_value of the given quote index is the ranking the pp_value got after sorting from high to low (index starts at 0 and goes up to 249)

pptotal=n=0249ppi*0.97i