User talk:Team Rocket Grunt/Pokemon list: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
Tiddlywinks (talk | contribs) m (moved) |
m (Text replacement - "Bfdifan2006" to "C.Ezra.M") |
||
Line 31: | Line 31: | ||
<nowiki>({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6</nowiki> is a common subexpression for the average of all base stats. | <nowiki>({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6</nowiki> is a common subexpression for the average of all base stats. | ||
About if average or standard deviation is better, what do you think? --'''''[[User: | About if average or standard deviation is better, what do you think? --'''''[[User:C.Ezra.M|<font color="turquoise">C.Ezra.M</font>]]'''''<sub>[[User talk:C.Ezra.M|<font color="lime">rozmowa</font>]] · [[Special:Contributions/C.Ezra.M|<font color="orange">sprawozdanie</font>]]</sub> 18:32, 15 February 2022 (UTC) | ||
:Both are interesting, but I'm sorry, what are we talking about? You'd like to add averages to this Pokemon list?--'''[[User:Team Rocket Grunt|<span style="color:#CC0000">Rocket</span>]] [[User talk:Team Rocket Grunt|<span style="color:#666666">Grunt</span>]]''' 18:51, 15 February 2022 (UTC) | :Both are interesting, but I'm sorry, what are we talking about? You'd like to add averages to this Pokemon list?--'''[[User:Team Rocket Grunt|<span style="color:#CC0000">Rocket</span>]] [[User talk:Team Rocket Grunt|<span style="color:#666666">Grunt</span>]]''' 18:51, 15 February 2022 (UTC) | ||
::The [[list of Pokémon by base stats (Generation VIII)|list of Pokémon by base stats]] already has averages, but if you sort by average, you get the same order as if you were ordering by base stat totals. But not if the sorting were by standard deviations. [https://www.mathsisfun.com/data/standard-deviation.html This page] explains what is a standard deviation, and [https://www.mathsisfun.com/data/standard-deviation-formulas.html this one] explains all the formulas behind it. --'''''[[User: | ::The [[list of Pokémon by base stats (Generation VIII)|list of Pokémon by base stats]] already has averages, but if you sort by average, you get the same order as if you were ordering by base stat totals. But not if the sorting were by standard deviations. [https://www.mathsisfun.com/data/standard-deviation.html This page] explains what is a standard deviation, and [https://www.mathsisfun.com/data/standard-deviation-formulas.html this one] explains all the formulas behind it. --'''''[[User:C.Ezra.M|<font color="turquoise">C.Ezra.M</font>]]'''''<sub>[[User talk:C.Ezra.M|<font color="lime">rozmowa</font>]] · [[Special:Contributions/C.Ezra.M|<font color="orange">sprawozdanie</font>]]</sub> 20:39, 15 February 2022 (UTC) | ||
:::Ok, but what use would it have? I doubt anyone else would find it interesting. Shuckle is probably the one Pokemon with highest deviation so it could get that in its trivia, but that's it.--'''[[User:Team Rocket Grunt|<span style="color:#CC0000">Rocket</span>]] [[User talk:Team Rocket Grunt|<span style="color:#666666">Grunt</span>]]''' 11:06, 16 February 2022 (UTC) | :::Ok, but what use would it have? I doubt anyone else would find it interesting. Shuckle is probably the one Pokemon with highest deviation so it could get that in its trivia, but that's it.--'''[[User:Team Rocket Grunt|<span style="color:#CC0000">Rocket</span>]] [[User talk:Team Rocket Grunt|<span style="color:#666666">Grunt</span>]]''' 11:06, 16 February 2022 (UTC) |
Revision as of 12:34, 26 May 2024
Average vs. Standard Deviation
Instead of averages, I suggest using the standard deviation.
For example, with Shuckle's base stats, the standard deviation would be 103.21.
Here is the formula:
floor( sqrt( ( (({{{HP}}}-({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6)^2)+ (({{{Attack}}}-({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6)^2)+ (({{{Defense}}}-({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6)^2)+ (({{{SpAtk}}}-({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6)^2)+ (({{{SpDef}}}-({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6)^2)+ (({{{Speed}}}-({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6)^2) )/6 )*100 )/100
({{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}})/6 is a common subexpression for the average of all base stats.
About if average or standard deviation is better, what do you think? --C.Ezra.Mrozmowa · sprawozdanie 18:32, 15 February 2022 (UTC)
- Both are interesting, but I'm sorry, what are we talking about? You'd like to add averages to this Pokemon list?--Rocket Grunt 18:51, 15 February 2022 (UTC)
- The list of Pokémon by base stats already has averages, but if you sort by average, you get the same order as if you were ordering by base stat totals. But not if the sorting were by standard deviations. This page explains what is a standard deviation, and this one explains all the formulas behind it. --C.Ezra.Mrozmowa · sprawozdanie 20:39, 15 February 2022 (UTC)