Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #26 2012-07-30 06:16:11
Re: An expectation problem:Yes, it is quite small. In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #27 2012-07-30 06:17:39
Re: An expectation problem:How small? The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #28 2012-07-30 06:20:33
Re: An expectation problem:I do not know. But looking at the data the values are very close. In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #29 2012-07-30 06:24:25
Re: An expectation problem:Oh. Okay. The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #30 2012-07-30 06:26:22
Re: An expectation problem:To get the sd we would have to run the simulation many times and use the formula. But by inspection you can see the dispersion is going to be small. In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #31 2012-07-30 16:56:21
Re: An expectation problem:Hi Bobby and stefy, "The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson #32 2012-07-30 17:52:40
Re: An expectation problem:Hi phrontister The limit operator is just an excuse for doing something you know you can't. “It's the subject that nobody knows anything about that we can all talk about!” ― Richard Feynman “A secret's worth depends on the people from whom it must be kept.” ― Carlos Ruiz Zafón #33 2012-07-30 21:11:39
Re: An expectation problem:Hi phrontister; In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #34 2012-07-30 23:44:11
Re: An expectation problem:Hi Bobby, Code:In[1]:= Timing[sum = 0; c = 0; s = Table[0, {1000}];
N[While[c < 100000, t = 199; ss = s;
Do[ss[[RandomInteger[{1, 1000}]]] = 1, {t}]
While[Count[ss, 1] < 200, ss[[RandomInteger[{1, 1000}]]] = 1;t++];
sum = sum + t; c++]; sum/c]]
Out[1]= {270.985, 223.00152}So, again, just a touch > 223. Last edited by phrontister (2012-08-04 18:23:22) "The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson #35 2012-07-31 01:39:48
Re: An expectation problem:Hi phrontister; In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #36 2012-07-31 01:48:34
Re: An expectation problem:Hi Bobby, "The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson #37 2012-07-31 01:55:30
Re: An expectation problem:Hi; In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. |