quote:Even if it is elementary stuff I haven't had a statistics class to deal with probability in roughly 4 years. Its math, not algorithm design.
Originally posted by King of Men:
I don't think you're doing anyone any favours by explaining this truly elementary stuff, fugu.
quote:I actually never learned my multiplication tables.
Originally posted by King of Men:
Statistics? Dude, this isn't statistics, this is counting on yer dang fingers. This is two steps up from plain multiplication. Next you'll tell me you use a calculator for 7*8 on the grounds that you haven't studied multiplication in ten years. If you can't retain this much information from that class four years ago, you might as well give up on classes altogether; they're not doing you any good.
quote:How would you write an algorithm to answer the question you started the thread with?
Originally posted by Blayne Bradley:
quote:Even if it is elementary stuff I haven't had a statistics class to deal with probability in roughly 4 years. Its math, not algorithm design.
Originally posted by King of Men:
I don't think you're doing anyone any favours by explaining this truly elementary stuff, fugu.
quote:Nobody learns their multiplication tables without making a concerted effort to do so. It's extremely obnoxious to learn them, but I've yet to hear anybody memorize them and complain that they did not provide a return on their investment.
Originally posted by Blayne Bradley:
quote:I actually never learned my multiplication tables.
Originally posted by King of Men:
Statistics? Dude, this isn't statistics, this is counting on yer dang fingers. This is two steps up from plain multiplication. Next you'll tell me you use a calculator for 7*8 on the grounds that you haven't studied multiplication in ten years. If you can't retain this much information from that class four years ago, you might as well give up on classes altogether; they're not doing you any good.
To clarify, I know MOST of them by now through day-to-day operations.But if Im at my computer, I use my calculator out of laziness.
code:10 GOSUB POST_ON_HATRACK
20 GOSUB WHINGE_ABOUT_HOW_HARD_STUFF_IS
30 GOSUB COMPLAIN_ABOUT_OTHER_PEOPLE
40 GOTO 10
quote:Everyone knows I am, if nothing else, a two timer.
Originally posted by King of Men:
What have you got against the one-times table, BlackBlade?![]()
quote:I don't recall there being a concerted effort to learn them in my two schools growing up. But with all the multiplication you had to accomplish through rote repetition you would have been royally screwed if you didn't memorize them.
Originally posted by King of Men:
Didn't you learn it in school?
quote:in matlab:
Originally posted by scifibum:
How would you write an algorithm to answer the question you started the thread with?
code:Basically, just generate many (above I used 10,000) groups of 20 random integers between 1 and 6, then add up each group and take the mean of the entire ensemble.r = ceil(6.*rand(20,1e4));
mean_of_20_d6 = mean(sum(r));
quote:Yeah keep insulting the one guy who genuinely wants you to survive attacks from Britannia, keep doing that and see where it goes.
Originally posted by King of Men:
I know. Asking about the code might have been halfway reasonable. Not knowing the theory is epic-level ignorance (*). That's the point at which you should realise that you should drop what you're doing and go study po-mo feminism instead, where being utterly ignorant of your subject isn't a handicap.
(*) Or so I thought until you admitted to not knowing the multiplication tables.
quote:I hardly remember even so much as a single day of my youth in either high school or elementary school, its all frankly a blurr I retained I think the majority of my skills but I don't remember so much as a single day of it.
Originally posted by Paul Goldner:
Seriously, Blayne, there's no way you can have a successful career in anything using mathematics if you don't know how to do averages at this point in your life. What you're asking for help on is stuff I had mastered before moving to middle school, and never had to think about it again. Its time to change career plans... or devote about 12 hours a day, every day, to catching up in your education.
quote:And I perfectly understand college level calculus up to related rates, we didnt go into anti derivatives or integration but I roughly know what those are and understand pretty well everything before that.
Originally posted by Paul Goldner:
Passing a class and understanding the material are different things.
You don't understand very simple math.
quote:Seriously dude I already got an authority figure who acts like that and who berates me for underachieving, whats your problem? At least with my professor I know he genuinely cares about me succeeding on a personal level, whats with you? Whats your excuse? Surely you remember back in Crusader Kings helping me with linked lists, I understood it in the end after the roughly 4 hours of what was probably frustrating for both of us, but hey I got it in the end.
Originally posted by King of Men:
You're wrong. 80% is what the lib'ral arts students get for their piece of paper that qualifies them to ask whether you want fries with that. A good pass is somewhere in the region of 95%.
quote:Mmph. That's something, then. There's still the issue of not knowing how to calculate an expectation value. Really, now.
Originally posted by Blayne Bradley:
I think your misunderstanding, I can multiply X and Y, I just can't do it for some numbers without having to do it by writing it down and "carrying the one". And yes I can do single digit numbers your misunderstand.
quote:It does not take much effort typically to help Blayne out in these sorts of things. It's getting him to accept one legitimate criticism of Chinese or Russian government that is of epic difficulty.
Originally posted by Rappin' Ronnie Reagan:
If people would stop answering Blayne's questions whenever he posts this kind of thread maybe he'd stop asking and figure the answers out himself.
quote:I considered averages as "add up all the numbers and divide by the total" which incidentally is 3.5, I just didn't really believe it. So I came for confirmation..... I just realized ust this second is essnetially what 1/6 + 2/6 + 3/6 + ... + 6/6 is. *facepalm*
Originally posted by fugu13:
I was typing well before you said it, but true, I would have disregarded anyways. He's not going to look it up even if not told, and I pointed out a few different ways of doing things (so hopefully he'll remember one of them in the future).
quote:actually, i think it's the other way around.
You're wrong. 80% is what the lib'ral arts students get for their piece of paper that qualifies them to ask whether you want fries with that. A good pass is somewhere in the region of 95%.
quote:Here's a hint: Carl Gauss came up with a formula for this when he was in grade school, though the story may be apocryphal.
Originally posted by Blayne Bradley:
Now to figure out an easy way to add up all of the positive integers of n for larger numbers like a d100 as adding up 100 + 99 + 98... will probably take a while.
Whats the version of Factorial called where they're adding it up to find the sum and not finding the product?
just the name, I dont need a demonstration.
quote:I think this is nonsense. While waiting and seeing if someone realizes how to research things works for certain very motivated, very intelligent students like many on hatrack, it is fairly clear there are issues Blayne has with picking up techniques like that on his own, combined with teachers of less than full competence who fail at teaching those techniques. I believe he is better served by being shown a variety of techniques to learn from. After all, people have long learned how to answer questions like this one when they had no internet, and frequently no way to "look up" the way to do the problem other than being shown by a teacher.
And he's this way in part because there are people on Hatrack who don't seem to care about him that are willing to answer his questions for him.
quote:It doesn't have a name. But it has a simple solution.
Originally posted by Blayne Bradley:
Now to figure out an easy way to add up all of the positive integers of n for larger numbers like a d100 as adding up 100 + 99 + 98... will probably take a while.
Whats the version of Factorial called where they're adding it up to find the sum and not finding the product?
just the name, I dont need a demonstration.
quote:I guess that depends on your definition of 'successful'. I've worked with many programmers who don't have natural talent or even possess a working knowledge of mathematic concepts.
Originally posted by Samprimary:
I'm amazed people here still think there's anything they can do to 'help' him be a successful programmer.
quote:The frustration here is based on heavily repeated trends that cause skepticism about the realistic potential for Blayne to be a real programmer. At some point people are going to start pointing out that he gives no confidence whatsoever to a public audience that he's doing anything but fooling himself and that he needs to get real.
Originally posted by Tresopax:
I understand the reasoning for not giving him an answer to his question, but that's no justification for claiming he's better off abandoning his chosen profession to become a plumber, or something like that.
quote:Well, civilized adults will likely ignore you.
but imagine if I repeatedly boasted about how my chosen career was to be a surgeon and then for the next few years I kept making threads asking things like 'what is triage guys??'
whattamigonnaget
quote:1 and 1000, 2 and 999, 3 and 998 ... etc? They add up to 1001, since they're pairs it means there are 500 said pairs, 500 * 1001 gives the total.
Originally posted by TomDavidson:
Blayne, I have noticed that you have a very linear mind. You look at a problem like "how do I sum all the positive integers of n" and you immediately look at the obvious method -- adding up the positive integers, one by one. And then you stop.
But let us instead imagine that this is a puzzle of some sort, one for which the walkthrough has not yet been posted on the Internet.
So let's look at what happens when you add just two numbers of n. If they're just two adjacent numbers in sequence, like 3 and 4, it doesn't tell us much. But perhaps there is a combination of numbers we CAN add that tells us more.
Perhaps we can think of n algorithmically, as if it were a set of items we had to access through repeated trips. Let's say that, on each trip, we have space in our imaginary car for just two numbers.
Is there any approach we can take, pulling out just two numbers each time, that tells us something revealing about this set? If just pulling out sequential numbers doesn't help us, perhaps we could look at the outer bounds of the set for clues...?
quote:I'm not saying let him flounder around without giving him any help at all. I'm saying stop just giving him the answers.
While waiting and seeing if someone realizes how to research things works for certain very motivated, very intelligent students like many on hatrack, it is fairly clear there are issues Blayne has with picking up techniques like that on his own, combined with teachers of less than full competence who fail at teaching those techniques.
quote:Sure, for the first 30-40 threads.
Originally posted by Scott R:
Well, civilized adults will likely ignore you.
quote:So average of 10 is 5.5, * 48 is 264, + 594 is 858. So it works!
TARRASQUE
Colossal Magical Beast
Hit Dice: 48d10+594 (858 hp)
Initiative: +7
Speed: 20 ft. (4 squares)
Armor Class: 35 (–8 size, +3 Dex, +30
natural), touch 5, flat-footed 32
Base Attack/Grapple: +48/+81
Attack: Bite +57 melee (4d8+17/18–20/×3)
Full Attack: Bite +57 melee (4d8+17/
18–20/×3) and 2 horns +52 melee
(1d10+8) and 2 claws +52 melee
(1d12+8) and tail slap +52 melee
(3d8+8)
Space/Reach: 30 ft./20 ft.
Special Attacks: Augmented critical,
frightful presence, improved grab, rush, swallow
whole
Special Qualities: Carapace, damage reduction
15/epic, immunity to fire, poison, disease, energy
drain, and ability damage, regeneration 40, scent,
spell resistance 32
Saves: Fort +38, Ref +29, Will +20
Abilities: Str 45, Dex 16, Con 35,
Int 3, Wis 14, Cha 14
Skills: Listen +17, Search +9, Spot
+17, Survival +14 (+16 following
tracks)
Feats: Alertness, Awesome Blow, Blind-Fight, Cleave, Combat
Reflexes, Dodge, Great Cleave, Improved Bull Rush,
Improved Initiative, Iron Will, Power Attack, Toughness (6)
Environment: Any
Organization: Solitary
Challenge Rating: 20
Treasure: None
Alignment: Always neutral
Advancement: 49+ HD (Colossal)
Level Adjustment: —
quote:"Have attended classes" might be the more accurate formulation. This is not a support for Blayne's ignorance, it is an indictment of your 'graduate-level' classes.
Originally posted by twinky:
I forgot how to calculate expected values for n-sided dice in that RPG thread just a few weeks ago, and I've taken statistics at the graduate level.
quote:I agree. But notice that Blayne hasn't got to the level of knowing what 'it' is, in the case of expectation values. Before you can apply X correctly, before you can even look up the procedure for X, you must at a minimum know that X exists!
IMO, it's more important to remember how to apply something correctly than it is to remember how to do it. You can look up a formula, but if you aren't cognizant of the basic assumptions on which that formula rests... well, "garbage in, garbage out."
quote:I plan to see if its possible to take those courses during my first semester.
Originally posted by fugu13:
I'd like to note I mentioned the technique of pairing the numbers at each end up in the second reply of this thread, hence my suggestion that Blayne read more closely![]()
But yes, it is entirely possible for Blayne to be a programmer with no particular mathematical chops. However, Blayne, if you want to be a game programmer, I strongly suggest you take at least an upper level matrix/linear algebra course in the math department. Only with that level of understanding under your belt will you be able to be a game programmer of the sort you seem interested in being.
quote:That I don't recall a formula is hardly an indictment of the classes. That was part of my point. I know to check for pitfalls and make sure I'm avoiding them before I start doing any analysis, in case there's a watch-out I've forgotten about -- which is quite likely, considering the volume of other knowledge I've filled my head with since the time when I first learned about the concepts.
Originally posted by King of Men:
quote:"Have attended classes" might be the more accurate formulation. This is not a support for Blayne's ignorance, it is an indictment of your 'graduate-level' classes.
Originally posted by twinky:
I forgot how to calculate expected values for n-sided dice in that RPG thread just a few weeks ago, and I've taken statistics at the graduate level.
quote:So he came and asked the question. I'm not seeing the problem, beyond that Blayne comes and asks a lot of questions here rather than doing his own research. But he's hardly the only person to have done that here.
Before you can apply X correctly, before you can even look up the procedure for X, you must at a minimum know that X exists!
quote:True, but people were dinging me for personal attacks.
That I don't recall a formula is hardly an indictment of the classes.
quote:You would have been if I'd been in that thread.
The other part of my point is that while I felt silly for having forgotten such a basic concept, I wasn't ridiculed and insulted in the way that Blayne has been here.
quote:The problem is that there is a minimum level of knowledge you must have before you can ask useful questions. Asking about expectation values is a bit like asking how to look things up in a dictionary, or how to read.
So he came and asked the question. I'm not seeing the problem.
quote:By you, sure. But that hardly equates to the volume of scorn we've seen here.
Originally posted by King of Men:
quote:True, but people were dinging me for personal attacks.
That I don't recall a formula is hardly an indictment of the classes.
quote:You would have been if I'd been in that thread.
The other part of my point is that while I felt silly for having forgotten such a basic concept, I wasn't ridiculed and insulted in the way that Blayne has been here.
quote:It isn't at all like either of those things. Those things are universal knowledge; even a seemingly basic concept like expectation values is actually fairly specialized knowledge when you compare it to the overall set of knowledge areas. It doesn't surprise me at all that Blayne either hasn't encountered it before or doesn't recall having encountered it before because it was a long time ago.
Originally posted by King of Men:
quote:The problem is that there is a minimum level of knowledge you must have before you can ask useful questions. Asking about expectation values is a bit like asking how to look things up in a dictionary, or how to read.
So he came and asked the question. I'm not seeing the problem.
quote:It was required that each student do so in my Bachelor's program, as well as up to Calculus III (3 dimensional calculus).
However, Blayne, if you want to be a game programmer, I strongly suggest you take at least an upper level matrix/linear algebra course in the math department.
quote:If you take KOM out, who here is heaping scorn on Blayne for not knowing expected value?
By you, sure. But that hardly equates to the volume of scorn we've seen here.
quote:There was not one comment about the expected value mix-ups by me and others in the previous thread. Here we have two pages in not very much time. I think the main difference between this thread and the other one is that this one was started by Blayne.
Originally posted by MrSquicky:
I don't think the tack you are taking really matches up with what actually happened on this thread.
quote:In law, I'm told that there is a particular misapplication of statistics so common that it actually has a name: "the prosecutor's fallacy." If everyone coming out of high school had this "freshman-highschool level of understanding probability" that you're talking about, the prosecutor's fallacy wouldn't exist, but I think the reality is that people who understand these concepts are in fact not all that common.
Originally posted by King of Men:
I'd like to point out that it also requires a freshman-highschool level of understanding probability, which Blayne doesn't seem to have. First things first.
quote:Well, that and the purpose of the thread. This is a thread where Blayne is explicitly asking for help, which is different from a slight mix up on something tangential to the thread it occurred in.
There was not one comment about the expected value mix-ups by me and others in the previous thread. Here we have two pages in not very much time. I think the main difference between this thread and the other one is that this one was started by Blayne.
quote:I think you're giving KOM credit for knowing a lot more about statistics than he's shown in the past. Based on his frequent mistakes about basic aspects of statistics, I doubt it's his education level that's coloring his comments.
I suspect it's more likely that your view of what constitutes a basic concept in statistics or math is coloured by your education level.
quote:It's okay to treat Blayne disrespectfully because this disrespect has been earned? One would hope that there is a base level of respect afforded to non-trolls.
There's not a high amount of respect for Blayne, but high amounts of respect isn't something that Blayne has earned.
quote:I initially posted to add to X's comment about the other thread. It sparked a discussion. I didn't have a motive, but here's what I think: this thread would have been much shorter if Tom's response had been in the first few replies, whether it came from him or someone else.
What are you trying to accomplish with this, twinky? You know what I'm trying to do, but I'm not sure I see what you see coming out of your interactions here.
quote:I don't know about that. I didn't say anything about disrespect, but rather high amounts of respect. These are two very different things.
It's okay to treat Blayne disrespectfully because this disrespect has been earned? One would hope that there is a base level of respect afforded to non-trolls.
quote:I don't have [a didactic motivation]. I'm addressing comments and questions that are directed at me.
Originally posted by MrSquicky:
Yeah, I get that that was your initial reason. What is your motive for this line of discussion?
quote:Yes.
Originally posted by MrSquicky:
I'm not sure what comment of Tom's you are talking about. Is it the one at the top of this page?
quote:I guess if you think that my aspirations are 'be a jerk on hatrack' y'all prolly not had too many real jerks on hatrack.
Originally posted by MrSquicky:
Samp, who seems to aspire to almost always being a jerk, but is giving Blayne problems for his posting history, not about this particular problem,
quote:So you decided to disguise the next one as an attack on twinky's teacher instead of on him?
Originally posted by King of Men:
quote:True, but people were dinging me for personal attacks.
That I don't recall a formula is hardly an indictment of the classes.
quote:He holds this forum's office of Captain Atheism.
Originally posted by The Genuine:
Who is this King of Men fellow? Why is he such a ?