<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: complex dice probability make head esplode</title>
	<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode/</link>
	<description>Comments on Ask MetaFilter post complex dice probability make head esplode</description>
	<pubDate>Fri, 21 Dec 2007 14:01:37 -0800</pubDate>
	<lastBuildDate>Fri, 21 Dec 2007 14:01:37 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: complex dice probability make head esplode</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode</link>	
		<description>I need a tool to help me analyze the probability of certain events occurring regarding a pool of X dice for a game I am creating. See my examples below.
 &lt;br /&gt;&lt;br /&gt; I am looking for a dice statistics program or, baring that, a set of formulas I could input into excel, that can answer the following questions. Graphing capabilities are a plus.&lt;br&gt;
&lt;br&gt;
Some of the events I want to analyze:&lt;br&gt;
&lt;br&gt;
1) The probability that, from a pool of X dice, Y dice can be chosen by a player such that the sum of the Y dice is equal or lesser than a number N.&lt;br&gt;
&lt;br&gt;
2) Related to the previous question; of the pools that succeed what is the distribution of how close they are to hitting N, (for instance, if the sum of Y dice is 10 and the number the player was aiming for was 12 then they are only off by 2).&lt;br&gt;
&lt;br&gt;
3) In a pool of X dice How likely is it that there will be Z sets of doubles (say two 6s or snake eyes) and, more specifically, what are the chances of getting a specific set of doubles (say just snake eyes).&lt;br&gt;
&lt;br&gt;
I am pretty statistics theory inept (never took it in school) but I am average to above average with math in general... basically please keep any advice in laymen terms as much as possible. Thanks</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.79252</guid>
		<pubDate>Fri, 21 Dec 2007 13:52:56 -0800</pubDate>
		<dc:creator>DetonatedManiac</dc:creator>
		
			<category>statistics</category>
		
			<category>dice</category>
		
			<category>games</category>
		
			<category>probability</category>
		
			<category>math</category>
		
			<category>odds</category>
		
			<category>programs</category>
		
			<category>formulas</category>
		
			<category>excel</category>
		
	</item> <item>
		<title>By: aubilenon</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode#1176570</link>	
		<description>For sort of complex stuff like this the easiest way to do it is to run a simulation, and actually roll X dice 5000 times and see how many times you can meet whatever criteria.  Divide that by 5000 and that&apos;s very close to your probability.&lt;br&gt;
&lt;br&gt;
If you aren&apos;t a programmer, this might be a good project to learn python or something for.  It shouldn&apos;t be very difficult.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79252-1176570</guid>
		<pubDate>Fri, 21 Dec 2007 14:01:37 -0800</pubDate>
		<dc:creator>aubilenon</dc:creator>
	</item><item>
		<title>By: geoff.</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode#1176580</link>	
		<description>What you&apos;re looking for is the Monte Carlo method. The computer takes the underlying probabilities and then runs it an ungodly amount of times. It is sort of like cheating, and it has problems outside of physical processes.&lt;br&gt;
&lt;br&gt;
Regardless, there&apos;s a lot of data out there on how to implement Monte Carlo in practically any language or program that could support it.&lt;br&gt;
&lt;br&gt;
In any case you should get a shape of the probability distribution for what you&apos;re looking for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79252-1176580</guid>
		<pubDate>Fri, 21 Dec 2007 14:20:59 -0800</pubDate>
		<dc:creator>geoff.</dc:creator>
	</item><item>
		<title>By: mphuie</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode#1176661</link>	
		<description>Excel plus the rand() / randbetween() function?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79252-1176661</guid>
		<pubDate>Fri, 21 Dec 2007 15:30:02 -0800</pubDate>
		<dc:creator>mphuie</dc:creator>
	</item><item>
		<title>By: plant</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode#1176745</link>	
		<description>I haven&apos;t looked too closely at how it, and it seems like it&apos;d have a bit of a learning curve, but you can probably make &lt;a href=&quot;http://www.semistable.com/dicelab/&quot;&gt;dicelab&lt;/a&gt; give you the answers you want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79252-1176745</guid>
		<pubDate>Fri, 21 Dec 2007 17:01:01 -0800</pubDate>
		<dc:creator>plant</dc:creator>
	</item><item>
		<title>By: Ian A.T.</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode#1176910</link>	
		<description>I&apos;m sure you&apos;ll get some great answers here, but you might want to try cross-posting this on Board Game Geek&apos;s Game Designer forums. The people on there literally spend hours a day thinking and writing about stuff like this, and giving them this question would be a wonderful Christmas gift that would appreciate with gusto.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79252-1176910</guid>
		<pubDate>Fri, 21 Dec 2007 21:08:25 -0800</pubDate>
		<dc:creator>Ian A.T.</dc:creator>
	</item><item>
		<title>By: devilsbrigade</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode#1176990</link>	
		<description>The proper way to do (1) and (3) is with combinatorics, some set theory, and the axioms of probability. The distributions in (2) will depend on how many times you roll the dice, but it&apos;ll end up being normal by the central limit theorem, for n &amp;gt; 30. &lt;br&gt;
&lt;br&gt;
The easy way to do all of this is to download R, which is a statistics programming language. There are plenty of R tutorials floating around. You can use a discrete uniform distribution to model dice (your sample space is {1,2,3,4,5,6} all with p = 1/6). R will let you generate as many random trials as you want, manipulate them however you want, and then print up a nice little histogram with everything you ever wanted to know.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79252-1176990</guid>
		<pubDate>Sat, 22 Dec 2007 00:27:27 -0800</pubDate>
		<dc:creator>devilsbrigade</dc:creator>
	</item><item>
		<title>By: devilsbrigade</title>
		<link>http://ask.metafilter.com/79252/complex-dice-probability-make-head-esplode#1176992</link>	
		<description>Slight correction: that sample space is for one die. If you&apos;re just doing sums, you can define your sample space as {2,3,4,5,6,7,8,9,10,11,12}, in which case it would no longer be uniform (there are multiple ways to sum to 6, but not to sum to 2). YYou may also find it easier to work with a sample space more like {{1,1},{1,2},{1,3}....{6,6}}, which will let you be more flexible. R does all of these things.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79252-1176992</guid>
		<pubDate>Sat, 22 Dec 2007 00:30:45 -0800</pubDate>
		<dc:creator>devilsbrigade</dc:creator>
	</item>
	</channel>
</rss>
