Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
General Tabletop Discussion
*TTRPGs General
Biased Dice
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Christian" data-source="post: 1926199" data-attributes="member: 381"><p>1) Different versions of Excel have different statistical analysis packages. It's a useful tool even if it doesn't have any statistical functions in your version, because chi-squares are calcluation intensive operations, which is something spreadsheets are well-equipped to deal with ... To calculate a chi-square of a distribution, you just add up the squares of the differences between the expected number of rolls of each number and the actual number of rolls of that number, divided by the total number of rolls. Eg. for the two-hundred roll stage of my test (when the expected value is ten rolls of each number on the d20), I had numbers that looked like this:</p><p></p><p>Value Rolls Square of Difference</p><p>1 11 1</p><p>2 10 0</p><p>3 15 25</p><p>...</p><p>18 16 36</p><p>19 10 0</p><p>20 9 1</p><p>___________________</p><p>TOTAL 200 4200</p><p>Chi-square value: 4200/200 = 21.0</p><p></p><p>Then, you can look that up in a chi-square table in your handy-dandy statistics textbook & see that for nineteen degrees of freedom, this is in the 30-35% range of randomness. (You don't have a statistics textbook handy? Cretin!) => There is a significant non-random component to the results from this die.</p><p></p><p>Actually, my version of Excel includes some chi-square statistical functions, that make life a bit easier. CHITEST(results table, expectations table) gives you the randomness percentage from a table of actual results and a matching table of expected results ... With dice, you're hoping that the CHITEST() output is very close to 1.</p><p></p><p>2) How many rolls you need depends on how small a bias you want to be able to detect, and how certain you want to be of your conclusion, as with any statistical test. Rule of thumb with chi-square is, at an absolute minimum, an expected value of 5 or more for every possible value in your raw data. This means 100 rolls for a d20. In practical terms, this means you start with 100 rolls, and continue in 100 roll batches until you feel happy. <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":)" title="Smile :)" data-smilie="1"data-shortname=":)" /> With my first die, my first 100 rolls were in the 95%+ random region. That left me feeling confident that the die was probably fair, or that any bias was at least pretty small. My first 100 rolls with the black die have me a randomness percentage of less than 50%, which inspired me to continue doing tests; each subsequent 100 roll set, while sometimes showing a higher randomness percentage individually, resulted in an increase in the overall total chi-square; this made it rapidly clear that the initially perceived non-randomness was real and not a statistical artifact. 500 - 1000 rolls should be plenty for anybody, unless you're hoping to open a casino using those dice ... A bias small enough to pass through that level of testing probably is not significantly impacting your gaming.</p></blockquote><p></p>
[QUOTE="Christian, post: 1926199, member: 381"] 1) Different versions of Excel have different statistical analysis packages. It's a useful tool even if it doesn't have any statistical functions in your version, because chi-squares are calcluation intensive operations, which is something spreadsheets are well-equipped to deal with ... To calculate a chi-square of a distribution, you just add up the squares of the differences between the expected number of rolls of each number and the actual number of rolls of that number, divided by the total number of rolls. Eg. for the two-hundred roll stage of my test (when the expected value is ten rolls of each number on the d20), I had numbers that looked like this: Value Rolls Square of Difference 1 11 1 2 10 0 3 15 25 ... 18 16 36 19 10 0 20 9 1 ___________________ TOTAL 200 4200 Chi-square value: 4200/200 = 21.0 Then, you can look that up in a chi-square table in your handy-dandy statistics textbook & see that for nineteen degrees of freedom, this is in the 30-35% range of randomness. (You don't have a statistics textbook handy? Cretin!) => There is a significant non-random component to the results from this die. Actually, my version of Excel includes some chi-square statistical functions, that make life a bit easier. CHITEST(results table, expectations table) gives you the randomness percentage from a table of actual results and a matching table of expected results ... With dice, you're hoping that the CHITEST() output is very close to 1. 2) How many rolls you need depends on how small a bias you want to be able to detect, and how certain you want to be of your conclusion, as with any statistical test. Rule of thumb with chi-square is, at an absolute minimum, an expected value of 5 or more for every possible value in your raw data. This means 100 rolls for a d20. In practical terms, this means you start with 100 rolls, and continue in 100 roll batches until you feel happy. :) With my first die, my first 100 rolls were in the 95%+ random region. That left me feeling confident that the die was probably fair, or that any bias was at least pretty small. My first 100 rolls with the black die have me a randomness percentage of less than 50%, which inspired me to continue doing tests; each subsequent 100 roll set, while sometimes showing a higher randomness percentage individually, resulted in an increase in the overall total chi-square; this made it rapidly clear that the initially perceived non-randomness was real and not a statistical artifact. 500 - 1000 rolls should be plenty for anybody, unless you're hoping to open a casino using those dice ... A bias small enough to pass through that level of testing probably is not significantly impacting your gaming. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*TTRPGs General
Biased Dice
Top