Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2013-02-25 21:13:42
Standard DeviationHello. Can someone help me on this ? #2 2013-02-25 21:20:24
Re: Standard DeviationHi; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #3 2013-02-25 22:35:12
Re: Standard DeviationStandard deviation like a mean works on a list of elements not on 3 at a time. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #4 2013-03-22 01:35:29
Re: Standard DeviationHello again #5 2013-03-22 01:39:17
Re: Standard DeviationThere are several ideas but I would need to know a little bit more. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #6 2013-03-22 02:10:16
Re: Standard DeviationHi; In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #7 2013-03-22 02:19:42
Re: Standard DeviationOkay, what are you trying to do with that? Do you have some other array to compare it to? In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #8 2013-03-22 02:26:52
Re: Standard Deviationit would be easy to compare it with another array, slot by slot. But i want to get a value out of each array. Thinking of the array as a graph-> can i get a value out of it? area perhaps?distance of the area from 0? perhaps 2 or 3 small areas on a graph separated by 0 color values? sorry i can not think anything to compare 2 graphs that may look completely different. #9 2013-03-22 02:35:11
Re: Standard DeviationYou want to turn the array into a single number? This could very well take much more time than comparing them element by element. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #11 2013-03-22 02:44:18
Re: Standard DeviationYou are using some programming language? In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #13 2013-03-22 02:49:30
Re: Standard DeviationDoes the new C++ have multiprecision arithmetic yet? In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #14 2013-03-22 02:54:03
Re: Standard DeviationI don't know what is this. Last edited by panicoschr (2013-03-22 02:54:25) #15 2013-03-22 02:56:06
Re: Standard DeviationIt still only has 16 digits of precision is what I mean. Basically that means only 16 digits in any number. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #16 2013-03-22 03:14:59
Re: Standard DeviationNo, not exactly. Remember order counts in your array so you just can't add up the numbers or multiply them. The simplest thing of course is the decimal system. How high are the numbers in the each array? In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. #17 2013-03-22 05:42:31
Re: Standard Deviationsorry i had to leave for some time. I made a small testing , saw max no = 160. Of course most of the slots are value 0. Lets say only 30 slots have a value {3,4, 10 , 20 , 34 etc) #18 2013-03-22 09:40:17
Re: Standard DeviationHmmm, that is going to be a problem. In mathematics, you don't understand things. You just get used to them. Probability is the most important concept in modern science, especially as nobody has the slightest notion what it means. 90% of mathematicians do not understand 90% of currently published mathematics. |