Slashdot Mirror


Terrible Advice From a Great Scientist

Shipud writes "E.O. Wilson is the renowned father of sociobiology, a professor (emeritus) at Harvard, two time pulitzer prize winner, and a popularizer of science. In a recent article in the Wall Street Journal, Wilson provides controversial advice to aspiring young scientists. Wilson claims that math literacy is not essential, and that scientific models in biology, intuitively generated, can later be formalized by a specialized statistician. One blogger calls out Wilson on his article, arguing that knowing mathematics is essential to generating models, and that lacking what Darwin called the "extra sense" is essentially limiting to any scientist."

276 comments

  1. He's right by ShanghaiBill · · Score: 5, Insightful

    Math, intuition, and insight are all important. But they don't all have to come from the same person. I have worked on plenty of teams where the creative work and number crunching tasks were delegated to different people. I am currently working on a 3D educational game, using OpenGL. It involves lots of gnarly trig and vector math, which I am good at. It also involves lots of creative scene design and character development, which I am not good at. So I work with an artsy chick, and we make a good team. I don't see why splitting creativity and implementation shouldn't work for biology as well.
     

    1. Re:He's right by Alex+Belits · · Score: 4, Insightful

      Science doesn't work like that.

      --
      Contrary to the popular belief, there indeed is no God.
    2. Re:He's right by fredprado · · Score: 1

      Ah, many things can be accomplished by splinting the expertise between two or more people, but many things do require that the expertise be concentrated in a single individual. Especially things that require complex and frequent interactions between them to generate understanding.

    3. Re:He's right by femtobyte · · Score: 4, Insightful

      Intuition and the part of math that involves being good at grinding through lengthy, dense calculations without making sign errors don't have to be the same person. However, a strong and intuitive sense of what math is capable of (which requires advanced mathematical education) do need to go together for scientific productivity. Otherwise, it's just like the techno-incompetent manager asking engineers to implement his "brilliant" physically impossible designs.

    4. Re:He's right by Anonymous Coward · · Score: 2, Informative

      Yeah, a team is important, even if it's only two people. James Watson described his working relationship with Francis Crick in "The Double Helix" - Crick was a polymath and was clearly the senior member of the pair, while Watson was brilliant but lazy (he described himself as "another uneducated Ph.D" whose mind was characterized by "an almost complete lack of chemical facts"). But they both apparently spoke a mile a minute and bounced ideas against each other, until Watson, with the benefit of seeing Rosalind Franklin's famous x-ray crystallography photo, one day hit on a workable molecular model in the lab.

      So Wilson's advice isn't necessarily terrible, although I would take it with a grain of salt. He probably expects everyone in the lab to have mastered vector calculus and linear algebra, since they're so elementary by his standards, so perhaps he's referring to more advanced coursework such as differential geometry.

    5. Re:He's right by ColdWetDog · · Score: 5, Informative

      Increasingly it does (minus the artsy chick, some fantasies never die). Very few current articles in biology have been written by one or two people. Even those articles have a long list of people that the researchers relied on for technical and intellectual support. It's not Charles Darwin walking down the road any more.

      While there may be great insights developed by single 'intuitive' biologists, the intellectual foundations of those insights are going to come from thousands of disparate people. DNA chemistry and sequencing is an example here - how many biologists understand the chemistry of the analyzers? How many chemists understand the software?

      I don't think H.O. is really correct though. At the complexity level that biologists are working at 'intuitive' thinking isn't going to help much. Working the numbers will.

      I'd rather train a mathematician to be a biologist than the other way around.

      --
      Faster! Faster! Faster would be better!
    6. Re:He's right by SomeKDEUser · · Score: 4, Insightful

      I know of certain articles in highly recognised journals which passed the review process, pushed by the editors who liked the message so much.

      I also know that their data was largely noise, because the main authors clearly are math illiterate. Of course not everyone needs to be a mathematician, but every scientist should know the basics of statistics and be able to recognise a binomial or Poisson process after a cursory glance at the data.

      Likewise not everyone should be some über-coder, but every scientist should be able to write small programmes in MATLAB, R, numpy, or whatever is appropriate for their field. These are basic qualifications which prevent you from churning out bullshit.

    7. Re:He's right by Anonymous Coward · · Score: 1

      On the other hand there is also the matter of "Jack of all trades, master of none."
      Pursuing math is something that takes time from something else. In some fields it might be necessary to have someone that know both, in others you need a specialist.
      What we don't need is a monoculture where everyone have the same education and the same interests. Luckily people tend to ignore advices like those given in the article and focuses on things they think is interesting. Thanks to this trait science actually works.

    8. Re:He's right by Molt · · Score: 2

      In your example the coding and art are loosely coupled, it's easy to split them between different people. I suspect that if you knew programming but had no knowledge of 3d maths and there was a third person who knew 3d maths but not programming then you would have a lot more difficulty. Every minor piece of coding would result in a confused conversation where you don't have enough common domain knowledge to communicate effectively, misunderstandings will come in as assumptions are made on both sides, and problems will arise.

      --
      404 Not Found: No such file or resource as '.sig'
    9. Re:He's right by JustinOpinion · · Score: 4, Insightful

      In your analogy, you're talking about a very high-level split that can be done cleanly. One person does the creative work of coming up with a game design (storyline, play control, etc.) without worrying about the underlying implementation details. Then another person can certainly do the engineering and coding work to implement that.

      But it should be obvious that for some other problems this won't work. For example, it doesn't make sense to try and split the coding into a "creative coder" (who knows nothing about programming) and an "implementation coder" who turns the creative's ideas into actual code. The creative would toss out nonsensical ideas (like "instead of using vectors, why not use genetic algorithms?"), and then the implementer would have to explain why all those ideas are silly... or else they would just have to ignore the creative type and simply code something that makes sense.

      In other words, generating good source code requires someone who knows enough about programming that they can see creative solutions. Their intuition is not separate from their programming talent: their intuition is based upon years of training and experience with source code, math, engineering, and so forth. That's where the good ideas come from.

      Coming up with good scientific ideas is similar. Analysing scientific data even moreso. It's only once you have a deep, subliminal understanding of the important concepts that you're going to make substantive progress. Whether a deep understanding of math counts as an "important concept" depends on the field, of course... but I would argue that for science generally, the more mathematical know-how you have, the more informed and powerful your ideas will be.

    10. Re:He's right by Anonymous Coward · · Score: 0

      because the idea comes from e.o. wilson, hated by group selection proponents. they'll stop at nothing to keep their obviously wrong model front and center.

    11. Re:He's right by khallow · · Score: 1

      MATLAB is inappropriate for any field.

      It has niche applications to some small fields like science and engineering, but I wouldn't use it to balance the checkbook.

    12. Re:He's right by SomeKDEUser · · Score: 1

      Better MATLAB than wishful thinking... I'm not a fan personally, but I would rather people used that than nothing at all.

    13. Re:He's right by Anonymous Coward · · Score: 0

      But he's wrong since math literacy, in someone, is essential. What Wilson makes a case for being even more essential is believing what you do is the most important part.

    14. Re:He's right by heypete · · Score: 1

      MATLAB is inappropriate for any field.

      Why?

      For calculations that involve lots of matrices, it's quite good.

    15. Re:He's right by Anonymous Coward · · Score: 0

      OP actually makes this point too, when he refers to his so-called partner an artsy chick.

    16. Re:He's right by SJester · · Score: 4, Insightful

      I'm a scientist (well, almost) and it does work like that with a few caveats. As a biologist I'm not called upon to build intricate mathematical models entirely by myself - but I sure as hell need to understand them before I set to work so I can gather data intelligently, and I need to understand math well during and after so I can communicate with collaborators and contribute to the final papers. I need enough math (and programming, in my branch of the family tree) to at least converse intelligently with team members. A grant application went out recently from our facility. It had a biochemist, a neuroscientist, a mathematician, and a computer scientist on it and the goal is to build a giant computational model of some neural signal cascade. Sounds like the setup for a joke but you can see the spectrum we typically span. Those colors need to blend at the edges.

    17. Re:He's right by SJester · · Score: 1

      MATLAB is inappropriate for any field.

      Ok, I'll bit. Why?

    18. Re:He's right by Anonymous Coward · · Score: 0

      Science doesn't work like that.

      Yes, yes it does. Especially Biology. Read their papers. There is not a hint of math in most of them.

      Ask a biology PhDs to do differential calculus. Or even to do basic calculus. They do not have to. And why would they? If they need mathematical modeling, they can always ask a mathematician. That's why there is an entire segment of math devoted to biology.

      That's why there is also a bunch of physicists always doing some measurements in other disciplines, be that biology or chemistry or even sometimes geology. Then again there is mathematicians helping physicists.

      Yes, science works exactly this way. It is NOT jack of all trades here. If it were, we'd be still at 1900s level science.

      PS. Even Einstein benefited from a mathematician to formulate his theories of relativity. He wasn't particularly bright where it came to tensor calculus.

    19. Re:He's right by Sesostris+III · · Score: 1

      Science doesn't work like that.

      Presumably you have evidence to back this up, or is it something you know intuitively?

      --
      You never know what is enough unless you know what is more than enough. - Blake
    20. Re:He's right by Samantha+Wright · · Score: 1

      I can see it now. At a conference:

      "And then we discovered our data fit this unusual mound-shaped pattern, which I thought was pretty neat..."

      "Isn't that a Gaussian distribution?"

      "Oh, so you've read our paper!"

      ...the day when biology becomes lessintimately connected to stats is the day when there are no more problems to explore. Perhaps when you're studying insect behaviour like E. O. Wilson you care more about intuitively-recognizable patterns, but the team's statistician should be a supplement moreso than a replacement for developing your own understanding of statistical models.

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
    21. Re:He's right by Anonymous Coward · · Score: 0

      I'm all for working in a team. I do that all the time in the scientific work I do. I'm good at some things, my colleagues are better at other things. Our skills complement each other.

      But if your job was engineering, would you contract out the math? If your job was journalism, would you contract out the writing if you didn't know the language? There are some skills that you should have if you want to do that job at all. In science, among other skills, math is a necessity. At the very least you need to be good enough at it to understand other people's application of math to the scientific questions in your field. If you understand little of it, or aren't capable of bringing yourself up to speed on it as necessary, you may as well be illiterate.

      Can you do science if you're not adept/fluent at math? In some fields, yes. Wilson is right about that. But can you do science if you're not math literate? Doubtful. If you could, then I'd question whether what you're doing really is science. Furthermore, I think the implication that you shouldn't have to push to improve your math skills if you want to be a scientist is unhelpful. You're going to need it. Few students are going to have the luxury of taking the path that Wilson took (catching up on his math years later) unless they are truly exceptional in other areas. It's going to be a lot harder, that's for sure. Not a recommended approach.

    22. Re:He's right by K.+S.+Kyosuke · · Score: 1

      "It involves lots of gnarly trig and vector math, which I am good at."

      I'd argue that when someone says "math is important", more often than not is it not about trig functions, vectors, and integrals, but rather about logic, reasoning, and modern statistical inference.

      --
      Ezekiel 23:20
    23. Re:He's right by drinkypoo · · Score: 3, Insightful

      I'd rather train a mathematician to be a biologist than the other way around.

      With sarcastic apologies to Alex Belits, it doesn't work like that. I mean, it might, but there's issues of both interest and aptitude. Personally, I think you're both right. The best situation is to have both mathematics ability and some other kind of ability concentrated in a single human. Barring that, you can still get things done, perhaps just not as quickly. Thus, it is still preferable but not essential for everyone to have strong mathematics stills.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    24. Re:He's right by fredprado · · Score: 1

      And that is the main limiting factor of science nowadays. Potential advancements in many fields require knowledge in many others from a single person, and the amount of knowledge a single person can have is limited. At some point in the future artificial improvements of brain capacity and knowledge transfer will be required to accomplish any advancement in science.

      That said, I disagree with you in one thing. Although giving everyone the exact same knowledge is indeed a bad idea, requiring from every scientist at least a reasonable mathematical knowledge is not. Mathematics is logic and logic is the foundation of science. Nobody that is ignorant about mathematics can call himself a scientist.

    25. Re:He's right by SomeKDEUser · · Score: 3, Insightful

      This would be funny if it were not true... Beware the biologists who tells you they found a number N of categories of each suspiciously smaller than the previous one by the same ratio. And never checked for fear that their result might not be publishable after all.

      As in : "This a ground-breaking, paradigm shifting result: these identical individuals are not: some are short-lived, some long-lived, and we found an intermediate category, too" -- "oh, so your mortality curve follows an exponential law".

    26. Re:He's right by K.+S.+Kyosuke · · Score: 0

      Why? For calculations that involve lots of matrices, it's quite good.

      Since when? If your calculation does indeed involve lots of matrices, does it fuse the matrix operations, generate optimal code and run in on your GPU, of if that is not available, at least on your multicore CPU in parallel? Without any changes? The last time I looked, you had to do some code rewrites and sacrifice a few chicken to achieve that.

      The good thing about large packages like Matlab is that a lot of people know how to use them, there are many books, and many extensions. The bad thing is that the whole thing has about as much inertia as R.M.S. Titanic

      --
      Ezekiel 23:20
    27. Re:He's right by SomeKDEUser · · Score: 3, Insightful

      Bullshit. Any scientist needs to understand basic maths, notably statistics. Not advanced calculus or complex algebra. But statistics and understanding what a model is is paramount. If you cannot recognised the patterns produced by common types of random processes, you may well start to believe you have found something.

      And in fact just measured experimental noise.

    28. Re:He's right by Samantha+Wright · · Score: 2

      The thing is, it could be worse than that. It could be much, much worse. Consider it a blessing that biologists are forced to take as much math as they are.

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
    29. Re:He's right by K.+S.+Kyosuke · · Score: 2

      Better MATLAB than wishful thinking... I'm not a fan personally, but I would rather people used that than nothing at all.

      I'd like to introduce you to Julia. The sooner it gets widespread, the better for mankind. Or at least for engineerkind...

      --
      Ezekiel 23:20
    30. Re:He's right by SomeKDEUser · · Score: 2

      it's a shitty language. Still, in my opinion, much better that than nothing.

      Why is is shitty, you ask? No objects, the syntax is not orthogonal (octave is a clone but seems to have done indices right, at least). Horrible, inconsistent libraries. Incredibly inefficient -- People going from naïve matlab to naïve c++ can get x1000 speed-ups.

      And so on.

      And yet, not coding at all is infinitely worse, so I don't give a hard time to my colleagues who at least try :)

    31. Re:He's right by SomeKDEUser · · Score: 2

      don't get me started on MDs, they should never be allowed near a lab until they get a real university degree in a hard science. Which they should get _after_ their MD.

      MD is a trade, like Carpenter or Mason or Lawyer. A hard one, which requires all sorts of qualities. But it does not qualify you to do science. Not remotely.

    32. Re:He's right by Anonymous Coward · · Score: 1

      No, the bloggers who called this highly recognized scientist must be right, on the the firm foundations of feelings of superiority and long track-record of outstanding practical and groundbreaking results.

      Don't listen to the prize winner, he's old and moldy. All his experience stand in the way of seeing science for how it truly improves over time - by the tiniest microscopic steps, one nano-step at a time.

    33. Re:He's right by Grieviant · · Score: 4, Informative

      You make the assumption that a long list of authors indicates a truly collaborative research effort. In practice, this is very rarely the case. From my experience, nine times out of ten the work is done completely by the primary author or the first two authors. The rest of the authors are supervisors, technical managers, those who secured the funding, possibly a technician who assisted with the experiments, etc., who never even lay eyes on the paper until it's basically finished.

    34. Re:He's right by colinrichardday · · Score: 1

      But is it as large as RMS Emacs?

    35. Re:He's right by Anonymous Coward · · Score: 0

      Yes it does. Unless you are a bad scientist.

    36. Re:He's right by Anonymous Coward · · Score: 1

      > Science doesn't work like that.

      Yes, it actually does. Do you have a Master's degree in science? Ever worked in a real research institution? Or is your idea of science based on some fantasy portrayal in the media?

      Science is increasingly interdisciplinary, and increasingly populated by people who were exceptional in their specialty, but have little breadth of knowledge. Not to make an argument from authority, but I *am* a scientist, and while I understand math, many of the non-mathematical scientists have no more than a *basic* understanding of stats (they took one course in grad school, one time, because they *had* to, and it was at the introductory level because otherwise 75% of their cohort would have failed it). They design experiments naively and then get SPSS or SAS to do all of the work, or if they can't figure that out (read: they dont get the results that they want) they get a statistician to do the analysis and make them a second author.

    37. Re:He's right by Anonymous Coward · · Score: 0

      But maf iz hard an hurtz my braanzz...

      Seriously, has anyone ever tried to integrate over the complex plain using polar coordinates?!? It's a bitch...

      Perhaps Wilson's point is that Biology isn't, throughout the field of study, a hard science. (Hard as in having definite right and wrong answers, not hard as in 'difficult'.) The part where you apply statistical methods to generalizable statements about a populace IS hard science about a soft subject, but still, the guy has kind of a point.

      That said, math in general is to a scientist what a hammer is to a carpenter. You can do the job without it some of the time, but there are going to be times when you simply can't do without, and none of your peers will respect you or want to help you when you are missing some of the most basic tools of the trade. The analogy is actually weaker than it looks, because you could make the excuse if you're a carpenter that you HAD a hammer, and it broke, or someone borrowed it, or someone... "borrowed" it. How the hell are you, as a scientist, going to tell someone you have to ask to do your math for you that... what? Someone stole your mathematical knowledge? That you couldn't afford to go to any one of a million sources to learn how to do it? You couldn't take a course at a community college, or pick up a book at a library, or perhaps turn to... the Internet?

      Seriously though, to say math literacy is not important for any scientist either shows that the field in question is not really science, or that it does not deal in any way, shape, or form with quantities. If you don't want to learn math, (or you can't,) why not become an accountant? As these big Wall-Street fiascoes have shown us, you can just make the shit up, you don't even have to have actual numbers, which implies that you can make the math itself up, too.

      What are two and two? Why, (um...) seventeen, of course! How'd I get that? Why, why not, right? It's not like the results have to correspond in any way with reality, right?

      I would disregard his "advice". Perhaps he hopes telling people math is unneeded will help encourage more people to get into the field, and that those people will realize the math is REALLY helpful to know, and just end up learning it coincidentally. It's like having a kid and wanting him/her to eat his/her vegetables. You put yummy roasted veggies on the plate, and don't tell the child "you HAVE TO EAT THEM, they're good for you." Instead just make sure they're there, and that they're really delicious in the hopes the kid will eat them.

      However, by the time people get to the point where they are seriously looking to chose a career-field, who may be considering a career in any of the sciences are not children, and we shouldn't treat them as if they are. Patting them on the head to get them to consider a field of endeavor, a career really, that requires math and telling them it doesn't is a bait-and-switch tactic, and I think many future liberal-arts graduates will resent the hell out of having wasted the first year or two in college taking classes that had nothing to do with Art History, or Pre-Napoleonic French Literature, or Interior Design, or whatever they ultimately end up majoring in.

      Just my fiftieth of a dollar.

    38. Re:He's right by Anonymous Coward · · Score: 0

      Yes they do, I've seen utter rubbish come from inuition. Math is the only sure way to reason.

    39. Re:He's right by hedwards · · Score: 3, Insightful

      True, but statistics usually requires intermediate algebra and could probably be taught in highschool without too much trouble. And the bottom line is that the formal theory is neither necessary nor sufficient for somebody to look at the data and see meaningful patterns. As long as you have somebody on the team that can whip up a model to fit the data that you can then test against future experiments, you're fine. There's no particular reason why any particular scientist needs that specialty.

      And anyways, it's not just the statistics, it's the experience of having crunched many numbers and found many errors in the past. Realistically a specialist is much more likely to find the problem in an efficient manner than the other team members. Do enough math and eventually you can pretty much see the errors without even trying.

      That being said, everybody really should have that class as part of their education as it's so helpful during the 99.9999% of your life where you don't have a statistician on hand to analyze your data for you.

    40. Re:He's right by hedwards · · Score: 2

      You have to balance it. In order for interdisciplinary teams to work you have to have familiarity with their specialty. Trying to work where you know nothing of their specialty just leads to problems like mistakes being made between fields.

    41. Re:He's right by Anonymous Coward · · Score: 0

      That said, I disagree with you in one thing. Although giving everyone the exact same knowledge is indeed a bad idea, requiring from every scientist at least a reasonable mathematical knowledge is not. Mathematics is logic and logic is the foundation of science. Nobody that is ignorant about mathematics can call himself a scientist.

      Math, and logic, is just a subset of philosophy. It would be better to teach scientists more philosophy than math.
      Mathematicians tend to make way too many assumptions about what is right and wrong.

    42. Re:He's right by chihowa · · Score: 2

      The MD, PhD program is a popular way now of "legitimizing" an MD's role in science. In these programs, the PhD part of the degree is typically a joke involving no more actual research than than would be involved in an MS. They also get no more rigorous science classwork than they incidentally receive in the training for their MD. While they probably make great doctors, they don't seem to make very impressive scientists, and it's sad that they are seen as adequate replacements for properly trained scientists. (If you're willing to risk substandard science, they are great as a cost-saving measure: in medical research, you get the required MD and PhD in the same package. They can also see patients when not "doing research", which makes the hospital money.)

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    43. Re:He's right by Anonymous Coward · · Score: 1

      I don't know the MD/PhD folks that you have had experience with, but as a graduate student I find that the training of the MD/PhDs that I interact with on a daily basis is just as rigorous as that of the standard grad students. Their PhDs typically last 5-6 years, which is the equivalent length of that of a well-trained graduate student. Granted, I work in the Boston area, so most of the MD/PhDs that I deal with come out of HMS MSTP, which may be a lot more rigorous in its scientific training than the average MD/PhD program.

    44. Re:He's right by Shinobi · · Score: 1

      "I find many of the computer scientists studying e.g. AI (my old field), often become frustrated by the real world's refusal to comply with their theory. They tend to be theory first, data second. That's the hallmark of bad science."

      I have similar experiences, and a colleague ran into it during his studies a couple of years back. During an algorithms lecture, the professor wrote up an algorithm and explained it, and then finished that with "And this is the best algorithm you can find for this task", whereupon my colleague remarks that he knows of at least 3 architectures where it'll either be dog slow or not work at all, due to hardware not supporting some features the algorithm relied upon(lots of fdivs). He was called up to the professor for a talk about his "attitude problem regarding computer science"

    45. Re:He's right by SomeKDEUser · · Score: 1

      Let's put it this way, the most common adjective used to described MDs from my biologist friends -- some of whom work in Boston -- is "useless".

      They are overpaid, underqualified, have an exaggerated sense of their own importance and most importantly, are really bad at science, seeing everything from the point of view of clinical outcomes. Which are truly not important when trying to understand biology. Even in a hospital: once you understand your topic, there will be applications. Looking for applications in a topic you do not understand is just delaying them being found.

    46. Re:He's right by dargaud · · Score: 1

      Incredibly inefficient

      I haven't used Matlab in 10 years, but I was under the impression that some kind of matrix computations were offloaded to the GPU starting at about that time. Was I wrong?

      --
      Non-Linux Penguins ?
    47. Re:He's right by excelsior_gr · · Score: 3, Interesting

      You are absolutely right, but the GP was making the point that the so-called "interdisciplinary" science is becoming the norm. Taking the author lists as an example was an unfortunate choice for an argument, but that doesn't invalidate his point.

    48. Re:He's right by grantspassalan · · Score: 1

      The need for privacy has nothing to do with the person wanting to be private. It has everything to do with people in and out of government wanting to use information from other people for their own often nefarious purposes. If there were no evil in the world, there would be no need for privacy.

      --
      A sufficiently advanced simulation is indistinguishable from reality.
    49. Re:He's right by excelsior_gr · · Score: 1

      Yawn.

      Yet another programming language that promises to solve all our life's problems...

    50. Re:He's right by turbidostato · · Score: 1

      "Very few current articles in biology have been written by one or two people."

      My experience shows the opposite: most articles are written by one or two people... signed, on the other hand, is a very different issue.

    51. Re:He's right by K.+S.+Kyosuke · · Score: 1

      I don't think that the authors have made any such promise, but it's still a significant step forward from all the dated crap currently in use. Could be better, but...for now, seems good enough.

      --
      Ezekiel 23:20
    52. Re:He's right by Anonymous Coward · · Score: 1

      Are you talking about MDs or MD/PhDs? I agree with you that MDs doing research are typically not very productive, but MD/PhDs are typically a completely different story, especially if they come from an NIH-funded MSTP (medical scientist training program). The MD/PhDs that come out of the Harvard-MIT MD/PhD program (which was what I was referring to in my prior post, by "HMS MSTP") are no joke - as an MIT grad student who works alongside them on a daily basis, they are just as good at doing science as myself or any of my grad school classmates, and are just as dedicated to basic research as we are.

    53. Re:He's right by MagusSlurpy · · Score: 3, Informative

      This is true. About three quarters of the time, the paper is written by a single grad student, utilizing mostly his/her research along with a dabbling of other group members' work (and on occasion a more significant amount of work performed but often not understood by an undergrad), and then edited by the PI. Everyone gets their name on the paper, and often everyone is given a copy of the final draft to review before it goes to print just as a double-check, but the first author is typically the one that did all the writing.

      --
      My sister opened a computer store in Hawaii. She sells C shells by the seashore.
    54. Re:He's right by fredprado · · Score: 1
      Logic is a subset of Philosophy and Philosophy is a subset of knowledge. Being a subset of something else is irrelevant.

      It would be better to teach scientists more philosophy than math.

      You are not very good in logic, are you? If Math is a subset of philosophy by teaching math you are teaching philosophy.

      Philosophy has interesting subjects, and some of its subsets that are unrelated to mathematics and logic may be important on some scientific fields, but math is by far the most important of the philosophy subsets for scientists of any field.

    55. Re:He's right by pepty · · Score: 2

      DNA chemistry and sequencing is an example here - how many biologists understand the chemistry of the analyzers? How many chemists understand the software?

      The answer is both most and not enough.

      I don't think you could get through an undergraduate biology degree without being introduced to the basic chemistry underlying traditional (Sanger) sequencing, PCR, etc. Most chemists end up having to do at least some basic scripting if they're going to use automated analytical or synthesis equipment.

      On the other hand, lots of biology papers have proven to be fatally flawed because of poor understanding/poor usage of statistics. Brain functional MRI studies, gene array studies, and a lot of other fields have published loads of irreproducible crap because of this.

    56. Re:He's right by Badge+17 · · Score: 1

      Yes, it does a great deal of that. Since about 2009 or so, a large chunk of basic MATLAB libraries (most matrix operations, including FFTs) automatically use multiple cores with zero added effort.

      Here's why I use MATLAB: I'm a theoretical physicist. A lot of my time is spent coming up with models, and then I want to - as quickly as possible - see if these models are practical and sane, and work out the quantitative consequences. I don't need the best efficiency possible, but I do need a giant set of linear algebra libraries, and having built-in ODE and PDE solvers saves a great deal of time. Even for the largest-scale simulations I do, the vast bulk of the computational needs are doing FFTs, generating random numbers, and solving linear systems. These operations are just as fast on MATLAB as in anything else - since it's some highly-optimized library at the core.

      There are a few things that MATLAB is just terrible about - performance with for loop-based code, obviously. I have definitely had cases where you can get a factor of 100 from implementing an inner loop in C. You have to use the right tool for the right job.

      As for scaling and GPU operations, does anyone know anything that will run on a GPU "without any changes"?

    57. Re:He's right by Anonymous Coward · · Score: 0

      my PhD superivsor, a very well known (deservedly) scientist - one time, he took the lab to a meeting at cold spring harbor, and as we all piled out of hte car, Watson (yes, that Watson) wallked up and said : Joe , have any of these people paid to attend the meeting ?)
      anyway, my supervisor said, of all the many organic chemists and physicists he knew who had migrated to molecular biology, only two did first rate work...the rest were failures because they didn't have the whatever-it-is that makes a great molecular biologists.

      Your comment, I'd rather train a mathematician to be a biologist then vice versa sounds good, but in reality doesn't work
      like thye say, in theory, theory and practice are the same; in practice, they ain't

      WILSON WAS RIGHT

    58. Re:He's right by Badge+17 · · Score: 1

      Can't speak too much to your complaints about inconsistency, since they aren't very specific. Certainly MATLAB is fairly idiosyncratic. But your complaints about performance are a little unfair. "People going from naive matlab to naive c++ can get x1000 speed-ups." This is kind of true (though 100x is more my experience). But only if you define naive = someone in their first week of MATLAB coding. A relatively small amount of experience with MATLAB will teach you vectorization, which avoids this problem. If your problem can be vectorized (true of many scientific computing issues) the comparison between "MATLAB by someone who is not a total idiot" and "C++ by someone who is not a total idiot' is much closer (maybe a factor of 2), and probably depends on some of the details of the problem being solved (if the rate-limiting step is calculating a giant FFT, only your FFT library matters).

    59. Re:He's right by arth1 · · Score: 2

      I don't know the MD/PhD folks that you have had experience with, but as a graduate student I find that the training of the MD/PhDs that I interact with on a daily basis is just as rigorous as that of the standard grad students.

      No one has disputed that they are well trained. In their field.
      But that field doesn't qualify them as scientists. Nor does it disqualify them. Medicine is perpendicular to science. Much of it is based on science. And it feeds science. But an MD is not automatically qualified to do science, unless she's a scientists too.

    60. Re:He's right by fearofcarpet · · Score: 2

      You make the assumption that a long list of authors indicates a truly collaborative research effort. In practice, this is very rarely the case. From my experience, nine times out of ten the work is done completely by the primary author or the first two authors. The rest of the authors are supervisors, technical managers, those who secured the funding, possibly a technician who assisted with the experiments, etc., who never even lay eyes on the paper until it's basically finished.

      And from my experience, publishing dozens of peer-reviewed scientific articles, your experience is the exception. In fact, many sciences do not even utilize technicians. In the ten or so laboratories that I have worked in/with and the labs of the numerous professors that I talk with about their publication policies, exactly zero will allow someone authorship on a paper that they don't see until it's "basically finished." I'm sure some fall through the cracks, though certainly not the majority. However, I would not generalize my experiences and neither should you.

      You also minimize the role of "those who secured the funding." Let me translate that phrase: "Those who came up with the ideas, spent countless hours writing proposals, will lose their job if they cannot secure said funding at a regular clip, and actually did the work putting together the collaborative team, which they hand pick, train/supervise, and for which they provide a state-of-the-art lab." Let's not forget that they were on the receiving end, as the first or second author, often for over a decade, before earning the right to that asterisk by their name.

      --
      Actually, I wrote my thesis on life experience.
    61. Re:He's right by Badge+17 · · Score: 1

      Um... well it's possible that the people I know are exceptions. But the MD/PhDs I know are pretty frigging impressive. One in particular is getting his PhD in experimental physics, and he can argue with the best of them on fairly hard stochastic differential equations.

      For the people I know, the MD/PhD is a research degree with added training so that they can effectively and ethically treat people in a research setting. (But I can only speak to the ones I know as a research scientist!)

    62. Re:He's right by Anonymous Coward · · Score: 0

      I'd invite you to have a look at my thesis, based on the 8 papers I published during the PhD portion of my MD, PhD program:

      http://users.mccammon.ucsd.edu/~jmongan/thesis.pdf

      This level of research was typical for people in my program. I'll admit that I have encountered some MD PhDs who did very short, inadequate drive-through PhDs, but I've met even more "just" PhDs who had little understanding of research and didn't deserve their degrees.

      Be careful about painting a whole class of degrees with such a broad brush, especially when you clearly have such limited experience with people who have these degrees.

    63. Re:He's right by Anonymous Coward · · Score: 0

      Intuitive understanding does not work with statistics that is why we still have a lots of rain(wo)men who by their special dance can ensure the rain falling in appropriate amount on particular parcel. I do not say it has all be put into one head but increasingly research today is not like Archimedes Eureka but rather sifting trough a lots of data and finding out patterns. Without real understanding of this, you are lost.

    64. Re:He's right by Squirmy+McPhee · · Score: 3, Interesting

      And from my experience, publishing dozens of peer-reviewed scientific articles, your experience is the exception. In fact, many sciences do not even utilize technicians. In the ten or so laboratories that I have worked in/with and the labs of the numerous professors that I talk with about their publication policies, exactly zero will allow someone authorship on a paper that they don't see until it's "basically finished." I'm sure some fall through the cracks, though certainly not the majority. However, I would not generalize my experiences and neither should you.

      My experience -- also publishing dozens of peer-reviewed scientific articles -- is quite different from yours and much more like that of the poster to whom you were responding. More than once I've found out that I was a co-author on an article when the publishing company contacted me to let me know that my article had been received for submission. That's even a step beyond what the first poster mentioned -- I didn't even see the article that I supposedly co-authored until after it was submitted for publication! I've also had my authorship credit manipulated so as to imply collaboration where there was none. It was accidental, I think, but afterward there was actually a story in the press about our non-existent collaboration.

    65. Re:He's right by fearofcarpet · · Score: 1

      Which is why none of us should generalize our experiences. As I'm sure you are aware, ethical standards with respect to authorship are notoriously opaque, lab-specific, and self-regulated. Where I come from, submitting an article without a co-author's approval is borderline fraud (imagine if I randomly included E.O. Wilson as a co-author), which I suppose is why reputable journals now send explicit emails to all co-authors upon submission.

      ...since we're swapping war stories, I have seen the exact opposite case, where someone took the first author's name off of a manuscript and tried to submit it as their own. I've also seen someone get their own paper for review--i.e., they published it and someone copy/pasted the text into a manuscript and tried to submit it to a different journal. I get that competition drives people to questionable practices, particularly in the publish-or-perish world of academia, so perhaps I've been lucky to have worked with (mostly) responsible authors.

      --
      Actually, I wrote my thesis on life experience.
    66. Re:He's right by fearofcarpet · · Score: 1

      Bullshit. Any scientist needs to understand basic maths, notably statistics. Not advanced calculus or complex algebra. But statistics and understanding what a model is is paramount. If you cannot recognised the patterns produced by common types of random processes, you may well start to believe you have found something.

      And in fact just measured experimental noise.

      How much math, exactly, does one need to create and execute a total synthesis for strychnine? Or, for that matter, any random, possibly life-extending compound isolated in sub-milligram quantities from a sea sponge? Conversely, could a brilliant mathematician with no knowledge of organic chemistry accomplish the same? There has been a lot of social-science bashing around here today, but Chemistry is a physical science in which many sub-disciplines (not just total synthesis) require little if any math.

      --
      Actually, I wrote my thesis on life experience.
    67. Re:He's right by TheRaven64 · · Score: 1

      I'm currently involved in a clean-slate redesign project which involves hardware, compiler and operating systems specialists trying to overcome some of the siloing that the fields have encountered over the past decade or so. I'm nominally a compiler person, but it would be very hard for me to work in this team without a pretty good understanding of how the architecture and operating system work. Now, I don't need to know as much about the hardware as the people who are building it, but when I want to modify the instruction set to make life easier for the compiler then it helps a lot to know about the pipeline structure and the latency of various primitive operations so that I can tell if it's actually possible to implement what I want. The same is true of any interdisciplinary work, and more true the further apart the disciplines are. If you fundamentally don't understand what your colleagues are doing then it's hard to have a common vocabulary to communicate with.

      --
      I am TheRaven on Soylent News
    68. Re:He's right by SomeKDEUser · · Score: 2

      Amusingly, I have a mathematician friend who came up with an algorithm to solve numerically chemical problems. The things you describe are more the product of being a skilled technician than a scientist... As for the total synthesis of strychnine, I would think that doing that ab nihilo would require enormous amounts of maths. Or lots of trial and error.

      People who do not understand maths fail to realise that mathematicians can frequently learn the essential bits of their specialty very fast, because they are trained to think in the abstract. See for example the stories of Feynman amongst biologists. Also, in many fields, people still learn heaps of useless facts with very little attention to overarching theories which allow one to quickly figure out said facts...

    69. Re:He's right by TheRaven64 · · Score: 1

      Yes, it does a great deal of that. Since about 2009 or so, a large chunk of basic MATLAB libraries (most matrix operations, including FFTs) automatically use multiple cores with zero added effort.

      That's not what he's asking. The individual computation steps in the MATLAB libraries are heavily optimised as individual steps. They're not, however, anywhere near optimal when composed. On the kinds of computation that are typically run with MATLAB, you can often get a one to two order of magnitude speedup by, for example, propagating partial results through the entire pipeline rather than writing them all out to memory and back. It's very easy, if your data set is larger than your CPU's cache, for the memory access times to dominate the calculation time for a MATLAB program.

      --
      I am TheRaven on Soylent News
    70. Re:He's right by TheRaven64 · · Score: 1

      That's great if you are doing something that offloads the entire computation to the GPU. If you have a three-step calculation and it can do the first and third step on the GPU but needs to do the second on the CPU, then the overhead of copying the data across the bus can make that even slower than doing the whole thing on the CPU.

      --
      I am TheRaven on Soylent News
    71. Re:He's right by fearofcarpet · · Score: 2

      Amusingly, I have a mathematician friend who came up with an algorithm to solve numerically chemical problems. The things you describe are more the product of being a skilled technician than a scientist... As for the total synthesis of strychnine, I would think that doing that ab nihilo would require enormous amounts of maths. Or lots of trial and error.

      I'm fairly confident that E.J. Corey would not describe his Nobel prize-winning research as something that "a skilled technician" could do. And by your logic, my cell phone is a better mathematician than any human that has every lived. Your friend's algorithm is undoubtably cute, but would fail in practice the vast majority of the time.

      In reality, it is impossible to perform a total synthesis in silico or really to do any chemistry ab initio because the subtleties are too complex to understand, let alone model. People have been claiming for years now that organic chemistry is dead--that it has been relegated to following recipes because every molecule of interest can be prepared using "known" reactions. In reality, no one has managed to come close to supplanting the work of the talented scientists who make molecules for a living. The most useful application of math in total synthesis, in my opinion, is using explicit, exact, known transformations to build chemical networks to shorten and optimize existing synthetic routes (e.g., in industry).

      People who do not understand maths fail to realise that mathematicians can frequently learn the essential bits of their specialty very fast, because they are trained to think in the abstract. See for example the stories of Feynman amongst biologists. Also, in many fields, people still learn heaps of useless facts with very little attention to overarching theories which allow one to quickly figure out said facts...

      People with too much mathematical training fail to realize that the vast majority of science cannot be abstracted. They fall into the trap of hindsight, thinking that the elegant equations that "govern" (I disagree strongly with that common phrasing) natural processes is evidence that everything can be understood in the abstract language of mathematics. What they fail to understand--because they are largely unaware of it--is that actual scientific discovery requires intuition and creativity; more the Sherlock Holmes type than the Feynman type.

      Feynman is, in fact, an excellent example of how math benefits science that lends credence to Wilson's argument. Once the difficult exploratory work has been done, and a robust experimental framework is in place to generate data, it is exceedingly useful for mathematically-inclined people to make sense of it all by formulating theories. However, no matter how gifted a mathematician, no amount of abstract thinking can compete with practical knowledge.

      --
      Actually, I wrote my thesis on life experience.
    72. Re:He's right by serviscope_minor · · Score: 1

      No objects,

      You're out of date by a while. It got objects some time back.

      the syntax is not orthogonal (octave is a clone but seems to have done indices right, at least)

      Yes. Horrible in MATLAB, much better in octave.

      It also has lambdas which are quite nicely done.

      It also is really REALLY nice as a scriptable plotting system. With some effort, it can produce really amazing plots.

      --
      SJW n. One who posts facts.
    73. Re:He's right by SomeKDEUser · · Score: 1

      "Objects" without tolerable syntax is not object -- or rather it is completely pointless. Otherwise you might as well claim GTK has objects (warning, troll inside)...

      As for plotting, if you are into baroque languages, I find R to be far better.

    74. Re:He's right by Rough3dg3 · · Score: 1

      In fact it does. Perhaps more importantly PROGRESS comes from collaboration.

      My PhD has been spent visualising the output of agent based to real-time 3D environments. I come from a computer games tech background - of course I needed the expertise and help of the agent based modellers (and computer artists) within the university. We all had some understanding of mathematics (and I do believe a solid foundation in mathematics is helpful) but were more experienced and confident within our own little subset.

      I think part of the reason science does work this day is that a lot of progress comes from the less-prolific scientists and researchers. I remember one of my professors extremely well because he was a prolific man, with a truly immense ability to recall the vast amounts of information seemingly outside his subject area. (It turns out he would later describe it as being "connected to his subject area and therefore just as amazing to learn"). I know from experience he wasn't the easiest man to work with, he had his own process and it was quite personal and independent to him. For the rest of us not blessed with the type of ability my professor had collaboration is a key part of science.

      --
      Is this thing on?
    75. Re:He's right by kinnell · · Score: 1

      We don't just learn maths in order to calculate. Maths trains our minds to reason.

      --
      If I seem short sighted, it is because I stand on the shoulders of midgets
    76. Re:He's right by ByOhTek · · Score: 1

      While most groups worth with teams, some generalization in all members is a good idea. Everyone should have basic mathematical knowledge, otherwise they are going to waste the time of the math & stats experts, as well as their own, with stupid questions and requests (everyone I worked with had that problem with our local math dunce). We'd answer some odd question, the person would go back, do something, ask more question, and halfway through we'd finally find out what they were spending so much time on, and realize how bass ackward they were going about it.

      to put it in your terms, it'd be like someone doing the 3D programming and not knowing much about trig or vector math. There are libraries around that would would do the grunt work for them, but they are still going to cause problems. Math and stats are integrated into every aspect of science.

      However, at the same time you can't specialize in everything, and almost everything is done in a team these days, so having specialists with different topics is better than having everyone be a generalist, so long as you can communicate and work together. Where I am now, a very large number of research teams have statisticians on board for that very reason - a lot of scientists are more familiar with their specific fields than the nuances and tools of statistics.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    77. Re:He's right by ByOhTek · · Score: 1

      have you actually worked in a scientific field, let alone a biological one?

      Yes, articles are rarely written with less than 5 authors, and almost never with less than 3. However, the process of working over everything requires math at most stages - if you don't understand it, you will take a lot longer to complete the project, and someone else will beat you to the publication. While you could constantly go and bother your mathematician/statistician, that is still a horribly inefficient use of resources, and will still slow you down.

      The biologists should not be math experts any more than the the mathematicians should be biology experts. However, both would need to dip into the others field and become at least somewhat experienced to be effective. To suggest that biologists need not be even math literate, is idiotic, if you want proper, accurate research, which progresses at any more than a snails pace..

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    78. Re:He's right by invid · · Score: 1

      (snark)Before you know it, they are only going to be written by professional writers, with scientists and mathematicians just providing the data.(/snark)

      --
      The Moore-Murphy Law: The number of things that will go wrong will double every 2 years.
    79. Re:He's right by jimbolauski · · Score: 1

      Science has progressed so far that everyone is a specialists, having one person that has an excellent understanding in their very specialized field and advanced computational statistics narrows down the number of people greatly. Further having a party that simply analyzes the raw data will give an extra layer of separation allowing the results to speak for them selves. In many scientific fields the math and the research are intertwined and cannot be separated but in fields where math is not an integral part of day to day research allowing researchers to be a Master of one trade instead of a Jack of all trades make sense.

      --
      Knowledge = Power
      P= W/t
      t=Money
      Money = Work/Knowledge so the less you know the more you make
    80. Re:He's right by Anonymous Coward · · Score: 0

      They tend to be theory first, data second. That's the hallmark of bad science

      I disagree. They go hand in hand. Without data you have no theory. Sometimes you just blue-sky things and try things out and see if the data fits. Other times you start with the data and try to fit some theory to it.

      It works both ways. In the end though theory->data->test

    81. Re:He's right by nine-times · · Score: 1

      For example, it doesn't make sense to try and split the coding into a "creative coder" (who knows nothing about programming) and an "implementation coder" who turns the creative's ideas into actual code. The creative would toss out nonsensical ideas (like "instead of using vectors, why not use genetic algorithms?"), and then the implementer would have to explain why all those ideas are silly... or else they would just have to ignore the creative type and simply code something that makes sense.

      But couldn't there be someone who says, "I want you to write code that does this..." and have someone else write the code? I'm not a coder, but I know I've been in situations where I worked out the logic and math of a problem, handed off some pseudo-code to a real programmer, and said, "Turn this into real code and optimize it." I'm not enough of a programmer to know whether the code that resulted was ideal, but it certainly worked as intended. I've also worked with a programmer and said, "I want a program that optimizes for this..." and he came up with the math to do that all on his own.

      Now I think it's good to have knowledge across a lot of disciplines, but I don't see what the problem is with a little teamwork. It seems just as likely to me that you'll get errors from people making non-mathematical assumptions about fields they don't understand. Like you could be a medial researcher and brilliant statistician studying a new anti-depressant and misread the data because you don't understand psychology sufficiently to be measuring the right indicator. So why shouldn't we have people from different areas and fields working together?

    82. Re:He's right by bluegutang · · Score: 1

      Can you give a few examples of such papers?
      If you're afraid of somebody's reaction, do it as AC.
      Heck, anyone else who knows of such papers can also post them here as an AC.

    83. Re:He's right by Anonymous Coward · · Score: 0

      ?WTF. The PhD is not in medicine. The PhD is in a basic science.

    84. Re:He's right by SomeKDEUser · · Score: 1

      Even as an AC, I will not give references, sorry. But I will say this: people do not verify their model/claims against the right control, which is random() with an appropriate probability distribution.

      In general, some people consciously or unconsciously in competitive fields try to have as little controls as they can get away with. And infuriatingly, the reviewers don't want to see that either, depending on the authors. My advice: big papers from small groups are way more trustworthy than big papers from big groups... And if it comes from Boston, it is oversold (any field).

    85. Re:He's right by chihowa · · Score: 1

      You're right that I'm basing my opinion off of a limited sample. My contention is that they are automatically seen as a PhD+, when (in my experience) the PhD portion was just a freebie thrown in to make a more competitive MD program. Academic positions are scarce and very competitive and I'm not excited at the thought of being passed up for one without merit because their PhD+ outranks my PhD.

      This was all at a top ranked medical research program, but I'm glad of the news that this isn't true everywhere. I agree that there are certainly more PhDs who deserve their degree less than MD, PhDs, though I'd contend that's just because there are more "just" PhDs.

      I'm currently finishing my PhD and have just reached (what I hope) is the bottom of my optimism plot. Perhaps that explains some of the bitterness.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    86. Re:He's right by Anonymous Coward · · Score: 0

      He's right, but for an entirely different reason.

      I work with biologists, geneticists to be specific. They are literally afraid of math, and they think their "biological understanding" is somehow way more important. Unfortunately, we understand very little about the workings of a genome, and all scientific insight comes from statistical inferences. You'd think that couldn't possibly work, people afraid of math doing statistics, but it does. Because in this field, it doesn't matter if your analysis is completely bogus, you get the paper published anyway. The typical paper these days consists of a sexy story, which can be invented freely, while the methods are relegated to the "online supplemental material", which nobody ever reads, especially not the peer reviewers.

      So you want a career in science? Then you don't need math. You only need to be good at story telling.

    87. Re:He's right by SJester · · Score: 1

      That's a straw man and I hope you meant it for entertainment and not as an ill-conceived attack on my credentials. I never said I don't understand statistics. Stats is much of what I do. I just stopped maths in college before taking linear algebra and I feel a mathematician's input for mathematical modeling is more reliable than mine. Similarly, the mathematician on that grant felt she knew too little about neuroscience before tackling that grant, so she took a PhD-level neuroscience review course with me. None of this - EO Wilson's statements or the discussion around the article - says that biologists don't need mathematics. The consensus here though is that maths alone should not hold you back from contributing so long as you are aware of what you are missing and strive to fill the gap.

    88. Re:He's right by Samantha+Wright · · Score: 1

      Oh, I'm sorry! It definitely wasn't levelled as an attack at you. If anything I'm pointing out the perils of a lack of communication between members of such a diversified team, which it certainly seems isn't an issue in your case. I work in a predominantly computational lab myself, and we'd be nothing without a few dedicated wetlab people who can validate functional and association predictions. The rest of our staff come from all sorts of backgrounds, although sadly we don't have a dedicated mathematician.

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
    89. Re:He's right by Anonymous Coward · · Score: 0

      We're talking about science here.....not some groovy new start up that is likely to fail along with many other 'cool' start ups that add little value.

    90. Re:He's right by uninformedLuddite · · Score: 1

      My lab has been in the river. He's now a wet lab.

      --
      The new right fascists are bilingual. They speak English and Bullshit.
    91. Re:He's right by Samizdata · · Score: 1

      I used to feud with a college professor in COBOL class. He wanted you to perform the processing in a loop where you explicitly checked for end of file at the end of the DO loop and branched out if it was EOF. I would always do a DO WHILE NOT EOF loop. He never did give me a reason why that was a bad construct other than that is not the way they do it.

      I never had the heart to tell him a coworker who did COBOL at a major corporation is the one who taught me to do it that way.

      --
      It's not the years, honey, it's the mileage. - Colonel Henry Walton Jones, Jr., Ph.D.
    92. Re:He's right by Phoghat · · Score: 1

      You make the assumption that a long list of authors indicates a truly collaborative research effort. In practice, this is very rarely the case. From my experience, nine times out of ten the work is done completely by the primary author or the first two authors. The rest of the authors are supervisors, technical managers, those who secured the funding, possibly a technician who assisted with the experiments, etc., who never even lay eyes on the paper until it's basically finished.

      You make the assumption that the work is done by the primary author or the first two authors. It has been MY experience that the work is often done by the rest of the authors and the the primary or first two just take the credit. My $0.02

      --
      Think of how stupid the average person is, and realize half of them are stupider than that.
    93. Re:He's right by FreedomFirstThenPeac · · Score: 1
      [snarky]That's why you are working on games ...[/snarky] ;-)

      The math, coupled with domain exposure and feedback, gives you the insights to detect new relationships in the data long before the statisticians can find it.

      --
      "There is no god but allah" - well, they got it half right.
  2. Do what he did by Stirling+Newberry · · Score: 1

    Say something wrong that people want to believe, then block the box for 30 years.

    1. Re:Do what he did by Trepidity · · Score: 2

      See also: Noam Chomsky on language

    2. Re:Do what he did by blue+trane · · Score: 1

      The Markov assumption which underlies modern statistical NLP is fundamentally flawed, as is admitted at the beginning and then ignored in NLP classes, because language has long-range dependencies. Also, language is (or can often be) a conscious process, whereas statistical NLP tries to treat it like a purely physical process.

    3. Re:Do what he did by Anonymous Coward · · Score: 0

      Yeah, that's been interesting, no? I finally came to the conclusion that Chomsky's real skills are rhetorical--he basically ridicules and sneers at everyone who disagrees with him, claims they didn't understand what he meant, etc. The tone of those papers is very different from papers in every other field I've encountered. Quite a lot of people I know have come to the conclusion that he didn't really mean *anything*, most of the time, and is perhaps the greatest bullshitter of all time.

    4. Re:Do what he did by Trepidity · · Score: 1

      Oh, that part's certainly true. I didn't really mean to take a side in the recent Chomsky v. Norvig et al wars, more just that the specific research program of universal grammar has "blocked the box" so to speak for some decades, despite relatively little progress.

      I do agree with his critique that statistical NLP is a good engineering tool but not something that gives us scientific insight. One can analogize it to a function approximator in machine learning: you can approximate a lot of things with a sum of weighted gaussians, but that doesn't mean the underlying process was actually generated that way, or that you now understand the underlying process. It just means you've approximated it well enough for practical use in a particular application.

  3. WSJ article title is somewhat misleading. by void* · · Score: 5, Informative

    From that WSJ article: "If your level of mathematical competence is low, plan to raise it, but meanwhile, know that you can do outstanding scientific work with what you have."

    I don't really see anything wrong with telling people to still keep thinking about things, find out what they like to study, and get more math. More 'don't let current lack of math get you down' than 'you don't need math at all'.

    --


    Code or be coded.
    1. Re:WSJ article title is somewhat misleading. by Anonymous Coward · · Score: 3, Insightful

      Ssh, we're busy crafting a strawman here, and you're just trying to blow it down!

    2. Re:WSJ article title is somewhat misleading. by Anonymous Coward · · Score: 0

      Ssh, we're busy crafting a strawman here, and you're just trying to blow it down!

      But then ... what's the point of comment sections?!

      Strawmen are quite entertaining and make me feel smart!

    3. Re:WSJ article title is somewhat misleading. by Anonymous Coward · · Score: 0

      That's fair, but it's kind of like telling an aspiring journalism student not to be discouraged about the poor quality of their writing.

      You have to put in the effort to improve something that you are not good at (i.e. possible, but very challenging). There shouldn't be the illusion that you can get by without doing so, or that you can give up on it because it doesn't really matter in the end. It does. And very few people are going to be exceptional enough in other areas that they can take the path that Wilson did and succeed.

    4. Re:WSJ article title is somewhat misleading. by tylikcat · · Score: 1

      Especially considering the number of students who are in the process of talking themselves out of careers in science because they think they aren't good at math. (Many of them are, but either have friends who have taken more math and belittle them, or lousy math teachers.) Yeesh. I think a lot of the problem is that we still have a culture where it's expected that most people won't ever manage much more than high school algebra... maybe calculus, and likely that by the skin of their teeth.

      In my experience, the same is often true of programming - a lot of people decide they just suck at it because it was presented poorly. (I think teaching memory management to people who have never written a line of code in their lives is abusive.) If you can get them past them, and get them writing some simple code to make their lives better... they get traction, they go on learning, and all's good. Yeah, some of them might not turn out to be wonderful programmers, but they won't be clueless or cowed, and they can work independently. (And others do amazing things.)

      (Note: I'm a neuobiologist, and I spend a lot of time working with undergrads. My lab does both wet lab work and modelling - and I was a software engineer before I went into research, though I personally like an even split. So I may be personally on the more mathy / computational side of biologist - I was a computational biochemist before I went into neuro - but I also see that there's room for people with a variety of skills.

      Yeah, no one should be stats illiterate. And people who are great at writing code but no crap all about biology aren't that useful either. But in the meantime, people do tend to prefer / do better in some area than others. And that's fine.)

    5. Re:WSJ article title is somewhat misleading. by Anonymous Coward · · Score: 0

      Ssh?
      I'm confused Are you telling me to be quiet? Or do you jut want me to transmit more securely?

    6. Re:WSJ article title is somewhat misleading. by khchung · · Score: 1

      From that WSJ article: "If your level of mathematical competence is low, plan to raise it, but meanwhile, know that you can do outstanding scientific work with what you have."

      I don't really see anything wrong with telling people to still keep thinking about things, find out what they like to study, and get more math. More 'don't let current lack of math get you down' than 'you don't need math at all'.

      Is that statement any different than telling future scriptwriters that "If your level of writing competence is low, plan to raise it, but meanwhile, know that you can create outstanding story with what you have."?

      Or "If your level of programming competence is low... you can create a great game with what you have."

      Of "If your level of financial competence... you can earn a lot of money day trading!"

      Actually, why not just say "You can do whatever you want and have a chance to succeed!"

      It is partly tautology, and partly bullshit. Yeah, any person "can" (in the sense of having a non-zero probability) create outstanding work in whatever even though his level of competence in any related/required skill is low. A monkey endlessly typing at a keyboard "can" one day write a great script too. But the bullshit part is, your chance of succeeding would be on par with winning a lottery.

      --
      Oliver.
  4. from the father of handwaving by stenvar · · Score: 4, Informative

    Sociobiology is theories about how observed human behavior and social structures have arise from evolution. Where does cooperation come from? Where does homosexuality come from? How are these traits beneficial for animals and humans, and why haven't they been selected against? Sociobiologists come up with plausible and reasonable sounding theories for many of these, but most of them remain just guesswork if there isn't hard data and hard mathematical modeling (many remain just guesswork even with data and models). Wilson is right that you don't need to be proficient at math to succeed at science. But that's perhaps more a testament to the poor criteria by which some areas of science measure success than to what a scientist actually needs.

    1. Re:from the father of handwaving by Anonymous Coward · · Score: 0

      I don't think math is necessary to accept the "fact" that cooperation is a moral imperative for life, much like homosexuality is a road to extinction. Maybe if it was practiced enough we'd see the first true hermaphroditic human......

    2. Re:from the father of handwaving by drinkypoo · · Score: 1

      If it has "socio" in it, it's bullshit. It doesn't matter who says it. It's "science" for people who don't know what real science is about.

      The people learning to understand the physics of the brain don't have time to also learn about the esoteria of dead civilizations, at least not in detail. It takes both kinds of people to understand both what happened and why it happened.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:from the father of handwaving by overshoot · · Score: 1

      If it has "socio" in it, it's bullshit. It doesn't matter who says it. It's "science" for people who don't know what real science is about.

      Maybe that's why the CDC hires so many sociologists to study disease transmission.

      (Yup. Got one in the family.)

      --
      Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    4. Re:from the father of handwaving by stenvar · · Score: 1

      And the evidence that these CDC sociologists are doing any good is... what?

    5. Re:from the father of handwaving by mill3d · · Score: 1

      but most of them remain just guesswork

      So was alchemy before it became chemistry...

      --
      Nothing is enough for whom enough is too little - Confucius
    6. Re:from the father of handwaving by Anonymous Coward · · Score: 0

      Yes, and alchemists weren't scientists.

    7. Re:from the father of handwaving by Prof.Phreak · · Score: 1

      But understanding the past isn't what science is about. That's the field of History.

      I believe GP was refering to the fact that socio-sciences (or whatever) don't have repetable/testable experiments, so you're continuously stuck fitting your models to past data---and since there's an infinite number of models that will perfectly fit past data, none of such models are useful for future prediction (especially since the future is always different from the past). Sure you might get lucky once in a blue moon (e.g. predict a coming recession, or something), but chances are, your model is very wrong (the next recession will have unforeseen causes and will not be predicted).

      --

      "If anything can go wrong, it will." - Murphy

    8. Re:from the father of handwaving by Prof.Phreak · · Score: 1

      After the fact, they can predict how wrong they were :-)

      --

      "If anything can go wrong, it will." - Murphy

    9. Re:from the father of handwaving by brillow · · Score: 1

      Are you a biologist?

      Because I am, and I'll tell you that most biologists are totally into sociobiology. Being against it is very 1980's. There has been a lot of research on it and while the evolution of sociality is an active area of research, very few people share Gould's views.

    10. Re:from the father of handwaving by stenvar · · Score: 1

      I think many of the explanations that sociobiologists give are fun and plausible, but there is very little evidence that they are actually true. As long as people keep that in mind, it's fine. Once they start deriving policy from it, we're in trouble.

    11. Re:from the father of handwaving by grantspassalan · · Score: 1

      Anytime people who call themselves scientists try to answer any questions of origins, whether social, biological or physical, there are always certain assumptions that are made for which no hard evidence exists. Since in our secular culture the idea of and assumption of an intelligent designer is considered to be "unscientific", other assumptions (beliefs) have must put forth. Any explanation may be entertained, no matter how far out and weird, EXCEPT that there is a supreme person behind and beyond the universe. Once this basic secular assumption is made as a foundation, everything can be built up on that, including complicated mathematical models and the selection of data that fits that basic fundamental assumption. Any data or observations that contradict that foundational assumption are ignored. In some cases data that fit the foundational beliefs are generated out of thin air.

      So far it has eluded scientists how to model human behavior. That is why nobody has yet come up with an accurate predictor of the stock market or other economic behaviors. Human behavior is not deterministic and therefore cannot, especially on an individual basis, be modeled by anything mathematical. A question like homosexuality cannot really be answered, until a deeper question is answered. Why is there sex in the first place? There are many creatures that are able to reproduce just fine without resorting to sex. Is the idea of natural selection not based on the foundational belief that there is no Creator and therefore we must ask the question why certain traits have been or have not been selected? Science and mathematics are very good at telling us HOW things work today, but are only marginally useful for telling us WHEN things happened in the past, but have almost nothing to say WHY individual people behave in certain ways.

      --
      A sufficiently advanced simulation is indistinguishable from reality.
    12. Re:from the father of handwaving by stenvar · · Score: 1

      Since in our secular culture the idea of and assumption of an intelligent designer is considered to be "unscientific",

      The idea isn't unscientific; intelligent design is a theoretical possibility, it is just false.

      Why is there sex in the first place? There are many creatures that are able to reproduce just fine without resorting to sex

      Sex, unlike sociobiology, is pretty well understood. Almost all animals have sex.

      The majority of mammals even have homosexual sex.

    13. Re:from the father of handwaving by grantspassalan · · Score: 1

      If intelligent design is a theoretical possibility, why is it false? I know most animals have sex, but why is this? Creatures that don't use sex are well able to multiply. What evolutionary advantage does sex give? Animals having sex are easier to catch by predators while they are in the sex act. When swatting flies, I did not always get them, but when I caught them copulating, I killed both every time without a single failure. It seems to me that sex has a negative impact on survival, so why was it not "selected" against?

      --
      A sufficiently advanced simulation is indistinguishable from reality.
    14. Re:from the father of handwaving by Vintermann · · Score: 3, Insightful

      Don't delude yourself: This is anti-intellectualism. Sociobiology has issues, but that's not because it's got "socio" in the name.

      It's because evolutionary explanations have extremely high status, meaning they are often reflexively believed, even when they can't be backed up. It has become (has always been, really) a refuge for the kind of people who would rather make "bold statements" than work incrementally to increase our understanding. Wilson's statements sums it up all too accurately: make the statements now, leave to others to test it mathematically later.

      On the contrary, social sciences have extremely LOW status, as your prejudicial comment sums up. Have you heard about the Cochrane collaboration, evidence-based medicine? You probably have. Why did it take so long to appear? Because medicine and molecular biology has high status, whereas the "social" population studies of epidemiologists had low status. So if the high-status people said, "from our understanding of molecular biology, this should work", for a long time that would be tried, even though from a 10.000 feet view it would have been obvious it did NOT work.

      You need both kinds. You need people who take the bottom-up approach, building bricks of what we know, and assemble it into bigger things. Then you need to have people who take the top-down approach, because no matter how well the pieces fit, it's no good if the larger building can't actually stand. In some fields, like physics, these are closely intertwined. In others, they are tragically separated. For that to change, the white-coat status prejudices of people like you need to be broken down.

      --
      xkcd is not in the sudoers file. This incident will be reported.
    15. Re:from the father of handwaving by Vintermann · · Score: 1

      The sociobiology of the 80s is not the sociobiology of today, and even Gould (d. 2002) eventually had nice words for some sociobiology. But that there was a problem with people providing bombastic explanations based on plausibility rather than rigor, Wilson's statements is a good reminder of.

      --
      xkcd is not in the sudoers file. This incident will be reported.
    16. Re:from the father of handwaving by Anonymous Coward · · Score: 0

      The fact that you're not fucking dead from cholera.

    17. Re:from the father of handwaving by stenvar · · Score: 1

      If intelligent design is a theoretical possibility, why is it false?

      Because it doesn't explain what we observe in nature, while evolution does.

      Creatures that don't use sex are well able to multiply

      There are very few multicellular organisms that don't use sex, and they usually die out quickly. In part, the reasons are similar to why inbreeding and incest are genetically bad.

    18. Re:from the father of handwaving by Anonymous Coward · · Score: 0

      That's due to epidemiologists and sanitation engineers, not social scientists.

    19. Re:from the father of handwaving by Anonymous Coward · · Score: 0

      Yeah, but all the bad alchemists poisoned themselves to death. The good ones went on to start chemistry. I don't see any selection pressure acting against sociology majors. Hell, its the opposite way around.

      Maybe that's why the world is so fucked up these days.

    20. Re:from the father of handwaving by nine-times · · Score: 1

      Sociobiologists come up with plausible and reasonable sounding theories for many of these, but most of them remain just guesswork if there isn't hard data and hard mathematical modeling

      I find this to be a good reason why we should bring back "natural philosophy" (and other philosophical branches) as fields which are not considered "science". Right now, there's such a push to apply science to philosophy or to make philosophy a subset of science, or just as bad-- to argue that philosophy is obsolete now that we have science.

      In truth, there's a lot of room for people to be generating concepts and ideas independent of determining how to test those ideas, or even whether it makes sense to try to test them. Many of the things we currently call "science" don't lend themselves to the scientific process very well. They don't make for easy controlled experiments, and are inherently going to be guesswork without hard data. In fields like psychology and economics, even when we have "hard data" and "mathematical modeling", there's still too much interpretation to be thrown into the same group as physics, chemistry, and biology.

    21. Re:from the father of handwaving by stenvar · · Score: 1

      Yes, I agree, that would be good. However, keep in mind that the people doing this stuff have been pushing hard for having it considered "science" in the first place, precisely in order to have the solid foundations and truth of regular science rub off on them. In Europe, even literature and history are suffixed with "-science" and their practitioners view themselves as scientists, ridiculous as that is.

    22. Re:from the father of handwaving by grantspassalan · · Score: 1

      There are many things that evolution cannot explain the origin of how it might have happened. I don't know if you have heard of the Golden Plover. This little bird navigates 6000 miles of Pacific Ocean from Alaska and these birds do not know how to swim. They must fly nonstop and then find the tiny speck in the middle of the Pacific, the islands of Hawaii. How does evolution explain this developed?

      It gets even more interesting than that. The amount of fuel, composed of body fat that each little bird can store is insufficient to give each bird the energy to make it that whole distance. The maximum energy it can store would still fall short by over 600 miles. However the birds do not fly alone, but in a formation, where only the lead bird must put out the full energy to counter air resistance. The various birds in the flock take turns at the lead position and the end result is that the entire flock makes it to their destination. The question is, how can this be explained in terms of evolutionary theory?

      The young birds that hatch in Alaska do not fly with their parents, but in flocks exclusively made up of their generation. How did they learn to find the islands of Hawaii, having never been there before? This is just one of many examples that evolutionary theory has a hard time with.

      --
      A sufficiently advanced simulation is indistinguishable from reality.
    23. Re:from the father of handwaving by stenvar · · Score: 1

      No, evolution doesn't have a hard time with this at all. Each of the mechanisms contributing to migration is useful in its own right, and so they evolved separately for other purposes. Once the collection of these mechanisms is available, the birds then just took advantage of it. Once those mechanisms are combined to help with migration, then they are refined for that purpose. If any one mechanism had been missing, the birds simply wouldn't be migrating (but they might be doing something else amazing).

      The birds, incidentally, don't specifically fly to Hawaii; they just fly north-south, so if they go north from Hawaii and then back south again, they end up in Hawaii again. They also don't need to be very accurate about it; once they have flown for the set number of days, they just head for the nearest land. And there are pretty high losses as well.

    24. Re:from the father of handwaving by overshoot · · Score: 1

      That's due to epidemiologists and sanitation engineers, not social scientists.

      And guess what? If you check out your random epidemiologist, there's a good chance that she's a sociologist. Which might suggest something regarding the two disciplines.

      --
      Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    25. Re:from the father of handwaving by grantspassalan · · Score: 1

      You mentioned generalities such as "mechanisms" but you never specify what those mechanisms are. How do these "connections of mechanisms" become available? If you want to defend evolution against evidence, you have to come up with specific evidence of your own.

      If you would simply look at a globe or a world map, you would understand that the islands of Hawaii are a tiny tiny speck in the middle of a huge ocean. These birds find that tiny speck of land in spite of contrary air currents and cloudy skies. Even those birds that have never been to Hawaii before manage to find it. You will have to do better than come up with some vague statements about how these birds "combined those mechanisms" and learned how to do such precise navigation and how they pass that knowledge onto their offspring.

      Those of us that believe that there is a superb designer that came up with this precision navigation system have no problem simply believing and appreciating His intricate designs in the same way that many people can believe there is a designer and appreciate the design of a Boeing 747 airplane as a masterpiece of human ingenuity and intelligence.

      --
      A sufficiently advanced simulation is indistinguishable from reality.
    26. Re:from the father of handwaving by stenvar · · Score: 1

      If you want to defend evolution against evidence, you have to come up with specific evidence of your own.

      I'm not defending evolution "against evidence", I'm saying you don't have any evidence. You're saying that this migratory behavior represents irreducible complexity, but the complexity is clearly reducible because every behavior and trait of this bird exists in lots of other birds in many different combinations. Even if these birds had a new trait, you'd still have to show that it couldn't be explained by the explanations that have been found in thousands of other cases and that it couldn't have evolved gradually. Until you do all of that, you don't have "evidence against evolution".

      (In addition, the spontaneous appearance of irreducible complexity would require the spontaneous appearance of DNA encoding such complexity, and there is none.)

    27. Re:from the father of handwaving by grantspassalan · · Score: 1

      I never mentioned irreducible complexity, because I don't think that is the case here. What I am asking is how you explain that this migratory behavior developed in this particular species in a gradual little bit at a time fashion. Birds that migrate mostly overland and can stop in between can conceivably learn to migrate a little further each time at the end of their journeys. The golden plover does not have that option. How and where is that information encoded in such a way that the precise location of these tiny islands in a vast ocean can be found by birds that have never been to Hawaii before? Some things in evolutionary theory can be explained by gradualism, but this is not one of them. It would have had to happen over one migratory season.

      Why do people have no trouble attributing evidence of design to human works, but balk at doing the same for living systems that are orders of magnitude more complicated than anything intelligent humans have ever even dreamed of. To me this kind of behavior does not make sense even a tiny little bit. What exactly prevents you from taking the remarkable behavior of these particular birds as evidence that likely there is a higher intelligence operating behind the curtain of our limited vision of reality?

      --
      A sufficiently advanced simulation is indistinguishable from reality.
    28. Re:from the father of handwaving by stenvar · · Score: 1

      Birds that migrate mostly overland and can stop in between can conceivably learn to migrate a little further each time at the end of their journeys

      So does the Golden Plover. The Hawaiian islands have moved away from other land masses over millions of years. In addition, sea levels used to be much lower as recently as 20000 years ago. And the "gradualism" can simply have occurred in the survival rate: birds at first migrated elsewhere and only arrived in Hawaii by mistake at a very low rate, but gradually improved at getting to Hawaii.

      Why do people have no trouble attributing evidence of design to human works, but balk at doing the same for living systems that are orders of magnitude more complicated than anything intelligent humans have ever even dreamed of.

      I don't know what any of that means. Every scientist I know is very careful about declaring something to be artificial or natural. And the design of "living systems" is not actually all that complex (the blueprint of a human is a tiny fraction of the size of the blueprint for a 747 and all its parts).

    29. Re:from the father of handwaving by Anonymous Coward · · Score: 0

      Save your breath, this guy believes that the sun is not powered by fusion, but the external hand waving of the Sky God.
      http://www.godsinc.net/content/solid-sun-and-simple-creation
      http://www.electricuniverse.info/Electric_Sun_theory

    30. Re:from the father of handwaving by grantspassalan · · Score: 1

      "And the design of "living systems" is not actually all that complex (the blueprint of a human is a tiny fraction of the size of the blueprint for a 747 and all its parts)."

      You obviously don't know anything about biology, especially microbiology. When humans can build a device much more complicated than a 747 airliner and that airliner can reproduce itself in less than an hour, I would be inclined to believe evolution is possible. Even then only after the original of that self replicating airliner was made by intelligent humans would I believe this.

      That is what a single cell organism can do. On a molecular scale, an amoeba is more complicated than the entire city of Los Angeles. Mankind still has not equaled the human eye. After about an hour or so in total darkness, your eyes are sensitive enough to receive a single photon of visible light. People have built photodetectors that can do this also. However, if you take such a photo detector out into ordinary daylight while it is energized, it will be destroyed. No one has yet built an optical device of the dynamic range of the human eye. Do you really think that such a device could have been built using anything else, other than intelligent planning and design?

      Why do you think it takes medical students years before they are qualified to be doctors? Why do you think there are so many specialties and subspecialties in medicine? There is not one single person on this earth that can possibly know all the details of the intricate workings of the human body.

      The strong nuclear force holds the inner parts of all atoms together. If this nuclear force were slightly less, then the larger atoms would not hold together to make heavy elements. A stronger force would make hydrogen (and thus water) rare. The electromagnetic force holds the electrons to the nucleus and the atoms to each other. If this were a little smaller, the atoms could not combine to form molecules since the latter would fall apart too readily. A larger force would prevent atoms from “sharing” their electrons in order to form molecules. Either way, there could be no life. Where did this delicate balance come from? Why is the proton exactly 1836 times more massive than an electron? Why is water the only natural substance that expands when it solidifies? Why do you and many "scientists" refuse to admit the possibility that the universe and especially living things have a designer? Intelligent people and especially scientists, should look at the evidence of the intricate balances and come to the conclusion that all this could not have possibly come together by any other process besides careful thought and planning.

      In human experience, all laws originate in a mind, a human mind. Why could the laws of physics not have originated in a mind far greater than we can even imagine? What is it that is preventing you and so many others from acknowledging that there is a Creator of you and everything else?

      --
      A sufficiently advanced simulation is indistinguishable from reality.
    31. Re:from the father of handwaving by stenvar · · Score: 1

      You obviously don't know anything about biology, especially microbiology.

      The human genome has about 3 billion base pairs, and about 25000 genes. That means that the blueprint for a human is objectively much, much smaller than for a 747 and all its parts.

      Why do you think it takes medical students years before they are qualified to be doctors?

      Because there are lots of things that can go wrong with the human body because, you know, it's not designed.

      In human experience, all laws originate in a mind, a human mind. Why could the laws of physics not have originated in a mind far greater than we can even imagine? What is it that is preventing you and so many others from acknowledging that there is a Creator of you and everything else?

      Because there is neither evidence nor need for a creator. And if there were a creator, he'd have to be a complete moron, and he'd certainly not give a f*ck about humans based on his past (in)action.

  5. Yes and no by overshoot · · Score: 2

    Math is not necessary -- in fact it can be a serious liability -- in formulating hypotheses. For instance, much of sociobiology. On the other hand, it's indispensable for testing those hypotheses and sorting the valuable ideas from the attractive bullshit.

    Which category holds much of sociobiology is a question beyond my own skills.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Yes and no by interval1066 · · Score: 1

      Sociobiology- sounds like a psuedo-scienctific discipline, not a hard science. I think he has something of a point, but not much of one. Einstein said he wasn't much of a mathematician himself, but that's not saying much. He certainly spoke the lingo and although STR came to him as a thought experiment he needed mathematics to describe it to the scientific community at large.

      --
      Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
    2. Re:Yes and no by serviscope_minor · · Score: 1

      Math is not necessary -- in fact it can be a serious liability -- in formulating hypotheses.

      That sounds mighty suspicious to me: I challenge you to offer any credible example where having maths is a liability.

      --
      SJW n. One who posts facts.
    3. Re:Yes and no by overshoot · · Score: 1

      That sounds mighty suspicious to me: I challenge you to offer any credible example where having maths is a liability.

      In its simplest form, the hypothesis "X is caused by Y" (think peptic ulcers) is a simple concept exercise -- trying to express it in math is a distraction.

      Testing the hypothesis -- even at the preliminary "does this pass the laugh test" stage -- is where the math becomes essential.

      --
      Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
  6. Science without math by fustakrakich · · Score: 2

    That's like literature without words...

    --
    “He’s not deformed, he’s just drunk!”
    1. Re:Science without math by Anonymous Coward · · Score: 0

      There is little science devoid of math - but plenty that doesn't involve advanced math like 'statistics'. Statistics is nice to when things are unclear - it helps you get that 95% confidence level.

      But go and discover a simple linear connection like Newtons second law. Here, the math is easy.

      Or in biology - describe a 'new' species of flower in great detail. You need a tiny bit of math for counting petals and mesuring stem lengths. Knowledge of MATLAB or poisson processes necessary? Hardly!

    2. Re:Science without math by fearofcarpet · · Score: 1

      Yet Stephanie Meyers, who can barely string together a coherent sentence, is an incredibly successful author.

      --
      Actually, I wrote my thesis on life experience.
  7. I can't say for sure but for me... by Anonymous Coward · · Score: 1

    Math is how I weed out my bad ideas from my good ideas. When I find something that seems like an insurmountable road block it's because the math points towards what a poor choice it is, more than anything else.
     
    YMMV.

  8. generalized advice from long-ago outliers is dumb by Anonymous Coward · · Score: 0

    The article effective asserts that it is OK for a scientist to be unable to "rapidly alternate between experiment and quantitative analysis..." This is ridiculous. That the author was lucky enough to stumble on a fertile phenomenon, and be able to communicate well with a mathematically literate person who was not too bogged down in his own work to help (this is less likely today), and do it all before someone who did not need interpersonal communication ate his lunch and published first, is a freak event. Today if some phenomenon is getting funded for study, the quickest to iterate experiments to publishable results will be the doubly-literate.

  9. Re:He's not right by Anonymous Coward · · Score: 0

    The person who collects the data is not usually the same person who draws the statistical models from the data, despite what you may believe. Like engineering scientific endeavors are nuanced and multifaceted. Many roles that are critical to discovery, do not require math literacy. The fact that people get up in arms about the defense of math (like yourself) indicate a problem with education.

  10. Title and summary by O('_')O_Bush · · Score: 5, Informative

    Are sensationalized bullshit. The original article did not make that claim, only that you shouldn't let a fear of maths or advanced maths prevent you from a career in the sciences. Obviously, don't plan a career in Physics, but there are plenty of interesting areas of study that don't require Calculus+ areas of math proficiency (sociobiology being one).

    As an ECE, most of my studies were centered around differential equations. However, my sister, who did biology/chemistry(two hard sciences) with an intent to move on to dental school, hardly had to touch maths at all.

    --
    while(1) attack(People.Sandy);
    1. Re:Title and summary by Anonymous Coward · · Score: 0

      That makes perfect sense, although I would not characterize a Dr. of Dental Science as a "scientist". Generally a scientist performs tests, generates theories, tests theories, etc. whereas a Dentist is more like an engineer - skilled at applying the science that others discover.

    2. Re:Title and summary by yndrd1984 · · Score: 1

      The original article did not make that claim

      True.

      biology/chemistry(two hard sciences) with an intent to move on to dental school

      Doing original scientific research and merely learning about some of its results aren't quite the same thing. If they were, Scientific American would have already made me an astrophysicist, an economist and a neurologist.

    3. Re:Title and summary by O('_')O_Bush · · Score: 1

      I don't disagree. Maybe I should have left out the dental school part because it distracts from the point. The point is, one can survive, at least in the undergraduate level (the starting point of a scientific career, where most students are too discouraged to try) without being heavily involved in maths at all.

      I realize that going into medicine doesn't make her a scientist, but the starting point for both paths is the same.

      --
      while(1) attack(People.Sandy);
    4. Re:Title and summary by O('_')O_Bush · · Score: 1


      Yes, but as I've already pointed out, the endpoint of her career is besides the point. She had just as many options of pursuing a scientific career, which is further than others get if they are discouraged from doing sciences by maths in the undergraduate level.

      --
      while(1) attack(People.Sandy);
    5. Re:Title and summary by minstrelmike · · Score: 2

      I'll go with ooBush's analysis over EO Wilson's. I have a degree in math. I have never understood why Calculus is mandatory (4 semesters) for most everyone but statistics is not. Calculus is overkill for most degrees. It should only be mandatory for engineers and math geeks. Statistics is what should be mandatory for everyone with a college degree.

      There is far more to a useful general mathematics education than The Calculus

    6. Re:Title and summary by overshoot · · Score: 1

      there are plenty of interesting areas of study that don't require Calculus+ areas of math proficiency (sociobiology being one).

      Good luck passing the quals in sociology without a boatload of statistics that engineers never see, including formal design of experiments. Biology, at least according to the biologists I know, is much the same.

      --
      Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    7. Re:Title and summary by Anonymous Coward · · Score: 1

      I don't think the title and summary are actually sensationalized. Wilson isn't saying you don't need any math ever in science, but he's also not just saying that you "shouldn't let a fear of maths or advanced maths prevent you from a career in the sciences."

      E.g., from the article: "exceptional mathematical fluency is required in only a few disciplines, such as particle physics, astrophysics and information theory. Far more important throughout the rest of science is the ability to form concepts, during which the researcher conjures images and processes by intuition."

      Wilson is smoothing over his message by equivocating. Of course he's not going to say "you don't need math"--that would be too easy a target.

      However, what he is saying is grossly misleading, at least today, and I think reflects many of the problems in academics.

      I would say that by a lot of standard metrics, I'm a fairly successful academic, a professor at a major research university with tenure in a discipline that's in the broad domain Wilson is referring to. I train lots of grad students, and lack of math just doesn't cut it anymore. You just can't get by. The grad students who are proficient in math and stats succeed, and those who don't struggle. True, you don't need a degree in math, but the big advancements forward are basically based on math.

      It's also true that you can work with people who have more math skills, but then what I would say is that the intellectual "heavy lifting" is not being done with you, it's being done by someone else. Today, with all the people in science, it's almost guaranteed that if you have an idea, someone else already had it before you, or at the same time. What gets you notoriety isn't the fact you thought of something someone else didn't, but you fleshed out the details, or put the work into implementing it, or had the money or resources to do so. If someone else is doing the math for you, they're doing the bulk of the work. In the very least, the devil is in the details, so to speak.

      Of course, the stereotype of someone who can derive an equation or proof but not understand the real-world implications of anything to tie their shoes is certainly correct, and I'm not saying that just because someone is skilled in math makes them a good scientist. But the message that "you'll do fine if you're behind in math" is poor advice today. It might have been true in biology when Wilson was coming about, but things have changed. I've seen this firsthand in biology in particular, where you have an older generation that basically thought of math and statistics as irrelevant, trying to teach a younger generation living in the age of "big data" and computational biology. It's true that you can do the classic bio stuff without math, but the advances in the field need math. You don't need a degree in math, but you sure as hell need to be proficient in math and statistics. Doing what Wilson did, taking calculus as a tenured professor, won't fly anymore--and if it does, someone else almost certainly deserves credit for what they're claiming they did, regardless of the collaborative intellectual climate that is now the norm.

    8. Re:Title and summary by siwelwerd · · Score: 2

      I have never understood why Calculus is mandatory (4 semesters) for most everyone but statistics is not.

      Probably (no pun intended) because one really needs (some) calculus to understand things like continuous probability distributions and the Central Limit Theorem.

    9. Re:Title and summary by chienandalou · · Score: 1

      Calculus has become institutionalized as the filter in college teaching: show us you can get through that, and we'll let you do what you want.

      If we could start over, a lot of stuff could be done differently. We could teach basic probability in high schools. A lot of discrete stuff could be taught early. And so on.

    10. Re:Title and summary by femtobyte · · Score: 2

      Exactly. "Statistics for people who don't understand math" courses are counterproductive and actually dangerous to the sciences. They churn out people who treat statistical analysis as a magical black box --- they've memorized which incantation sequences to type into some calculator or statistical analysis software package without the least understanding of what they're doing. The result is folks churning out research analysis applying all sorts of sophisticated-sounding statistical methods in inapplicable and utterly wrong ways. If calculus and linear algebra are above your comprehension level, then your understanding of statistics will do nothing but put you in the "knows just enough to be dangerous" category where you're too ignorant to tell that you're incompetent.

    11. Re:Title and summary by Anonymous Coward · · Score: 0

      Not only is it bullshit, it is mathematically wrong. Title makes a claim that it is certain that the idea is bad, but the summary states that it is controversial.

      Anyway, I have seen the power of having different people in the team, so I don't think that everyone should be the same.

    12. Re:Title and summary by Anonymous Coward · · Score: 0

      Yep, even look at the posts here. I see many people that appear to be unaware that statistics is a highly controversial field. There is no one true statistics approach. The definition of probability has been a source of argument for hundreds of years.

    13. Re:Title and summary by Anonymous Coward · · Score: 1

      Obviously, don't plan a career in Physics

      Physicists should also never plan a career in mathematics. They start complaining when the theory gets beyond their intuition. And the crap they consider to be mathematically sound proofs just makes me cry.

  11. luckly we got the blogger to tell us the truth by tbj61898 · · Score: 0

    ... and that infamous father of sociobiology lie to us. Why should people believe what the blogger says? I'm very curious.

    --
    nop, nop, nop #VBLANK
    1. Re:luckly we got the blogger to tell us the truth by djmurdoch · · Score: 1

      Why would you believe what E.O. Wilson says? Sociobiology is crap like this: "People do X. That's because evolution makes people who do X more likely to reproduce."

      Essentially it gives the same explanation for every observation, without ever making any testable predictions. People like it, because it means that they don't need to take responsibility for how they act: after all, the great scientist says that evolution has selected for people who do that.

    2. Re:luckly we got the blogger to tell us the truth by tbj61898 · · Score: 0

      essentially because I agree with the comment "He's right"

      --
      nop, nop, nop #VBLANK
  12. I hate to think... by J+Mack+Daddy · · Score: 1

    What would Feynman say!?

    --

    Jiggity

    1. Re:I hate to think... by schn · · Score: 1

      just look at the equations and see

  13. "literacy" is not "skill". by mbkennel · · Score: 4, Insightful

    Sure, the roles do require "math literacy" which is a lower standard than "sufficient mathematical and comptuational capability to independently produce results for a research journal."

    Just like natural language literacy is a lower standard than powerful, skilled writing.

    1. Re:"literacy" is not "skill". by K.+S.+Kyosuke · · Score: 2

      Sure, the roles do require "math literacy" which is a lower standard than "sufficient mathematical and comptuational capability to independently produce results for a research journal."

      I'd argue that if "sufficient mathematical and comptuational capability to independently produce results for a research journal" includes such things as botching an Excel spreadsheet of a dataset that was lousy to begin with, and in spite of this you still get published and win various awards and gold medals, then the "not-so-low" standard isn't something to be proud of either.

      --
      Ezekiel 23:20
    2. Re:"literacy" is not "skill". by davester666 · · Score: 4, Insightful

      But the math proved what they wanted to show, therefore it was "good enough"

      --
      Sleep your way to a whiter smile...date a dentist!
    3. Re:"literacy" is not "skill". by ABEND · · Score: 1

      Of course, everyone makes mistakes and the original paper was not published in a peer reviewed journal. It's (junk?) food-for-thought.

      On a related note, why is it always assumed that economic growth is always good?

      --
      In all seriousness:
    4. Re:"literacy" is not "skill". by techno-vampire · · Score: 1

      Just like natural language literacy is a lower standard than powerful, skilled writing.

      Considering the poor writing skills of all too many Slashdot posters, I'd have to say that there's ample evidence right here for your statement. Clearly being able to read and understand English does not imply the ability to communicate your own ideas understandably.

      --
      Good, inexpensive web hosting
    5. Re:"literacy" is not "skill". by femtobyte · · Score: 1

      Those were economists, not scientists. When your job is to be an apologist for the wealthy, accuracy and statistical rigor has little to do with the standards by which your work is judged.

    6. Re:"literacy" is not "skill". by Macgrrl · · Score: 1

      On a related note, why is it always assumed that economic growth is always good?

      I suspect because it is never stated in terms of a closed system. There is an input cost that resources the growth - which is never accounted for by corporations or governments. If it was, sustainable growth would be a much bigger deal.

      --
      Sara
      Designer, Gamer, Macgrrl in an XP World
    7. Re:"literacy" is not "skill". by stymy · · Score: 1

      Be fair. They misclicked or something while highlighting/selecting cells. Their mistake is in not checking their work properly, but that doesn't mean they don't understand the math.

    8. Re:"literacy" is not "skill". by Anonymous Coward · · Score: 0

      My personal experience with biology and statistics showed me that most biologists do not have a sufficient grasp of statistics to use them correctly. They fall into certain patterns (median, average, mean, chi squared, t test, etc). They do not do proper ANOVA most of the time and sometimes violate assumptions (such as use with dependent samples or use without a normal distribution).

    9. Re:"literacy" is not "skill". by Anonymous Coward · · Score: 0

      Those were economists, not scientists. When your job is to be an apologist for the wealthy, accuracy and statistical rigor has little to do with the standards by which your work is judged.

      But enough about climate change.

  14. Fascinating insight by rickb928 · · Score: 4, Insightful

    My 'aunt', who still works for a pharmaceutical firm analyzing statistical analyses by researchers, would snort tea out her nose reading this. Doing the research, finding a useful drug, doing minimal testing, and then concocting the analysis to fit the very limited empirical model is not uncommon in the drug industry. Her job was and is to study that 'analysis', identify any problems, send it back for improvement, and repeat until either the researchers give up and move on to something they can demonstrate is effective AND safe enough for the market, or succeed and are able to show provable, reliable results.

    Wilson would not like herm, and for good reason - she would call his methods little more than guessing. She has proven repeatedly that well-meaning researchers can find some statistician to lend unwarranted credence to imaginary results.

    Kinda sad that this passes as science at all. Wilson seems, to me, to be stating that research need not be proven, merely justified.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  15. math comes second by kipsate · · Score: 1, Insightful

    The math behind quantum physics and relativity is of secondary importance compared to the phenomena they predict and define. Einstein had the insight that everything must be relative, and the math followed from that. Mathematicians merely model nature based on existing insights. But it are these insights that create new science and discoveries, and not the math that models them.

    --
    My karma ran over your dogma
    1. Re:math comes second by femtobyte · · Score: 2

      Math may come second, but it does need to come. If Einstein had just been the guy who went around saying "dude, everything is like totally relative! Cosmic space-time bendy-warp, all-one time-cube, dude!," and expecting someone else to fill in the mathematical formalism, I doubt he'd be all that famous now. Einstein was able to write down his insights as tensor calculus equations --- that's why he's remembered as a famous scientist, not an incoherent ranting quack.

    2. Re:math comes second by khallow · · Score: 3, Interesting

      Except when the math generates the insights.

      For example, Dirac predicted the existence of anti-matter from a model of the electron with interactions with photons. For the model to work mathematically, he had to have a second particle, the positron which had opposite properties of the electron.

      Then there's the search for missing planets. Neptune was found by noticing that Uranus didn't follow the orbit as predicted by the mathematical model of the then known Solar System.

      Radioactive dating wouldn't be possible without a model of how decay works. That in turn has generated new insights.

    3. Re:math comes second by Anonymous Coward · · Score: 0

      Who'd you have to paypal to get your physics graduate degree?

    4. Re:math comes second by blue+trane · · Score: 1

      The math of quantum physics generated the "insight" that the cosmological constant should be 10^120 larger than actually measured. So math is also responsible for "the worst theoretical prediction in the history of physics." http://en.wikipedia.org/wiki/Cosmological_constant

    5. Re:math comes second by Pav · · Score: 1

      If observations show a mathmatical model to be wrong, then it is so. However, if a mathmatical model can make interesting predictions ahead of our ability to observe then that's where we should strive to move our observations eg. LHC, space telescopes etc... Theory is largely ahead of observation in modern physics.

  16. Re:He's not right by femtobyte · · Score: 5, Insightful

    Collecting data without having a darn good grasp of how the data analysis works is a great way to waste a huge amount of time and money collecting mostly useless data. It may not be the same person doing both, but the data-collector definitely needs to be intimately "in the loop" about how their experimental work impacts uncertainties in the final analysis.

  17. Research != Programming by Roger+W+Moore · · Score: 1

    No he is not right. Research is not like programming. When coding a program the basic framework already exists: someone comes up with an idea and then someone else can write all or part of the code. Now imagine doing the same with research: someone does an experiment and then another person analyses the data. Chances are that this analysis will be worthless because they have not accounted for all the systematic errors and corrections due to nuances of the experiment itself. To analyse the data you need to have an incredibly detailed knowledge of the experiment and understand it well enough to figure out all the corrections needed during the analysis. In reverse you also need to design the experiment to minimise any biases and effects on the analysis.

    Worse his singling out of a "few disciplines" clearly shows how ignorant he is of fields outside his own. ALL of physics, not just particle and astro, needs what he would call "advanced" maths: calculus was invented to describe newtonian mechanics and quantum mechanics requires that you solve partial differential equations to understand what is going on: indeed using intuition with QM is not likely to end well. Chemists need some level of understanding of QM since this is what governs reactions. Earth scientists need "advanced" maths for seismology and climate modelling and lets not even mention all of computer science (although perhaps he regards this as information theory).

    1. Re:Research != Programming by Ambassador+Kosh · · Score: 1

      This is one of the things I absolutely agree with. Intuition just does not work on these complex systems. I really like using tools like MATLAB to solve systems of ODE/PDEs and then do things like a sensitivity analysis on the parameters. It allows you to find out which parameters matter and by how much. Sometimes you can have a parameter change by many orders of magnitude and not matter and in other cases even a 1% difference can completely change the outcome.

      Without understanding the math you won't know that and your experimental design will end up being pretty useless.

      --
      Computer modeling for biotech drug manufacturing is HARD! :)
    2. Re:Research != Programming by Aighearach · · Score: 1

      Your thought process seems to me to be, "I don't have that skill, I have to use a different skill, therefore that skill does not work for that." And yet it is still quite possible that your conclusion is wrong, even if everything you base it on is correct. It may be the scientist in question thinks it is more important to develop the exact skill you claim not to have, than to just substitute the skill that computers are good at.

      Also to be honest, you seem to be describing exactly what he wants; using intuition to solve the problem, and set up the problem in a useful way, but actually letting a computer do the math. That's why you use MATLAB. Because these days the skill with utility is not in doing advanced math on a blackboard or on paper, or even understanding the finer points of it, but rather, understanding what the range of formulas, constants, and algorithms are, what the inputs and outputs are, and how to apply that.

      That is, for advanced students, only HS math, or for the average science student, maybe 20 credits are so. They can take all those fancy advanced math classes, but if they use it in the lab it is going to be in the MATLAB. ;) They'll need to be able to intuit which formulas to try, and then be able to look up the names. That's it. They get that much from the syllabus!

  18. Re:He's not right by Trepidity · · Score: 3, Interesting

    Teams these days are really large, so much so that the data-collector is often not even the person designing the experiment. And that person is not the person doing the analysis of the data, who is not the person designing the mathematical model, who is in turn not the person implementing the simulation software. They all have to communicate in various ways, but they cannot each have all of those skills.

    On smaller projects it may be the case that there's a more unified role of "experimental scientist", who does need to do all of understanding the model, designing the experiments, and carrying out the experiments. But on large teams the people actually collecting data need more technical skills, focused on operating various kinds of equipment properly. Someone else has drawn up exactly which experiments need to be run, but getting them run properly is not easy. Hence there are various scientific roles, like laboratory technician, that don't even require advanced degrees.

  19. Understanding statistics ... by PPH · · Score: 4, Funny

    ... is necessary for good experiment design. Trying to fix a poorly conceived experiment or bad data after the fact is like trying to cure diarrhea by messing with the bathroom plumbing.

    --
    Have gnu, will travel.
    1. Re:Understanding statistics ... by brillow · · Score: 1

      Yeah and Wilson agrees with this. NO ONE does stats by themselves though. We use a computer to do it. I understand what mathematical theory underlies an ANOVA or a Bonferroni correction or a Spearmann rank, but I could not do the math.

      What do I do then when I do these things which I do all the time?

      I use a computer. I use R.

      This is what E.O. is saying.

      This will do everything 99% of biologist eed to do. If you ever finding yourself really needing something high-level, you find a collaborator.

      Saying all scientists must know tons of math is like saying all home-owners need to be master electricians or plumbers. Home owners should probably know the basics of how pipes and wires work and should probably be able to unclog a toilet and change a lightbulb, but if they need something real done they are probably best to call an expert. It's not like they couldn't figure it out of they had to and had time, but an expert will be less hassle and will probably do a better job.

      This is what he is saying.

    2. Re:Understanding statistics ... by Anonymous Coward · · Score: 0

      I think saying "don't worry, I use a computer to do the real math" completely misses the point.
      It isn't about whether or not you can do arithmetic or calculus or what have you. It's about having a solid theoretical understanding of the mathematics that underly your statistical argument. Sure, you can call some function in R. But do you know exactly what assumptions you are making when you use ANOVA?

      I'm fine with the idea that we can rely on collaborations between domain experts and statisticians. Unfortunately, this is almost never done right: researchers don't come to the statisticians until after they've conducted their experiments, if at all, and are often far too happy to keep doing analyses until they get the result their intuition tells them is right.

    3. Re:Understanding statistics ... by Anonymous Coward · · Score: 0

      Trying to fix a poorly conceived experiment or bad data after the fact is like trying to cure diarrhea by messing with the bathroom plumbing.

      That is it mainly works well for large populations?

    4. Re:Understanding statistics ... by wisnoskij · · Score: 1

      What! That is even more obviously stupid than what Wilson is saying.

      A computer with R does not instantly make a incompetent idiot a scientist. Without a indepth and very good background in statistics:
      You cannot conduct proper experiments.
      You cannot properly program R.
      You cannot understand the results output by R.

      Basically without a full understanding of Math and statistics all R lets you do is put your garage data thought garbage but impressive and complex looking algorithms and make it look pretty. Considering the number of garbage papers out there, and people who bull shit themselves though their jobs it might be enough to make you a success, but none of it will be scientifically valid.

      --
      Troll is not a replacement for I disagree.
    5. Re:Understanding statistics ... by Anonymous Coward · · Score: 0

      However, unlike plumbing, stats is full of pitfalls. Without a solid understanding of the theory, it's easy to misapply tests and draw incorrect conclusions.

  20. Re:generalized advice from long-ago outliers is du by Trepidity · · Score: 1

    I would say it's actually less likely today that you will be able to "rapidly alternate between experiment and quantitative analysis" even if you want to. Roles are much more specialized, and labs much larger, than they used to be.

  21. Of all the things to skip, not this one by Anonymous Coward · · Score: 0

    Many problems are so big that no one person can fully grasp them. There's nothing wrong with not being one person who can take on the Whole thing. If some aspects need specialists, that's ok.

    But of all the things to not be able to handle, math?! This is like a writer not being able to spell.

  22. Re:He's not right by PPH · · Score: 1

    Before gathering data, you've got to design an experiment. Without understanding the measurements and statistics involved, the experiment design might turn out to be crap.

    --
    Have gnu, will travel.
  23. Where Wilson is coming from by doug141 · · Score: 1

    Is his book, The Social Conquest of Earth, Wilson takes droves of biologists to task for espousing the theory of kin selection to explain altriusm, accusing them of both torturing their "relatedness" math and also essentially back-solving from a desired result. Wilson makes the case that the theory of group selection (one social group besting a neighboring social group) explains altruism more simply, and occam's razor applies.

    1. Re:Where Wilson is coming from by phantomfive · · Score: 1

      In the article, he suggests that of all the mathematical models in sociobiology, only 10% of them hold up to deeper inspection. Which is a surprisingly bad rate.

      --
      "First they came for the slanderers and i said nothing."
  24. Awful headline. by doug141 · · Score: 1

    We have a a professor emeritus at Harvard, two time pulitzer prize winner saying one thing, a blogger saying another, and the headline looks like the blogger wrote it. Bad slashdot.

    1. Re:Awful headline. by phantomfive · · Score: 1

      Isn't it great that we have bloggers who can tell us what is right and wrong? What would we ever do without bloggers?

      The funny thing is the mere fact of calling him a 'great scientist' proves the blogger's point wrong, and the bulk of his post is dedicated to trying to explain away that contradiction.

      --
      "First they came for the slanderers and i said nothing."
  25. How much math? by D1G1T · · Score: 1

    Even the least math-y science of biology involves rates of change of growth. That means calculus to me. And, of course, you've got piles of data so that means statistics. And you've got structures so that means geometry. A first year course in each will let you understand what you are looking at and give you the ability to look up what you don't understand. Without that training, you may miss a phenomenon entirely, misperceiving it as randomness.

    1. Re:How much math? by iggymanz · · Score: 1

      so important scientific principles cannot be taught in grade school? nonsense, the scientific method ( not the only one science uses) itself can be expressed non-mathematically.

  26. Maybe what Tesla said is true: by Anonymous Coward · · Score: 1

    "Today's scientist have substituted mathematics for experiments, and they wonder off though equation after equation, and eventually build a structure which has no relation to reality" Nikola Tesla

  27. Not only that, but there are two mathematical by aussersterne · · Score: 1

    issues here. One is mathematical thinking—this is intuitive, and very difficult to teach; some people display aptitude for this (logical relationships, congruences, dependencies, correlations across qualitative cases, a "sense" for probability that is remarkably in tune with formal outcomes) and others struggle with it even if they become very proficient with Two, which is notation.

    Too often, we conflate the former with the latter and call the whole package "math." But in fact, it is a deep, intuitive understanding of mathematical principles rather than incredible fluency with notation and notation manipulation which is needed for innovation in science and research. I know people that have one in spades (incredible "math sense" but poor formal notation skills or vice-versa).

    It isn't necessary to have the formal notation skills to the nines to be a good scientist (a good co-author/co-PI can help to fill the gaps that you have), it is absolutely necessary to have habits and patterns of thought that are "mathematically" sensible, and the best scientists that I know are the ones that can look at a dataset and—after an "eyeball test"—have the strong sense that something important is in evidence in this series, or in this column, or in that set of experimental results, etc.—even if they struggle to prove it. Colleagues often come along and, if they are able to listen and grok, can come up with the formalities.

    --
    STOP . AMERICA . NOW
  28. Re:He's not right by K.+S.+Kyosuke · · Score: 2, Insightful

    Without understanding the measurements and statistics involved, the experiment design will most certainly turn out to be crap.

    Here, fixed that for ya.

    --
    Ezekiel 23:20
  29. Difference in worth of a degree IS math by minstrelmike · · Score: 1

    Any 4-year degree from the same college costs you the same amount of time and money whether it is a degree in Art History, English or Electrical Engineering.
    The value of the degree in the marketplace tho is totally skewed towards mathematics. The more math you have to take to get your degree, the more money it is worth in the marketplace. Compare Computer Tech degree to Computer Science degree to Computer Engineering degree.

    E.O. Wilson is perhaps technically correct about -needing- math early, but he is socially incorrect as far as how the populace in capitalistic countries values knowledge of mathematics. (And frankly, I think the capitalists are correct ;-)

  30. Re:generalized advice from long-ago outliers is du by Anonymous Coward · · Score: 0

    Quantitative analysis is easier and faster than ever, if you buckle down and learn a semester of statistics and something like R, Octave, or Matlab. If you are unable to learn these two things, while that does not make you a bad person or hopeless scientist, it makes you a relatively bad investment of research resources. Requiring such work to funnel through some other person on a team injects delay and possible confusion into the system.

  31. Great, Angry blogger by phantomfive · · Score: 1

    The 'great scientist' article is telling people, "don't be afraid of studying science just because you aren't good at math." He points out there are plenty of fields that don't require much math (as opposed to physics). He doesn't say math isn't useful, good or important, he merely says that you can still be great even if you're not good at it.

    The blogger is irate, angry, and irked. He lashes out with his words. Thank goodness we have bloggers in the world to be angry at great scientists.

    There's no reason to be afraid of science just because you are bad at math.

    --
    "First they came for the slanderers and i said nothing."
  32. I tend to agree with him by foreverdisillusioned · · Score: 1

    Of course, all scientists need to conceptually understand basic concepts like the different measures of central tendency, deviation, why normal distribution arises, correlation vs. causation and the difference between predictive and explanatory statistics, robustness, and (this is a biggie) conditional probability. But there's no particular reason why they need to know about the Chi squared distribution or the precise mathematical formulas used to calculate these things.

    I think the problem is grade inflation and ever more laughable academic standards have caused the sciences to protect themselves by treating math classes as a trial by fire. They want to make you do tough shit to prove you're smart enough to be a scientist, so they always make you go through the details of the calculation instead of making sure you intuitively understand how the concepts all fit together. Which is a goddamn shame, because I've met several medical doctors who've taken three or four semesters of calculus and several of applied statistics, yet they still can't grasp the simplest conditional probability problem. (Which should come up *all the time* re: error rates on medical tests.)

    1. Re:I tend to agree with him by ABEND · · Score: 1

      I found Intro to Probability (or whatever it was called) to be significantly more challenging than the calculus for science majors classes. I didn't think that probability was a requirement for MDs. In what capacity were you observing MDs attempting to grasp conditional probability?

      --
      In all seriousness:
  33. It seems to me... by Dcnjoe60 · · Score: 1

    It seems to me that if one were to take this proposition seriously, it should appear as an article in a scientific journal, not the Wall Street Journal.

    While I have no qualms with the Wall Street Journal, it does concern me when an article is published for a bunch of MBAs and CFOs that basically equates scientific research as nothing more than a bunch of individualized technicians. Research is not like web design where you have a design architect and a bunch of coders. But the article, phrased as it is, makes it seem that research can be handled in the same way.

    The logical conclusion of such thinking in the WWJ is pay for a researchers who have all of these skills when we can just split them up (and save money). While that may be true in the short run, it is not how science advances in the long term. The simple fact is that if you want to be a reasearcher, you need to know the science and the math.

    Teams are great and necessary, but the best teams are the ones where the members understand the major parts of the research and that means the math, too.

  34. "OK to stop after Calculus" != "no math" by Dr.+Spork · · Score: 2

    In the article, Wilson talked about how making it through Calculus ended up giving him all the math he needed to do his own work, and would suffice for much other important scientific work. I frankly thought that his target was not simply the population of smart but "merely OK at math" students who are being deterred from scientific fields, but the gatekeepers of the fields themselves, who would probably reject someone like Crick for his C grade in Calculus. He's not arguing for lower standards, but for more diversity in how we see scientific talent. If the litmus test for the "promising future scientist" were based almost entirely on the verbal SAT score, I can imagine that Crick would be railing against that. But as it stands, he simply thinks the pendulum is too far in the math direction, and this is doing a disservice to science. I find that quite reasonable!

  35. Not a new concept; by centipedes.in.my.vag · · Score: 1

    The idea that specialization works isn't new, even to academia. It's a trend that we can observe in many fields; It's glaringly obvious, if you want an example, in industry. With that said, you need a basic understanding to interface. Saying you can be totally 'math illiterate' is saying that pointy-haired bosses are functional.

    --
    Only on /. can I lose karma with 2x "5, Funny" posts.
  36. Re:generalized advice from long-ago outliers is du by Trepidity · · Score: 1

    Sure, you can learn it, and probably should. But most large-lab workflows aren't set up for the same person doing the wetlab work to also be doing the data analysis, even if they want to. Their job is to stay in the lab and get more data.

  37. Extremely crap 'scientist' dribbles rubbish by Anonymous Coward · · Score: 2, Informative

    America is the land of pseudo-science, and pseudo-scientists who push the 'right' agendas can easily rise to the top of their profession, and be lavished with all kinds of prizes and recognition.

    -The depraved monsters who created and executed the 'scientific' studies to inject healthy black Americans with syphilis, and watch them suffer untreated, were highly regarded doctors.
    -The depraved monster who photographed generations of young men and women naked at ivy-league universities all across America in order to push his ideas on race and eugenics was a highly regarded scientist in the same vein as E.O.Wilson
    -The depraved doctor who introduced female genital mutilation to the USA (a practice that was widespread up till the 1960s) was thrown out of the UK, but was given a tremendous reception by the medical community in the USA.
    -The depraved monster that attempted (and almost succeeded) in having lobotomy as common as vaccination won the highest scientific awards in the USA.
    -The racist filth that created the concept of eugenics, and pushed for programs that eventually led to forced sterilisation in countries all across the globe, were given the highest praise by the scientific community in the USA.
    -Even today, male genital mutilation is universal across the USA, originally made popular by madmen like Dr Kellogg in the 19th century as a 'cure' for masturbation. Every 20 years or so the US medical community reaffirms the desirability of MGM by claiming it is a defence against whatever illness is currently significant in the minds of the public. It is notable that all the early studies in Africa discovered circumcised males suffered massively INCREASED rates of AIDS infection. When Jewish and Muslim and evangelical American propagandists took control of WHO research bodies a number of years later, magically the results of the studies reversed.

    "Government scientist" is an oxymoron. You are either loyal to the fundamental principles of science, or loyal to a current political agenda. The 'scientists' that the general public hears from are not scientists at all, but propagandists. Sadly, many fields of science are very expensive to pursue, and the people that pay the bills frequently have strong ideas about the 'news' they expect to hear.

    'Sociobiology' is just today's eugenics- another branch of pseudo-science strongly linked to religious concepts that are worked in order to create the circumstances for new wars on a global scale. 'Sociobiology' is designed to argue that 'war' is just an extension of evolution, just as eugenics and the theory of 'race' was originally created to give a scientific justification of slavery in the USA during the first half of the 19th century. Eugenics flourished in the USA after slavery was ended, in order to counter the concept of "all men are created equal", and ensure the spread of the 'Jim Crow' laws that existed until the 1960s.

    1. Re:Extremely crap 'scientist' dribbles rubbish by ABEND · · Score: 1

      Many who read this are experiencing defacto "... forced sterilisation ...".

      --
      In all seriousness:
  38. Everyone is talking past each other, again by raque · · Score: 1

    Wilson states that to do good science and to be a good scientist you don't need to be a math wiz. Iddo states to be employable in the tech and science field the more math the better. Am I the only one who has noticed these aren't the same point? Iddo is worrying that if your C.V. doesn't show enough math you won't get the position to do the science at all. Wilson says you can find a place for yourself that uses the math you already know. Wilson is optimistic, Iddo is realistic/pessimistic. Wilson succeeded and is a giant. Iddo has watched his students struggle and have to wait tables to get by.

    In the end Wilson is following closer to J. Bronowski in Science and Human values and Iddo is closer to my grandmother. Bronowski cared about humanity, grandma cares about me.

  39. Tend to agree by Anonymous Coward · · Score: 0

    Math is just a description and before that can function, there must be something to describe. Ideas comes first, formal descriptions come later.

  40. I've worked with guys like that by overshoot · · Score: 1

    They go into the lab and discover circuits.

    I have to admit, though, that I've never run into one who discovered a good delta-sigma analog-to-digital converter. Or anything else more than trivially complex.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:I've worked with guys like that by Anonymous Coward · · Score: 0

      You've worked with guys like Tesla? Doubtful. As for the harsh reaction to EO Wilson on slashdot, the land where computer programming is thought to be more important for babies to learn than basic literacy, I'm not surprised. .

      He's right though. Furthermore, the infatuation many physicists, astrophysicists, et al seem to have with sterile mathematical speculation has led to them chasing their tails wasting billions over the past 5 decades not moving their fields forward to any significant degree.

  41. Branches by b4upoo · · Score: 1

    Biology has an advantage over many other sciences. You can apply close study to the subject. But when one crosses over into fields like physics there are situations where the degree of resolution has reached its end and now mathematics becomes almost the singular tool. The ability to use various unusual logics and to reduce the question into equations is perhaps as far as we can ever hope to go. Trying to approach subjects like the underlying fabric that supports the universe or much of quantum mechanics is quickly becoming a mathematics only type of situation.

    1. Re:Branches by grantspassalan · · Score: 1

      Science concerned with nonliving things is trivially simple compared to anything that is alive. The Internet is probably one of the most complex systems humans have ever come up with. Is there any mathematics that describes the overall operation of the Internet? Yet it is orders of magnitude simpler than even a single cell such as an amoeba. When evolution was first formulated, there was this notion of life originating in a simple cell. Since then, through molecular biology, scientists have determined that the so-called "simple cell" is unbelievably complicated. The math to describe this astronomical complexity is far beyond current human capability.

      Simple machines, compound machines, self-regulating and self modifying machines have been described mathematically and there are many of them in operation. So far we still have not made self repairing machines, at least not in hardware as well as no self reproducing machines. Yet single celled organisms are self repairing and self reproducing devices. It is this unfathomable complexity that has prevented biologists coming up with any kind of mathematics that even begins to describe the operation of biological systems. Scientists can dabble around a little bit using statistics, but we are still light years from a mathematical description of the processes taking place in a single cell.

      --
      A sufficiently advanced simulation is indistinguishable from reality.
  42. Re:He's not right by Anonymous Coward · · Score: 0

    The "double blind" method was specifically designed to weed out frauds like you.
    In the information age, as in quantum mechanics, there is no such thing as useless data. There are only useless conclusions - like yours.

  43. Re:He's not right by hedwards · · Score: 3, Insightful

    I was a natural sciences major in college and what you're talking about is one or maybe 2 classes worth of math. You don't need calculus or anything beyond that in most cases to design an experiment, obviously depending upon the particular field of study. Statistics itself is heavily derived from a set of formulas that you can look up in a book and the reasoning behind it requires at most intermediate algebra to understand.

    I definitely agree that you need an understanding of statistics to design your experiments, but really, the amount of math you really need is surprisingly small given that you're going to want to bring in an expert that's experienced in the specific area you're working anyways. Now, were we to go back in time to days when there wasn't a huge team, that would presumably be a different matter. But, understanding doesn't really require that much math.

    TL:DR, you're going to want an expert in dealing with modelling and data of the type you're looking at. It makes more sense than reinventing the wheel every time you do an experiment and forcing people to master not just one specialty, but several of them, and ultimately it's unlikely that they'll achieve a level high enough to compete with the best in both fields.

  44. Re:He's not right by Grieviant · · Score: 5, Insightful

    You make a very strong point. There are often statistical and mathematical modeling assumptions that the researchers are aware of ahead of time, subtle pitfalls in the experimental setup that must be avoided to produce the type of data needed, etc., that the technicians/engineers will be unaware of unless the researchers themselves are directly involved in the experiments. By the same token, it's a good idea to have an engineer involved in the data collection review the research prior to publication to catch any obvious flaws in the modeling assumptions or misuse of the data (even if he doesn't understand everything in the paper). 'Separation of duties' is something that comes from laziness or time/budget constraints rather than being a template for solid scientific work.

  45. Stupid headline by Anonymous Coward · · Score: 0

    Wilson is right. He doesn't say, math is not needed, he just readjusts its priority within the process of scientific work.

  46. Biologists don't know research? by Theovon · · Score: 1

    I keep hearing this over and over from people. It seems like biologists are never educated in certain aspects of basic research. I know a CS grad student (who also has a degree in biology) who was talking about Google Scholar with some other biology grad students; they started taking notes because they'd never heard of it before. I asked how they managed to cite anything, and I was told that they do get the journals as they are published, and they do read, but they never SEARCH for anything.

  47. Re:He's not right by Genda · · Score: 1

    Again, the greatest value of math is not the math itself, but the ability to abstract, extract metastructures and isolate higher order patterns from what might otherwise be just chaos or noise. Agreed some, fields are more math intensive that others. Whereas studying primates in the wild (what few are left) mostly needs only the math to get your time and GPS values properly recorded, I would be a little more concerned for the folks a the Large Hadron Collider armed only with algebra. The same goes for most other hard sciences and specializations of the softer sciences.

  48. Re:He's not right by ShanghaiBill · · Score: 1

    It may not be the same person doing both, but the data-collector definitely needs to be intimately "in the loop" about how their experimental work impacts uncertainties in the final analysis.

    I couldn't disagree more. Ideally, the data collector should be completely out of the loop , and have no knowledge or bias about the hypothesis, or even the purpose of the experiment. This is what "double blind" experiments are supposed to achieve. The people that formulate the hypothesis, collect the data, and analyze the data should (ideally) be three different people, with different skill sets.

  49. Psychology tried this already by Anonymous Coward · · Score: 0

    Read any psychological journal and you'll see why this is a bad idea. No one knows what any results mean. If you don't believe me, pick the background section of any random article and read to see whether they list any specific details about the results they cite. Most often, they say that there was a significant effect and leave it at that. No one knows how significant, or whether they are studying a phenomenon that is so faint that discovering the nature of the interaction they are looking at will take thousands of participants rather than 100-200. All findings are treated equally, and experimental methods don't take into account the expected scope of the effects which make up the reasoning behind the experiment. Now that this has become established practice, new research is being built on top of the pseudo-scientific findings of the past few years, probably leading to entire theories which don't hold any real weight. These people need an understanding of math badly.

  50. Science is prediction, not explanation by Animats · · Score: 1

    Wilson is (or was) an observational biologist and naturalist. His book "The Ants" is great, but it's a picture book with essays.

    For a science to lead to applications, it must have predictive ability. The hard line on this is from Sir Fred Hoyle: "Science is prediction, not explanation". Much of engineering is about prediction - being able to figure out what will work before you make it. Without that, you can't build anything big or complicated and get it to work.

    The market for scientists in fields with no applications is small.

  51. Obligatory XKCD by Unixnoteunuchs · · Score: 0
  52. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  53. You're wrong. by Anonymous Coward · · Score: 0

    The problem is that you have no clue if your mathematical collaborator is a complete fraud. I've seen this happen in AIDS research. The worst Ph.D. candidate in my graduating class slept with the candidate's advisor so the advisor would blackmail the committee into approving the dissertation. There were so many errors in even basic calculus that passing it bordered on fraud. Said math Ph.D. switched fields to biology and now has a lab named after the Ph.D. at a biology department at a leading university.

  54. Darwin wasn't a mathematician by Anonymous Coward · · Score: 0

    'nuff said.

  55. Re:He's not right by phdscam · · Score: 1

    As a somewhat practising experimental scientist, without significant mathematics training, I wouldn't feel at all comfortable gathering/analyzing data and come up with possible improvements in the experiment design or be able to write a paper and defend it.

  56. Re:He's not right by femtobyte · · Score: 1

    No, "double blind" doesn't mean the people performing an experiment don't know what hypothesis they are testing for or how the data is being analyzed. In fact, precisely determining and understanding the protocol for data analysis *before* doing the work is a critical component of proper "blind" experiments. "Blinding" means that the experimental protocol is designed so the researchers will not be able to tell which way particular results will skew the outcome while doing the experiment, not that they are ignorant of what they're doing.

    Blinded protocol example: researcher 'A' randomly fills numbered bottles with either a solution being studied or an identical-appearing control substance, recording which bottle contains which solution. Researcher 'B' takes the bottles, not knowing which contains which contents, sprays them on a series of petri dishes, and measures how stuff grows on each one. After 'B' collects the data, 'A' reveals what was in each bottle, so analysis (according to a rigorously predetermined procedure) can indicate what effects the solution under study had compared to the control. Blinding has nothing to do with 'A' and/or 'B' being ignorant about what their hypotheses or analysis methods are.

  57. Publicity-Induced Contrariansism by Horshu · · Score: 1

    Wash, rinse, repeat

  58. Re:He's not right by Grieviant · · Score: 1

    Double-blind experiments are a tiny subset of the types of studies which happen in engineering and science. Yes, they do serve the useful purpose of mitigating 'fudging' of the results by the subjects and the researchers themselves, which is important when the chances of conflict of interest or bias are high (such as with drug trials).

    As has been pointed out though, there are significant benefits to having researchers be more hands-on with their experiments. These range from making sure the experimental plan is being properly followed, sanity checks on the measured data (before weeks are wasted gathering bad data), revisions to the plans or equipment if required, coming up with additional tests in a slightly modified setup to verify any 'surprises' in the data, etc. You might be surprised at how often overlooked issues are discovered just by the person being there.

    Of course, if you're one of those people who thinks every researcher is going to fudge data, compute a thousand different test statistics to fit their preconceived outcomes, modify the experiment in senseless ways until it gives them the outcomes they want, hide data that doesn't fit a certain model, etc., then I doubt any system of experimentation is going to be good enough for you.

  59. Biology is not Physics by Anonymous Coward · · Score: 0

    Hey - I am going to take an unpopular position here..
    In the past 150 years, truly remarkable advances were made in physics (and chemistry) using math. Please recall that many what I will call "continuous methods" were worked out in a time before iteration and massive sampling, as is so common today. SO Is It Surprising that those studying in the tradition of math, would look to new and important worlds to "conquer".. biological models..

        Well guess what, the biological world is orders of magnitude more "messy" than pure gravity and light and such.. You can say good *general* things about ecosystem interaction, but *math does not rule the messy biomes* as it does in the physics lab. At university, I am highly suspicious of many models, and they smack of a hammer in search of a nail to me..

        I support EO Wilson in general, and I dont know this speech but I suggest that computer and math people are not so quick to see things only their way..

  60. Re:He's not right by femtobyte · · Score: 1

    You're a moron.

    Anyway, a simple example of what "wasted" data would mean: suppose you are measuring some small signal with a background of similar or larger magnitude. You can measure signal+background or just background. So, you tell your lab tech to spend the next couple weeks measuring the signal and background, and at the end of the time they come back and say "I measured the signal+background for 100 hours, interspersed with 10 hours of background data." D'oh! If the signal is smaller than the background, then the statistical sensitivity of 100h Sig+Bkg and 10h Bkg is barely better than 10 hours of each; you should have measured ~55 hours of each. Your signal measurements are statistically crippled by uncertainty in the background, and you've wasted a lot of lab time for suboptimal results. You needed people with expertise on all parts of the experiment --- what the expected signal and noise components are, how to allocate time for maximally useful statistics --- to be in on the planning.

  61. I am a biologist by brillow · · Score: 1

    He's absolutely right. There are some biologist (some bioinformaticists) who need to be real math pros and the ones that are have a distinct advantage. However, most biologists aren't and they do fine.

    For instance, to do qPCR (a way to quantify gene expression) requires a lot of mathematical calculations, essentially calculus and linear algebra. You don't need to know them though because there is great software which does it for you. You do need to understand what its doing though to use it. I've seen people use it poorly because they don't understand it.

    So you need "intuition" about how calculus and algebra work, bu you don't need to do it. I know what an integral is. I know what a linear transformation is and how it can be used. I could not though for the life of me integrate or derive anything myself on paper.

    30 years ago you could say the same thing for an accountant. They needed to be an absolute whiz with not calculus but also arithmatic.

    Now they have Excel, and they don't need to be a master at doing math, they need to be a master at understanding it.

    I think most people don't like what EO said because they think he's against math or math education, and he's not. Do you know how you get math intuition? You take a lot of math classes.

    1. Re:I am a biologist by Anonymous Coward · · Score: 1

      The people doing qPCR think n=3 is large enough to draw a conclusion from...

  62. Faraday's an example by blue+trane · · Score: 2

    "Faraday was an excellent experimentalist who conveyed his ideas in clear and simple language; his mathematical abilities, however, did not extend as far as trigonometry or any but the simplest algebra."

    http://en.wikipedia.org/wiki/Michael_Faraday

    1. Re:Faraday's an example by lancelet · · Score: 1

      This is why some primary school kids are familiar with Faraday's work, but Maxwell's Equations are not covered until Uni. Maxwell formalised many of Faraday's experimental results in electromagnetism (as described in the Wikipedia article).

      Faraday observed phenomena, but lacked the mathematical background to describe them properly. If you have a new field, with readily-observable phenomena (as electromagnetism was), then this approach clearly works well. I can't think of any similar situations in modern science though; the easy stuff has typically been done. Can you name any modern scientists making meaningful contributions in this way? (By "modern", I mean roughly post-1970.)

    2. Re:Faraday's an example by blue+trane · · Score: 1

      The field of AI Planning, as presented in the Coursera class on the subject, didn't include math. Just programming logic. Nothing more than algebra needed.

  63. Sociobiology by Brett+Buck · · Score: 2

    This is not a science.

  64. So Basically by wisnoskij · · Score: 1

    Come up with some model of how you want it to work, then pay someone to try and make the math fit.

    --
    Troll is not a replacement for I disagree.
  65. Re:He's not right by MagusSlurpy · · Score: 1

    A synthetic organic chemist needs pretty much no mathematical ability beyond simple arithmetic and fractions. A challenging math day is one where you get to make a buffer, forcing you to hit the squared button on your calculator.

    --
    My sister opened a computer store in Hawaii. She sells C shells by the seashore.
  66. Re:He's not right by Aighearach · · Score: 1

    You seem to have some trouble with statistics. I guess you're of these "math challenged" folks everybody is talking about. I dunno if they'll let you into that science-y place or not, but I gotta point out just one little flaw there...

    Without understanding the measurements and statistics involved, the experiment design might indeed accidentally be useful. It might even do exactly what was intended and generate a useful result referenced for ages.

    And just for future reference, we can tell you're math-challenged as soon as you substitute an absolute in place of a probability. If you're going to try to hide your different-ability and hang with nerds, I recommend to avoid absolute statements in the vast majority of circumstances.

    Or, to fix your statement, we might say, "Without understanding the measurements and statistics involved, the experiment design might turn out to be crap." Implying of course, "It might not."

  67. What is "Science" ? by Taco+Cowboy · · Score: 1

    Watching people arguing that one must understand a great deal of math before one can deal with science makes me wonder --- What is "Science" ?

    Is the definition of "Science" a static one --- that is, there is only ONE WAY of define what "Science" is, --- or, is there more than one way to define "Science" ?

    What I mean is, while it is true that a person who understand a great deal of mathematical concepts (while not necessary a mathematician) may arrive at a particular "enlightenment" faster, it does not mean that a person without great deal of knowledge in math can't discover something new

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:What is "Science" ? by Pseudonym · · Score: 2

      Science and its requirements are dynamic, and nowhere is this more obvious than in the relationship between maths and biology.

      When I was an undergraduate about 20 years ago, biology was the science you did if you liked science but didn't like maths. In the intervening years, largely thanks to the rise of bioinformatics, this is no longer true.

      E.O. Wilson didn't need to have a mathematical background back in his day, but that day is now gone. We now have the technology to make quantifiable predictions, but there is a generation of biologists who don't even consult a statistician before designing an experiment.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    2. Re:What is "Science" ? by Anonymous Coward · · Score: 0

      Watching people arguing that one must understand a great deal of math before one can deal with science makes me wonder --- What is "Science" ?

      Science is a process of acquiring knowledge which goes like this:

      1. Observe some phenomena

      2. Formulate a hypothesis about the phenomena

      3. Test predictions of the hypothesis in controlled conditions

      4. Discard parts of hypothesis which failed in the previous step and repeat from step 2

      Uderstanding math isn't about some kind of "enlightenment", it's about being able to do steps 3 and 4. It's about being able to see if the test data support or contradict your hypothesis. Sure, you can still have someone else do it for you today, but we're slowly getting to the point where math becomes necessary requirement even for step 2. When we get to that point, you'll either have to understand math, or you won't be able to do biology at all.

  68. Re:He's not right by Anonymous Coward · · Score: 0

    > Any scientist needs to understand basic maths, notably statistics.

    Bullshit. Statistics is not "basic" and science is not dependent on math. You're fitting an argument to your own bias.

    > Science (from Latin scientia, meaning "knowledge") is a systematic enterprise that builds and organizes knowledge in the form of testable explanations and predictions about the universe

    This enterprise is not predicated on minimal amount of data. I only need a sample of 1 for scientific analysis of many situations. Look both ways before crossing the street or more practically, to not ingest a bottle labeled "cyanide".

    You are the kind of annoying cunt that's criticizing Wilson.

  69. stupid argument, they are both right by cinnamon+colbert · · Score: 1

    the nice thing about science is that it is a sprawling, diverse subject
    you can do Nobel Prize class science without knowing more then basic algebra
    And, there are fields where to do Nobel Prize Class Science you need a lot of math; as one eminent gravity researcher said, if I wanted to work on string theory, i would first have to read a 1,000 page book on math...

    However, as a matter of logic, since it is possible to do great science without math, the proposition that math is required is therefore FALSE

  70. What E.O. Wilson Wrote is 100% Correct by fearofcarpet · · Score: 2

    Did anyone actually read Wilson's article... including the irate, myopic blogger who is projecting his own bias while criticizing Wilson for the same?

    Well, I have a professional secret to share: Many of the most successful scientists in the world today are mathematically no more than semiliterate.

    In my fifteen-or-so years as an academic scientist, I have found this observation to be 100% correct and I have worked with some incredibly famous and well-respected scientists not unlike E.O. Wilson.

    Far more important throughout the rest of science is the ability to form concepts, during which the researcher conjures images and processes by intuition.

    In other words, math skills have nothing to do with creativity and science is driven, at its most fundamental level, by creative thinking.

    Pioneers in science only rarely make discoveries by extracting ideas from pure mathematics. Most of the stereotypical photographs of scientists studying rows of equations on a blackboard are instructors explaining discoveries already made.

    Math is a descriptive language, not an engine for discovery, duh.

    Ideas in science emerge most readily when some part of the world is studied for its own sake. They follow from thorough, well-organized knowledge of all that is known or can be imagined of real entities and processes within that fragment of existence. When something new is encountered, the follow-up steps usually require mathematical and statistical methods to move the analysis forward. If that step proves too technically difficult for the person who made the discovery, a mathematician or statistician can be added as a collaborator.

    Modern science is too complex for one generalist to do everything (and to take credit for it). These days everyone is a specialist, with a PhD in a very specific subject, and they all work together to bring ideas through to discoveries and eventually to technology. Would anyone argue that the POTUS runs the entire federal government by himself, being a world-class expert in everything from speech writing to foreign policy? Then why is it so hard to imagine that great discoveries are supported by the collaborative efforts of many, with one generally receiving the lion's share of the credit for the actual discovery?

    The response of the blogger focuses on the idea that Wilson is an outlier and that, like Bill Gates dropping out of college, his resume should not be used as a template. But Wilson is not arguing that he was successful because he was semi-literate at math, he is arguing that you can be successful by focusing on what your good at, and complimenting your abilities with fruitful collaboration. His reason for making this argument is simple; too many people that would otherwise make talented scientists shy away from the sciences because they aren't good at math.

    My two cents: there are, very broadly speaking, two principle kinds of scientists (with many exceptions). There the creative types, who are rarely good with math, often lack attention to detail, but who are astonishingly good at creative problem solving. Then there are the analytic types, who are too skeptical to be creative, are often detail-oriented, but who are astonishingly good at analyzing and understanding raw data. The best science is performed by teams comprising both types of people who respect and trust one another.

    --
    Actually, I wrote my thesis on life experience.
    1. Re:What E.O. Wilson Wrote is 100% Correct by Checklist · · Score: 0

      Success in the world today-isn't that equivalent to gross failure?

  71. Would NOT hurt to try by Tablizer · · Score: 1

    The creative side can still be reasonably competent in math, but to emphasize it at the expense of everything else may be a mistake.

    At least try it in biology. Science is about experiments, so give it a try. If he's wrong, he's wrong, but you don't really know until you try.

    The cost of failure may be a few hundred thousand dollars, but the value of success could be a revolution in science work practices. Seems like a bargain investment to me.

  72. Re:He's not right by stymy · · Score: 1

    How can you understand the statistics behind continuous random variables without a knowledge of calculus?

  73. Science fiction and fantasy by John+Allsup · · Score: 1

    Some of the world's great scientific ideas were thought of first by well-educated mathematically literate science fiction writers. Others still were dreamt up by fantasy writers just trying to get a story to work so they could sell a book for a living. These are all sources of valid ideas and, if someone works to develop them even a bit, that is one less bit the scientist has to do. Essentially, eventually, you need the mathematically (and eventually the mathematical logically) literate to take things further, but there are only so many truly literate mathematicians and mathematical logicians (who truly love their subject for what it is and thus see its true beauty, not its utility as a tool). Divided we are weak, together we are stronger.

    --
    John_Chalisque
  74. Q about "orthogonal syntax" by girlinatrainingbra · · Score: 1

    re: No objects, the syntax is not orthogonal (octave is a clone but seems to have done indices right, at least)
    .
    A couple of questions for you. I tried to look up "orthogonal syntax" on wikipedia, but the only mention of "orthogonal" on "Programming Languages" is on "weak and strong typing" rather than in the "syntax" section. What exactly do you mean by "orthogonal syntax"?
    .
    I've played with Octave, but I've never had the chance to play with Matlab proper. What's the difference in how they deal with indices?
    .
    And does your "no objects" statement mean that you can't define a type and create new instances of it, or is it about "object oriented programming" style availability in writing the matlab/octave programs? Thanks ahead of time for replying to this! :>)

    1. Re:Q about "orthogonal syntax" by SomeKDEUser · · Score: 1

      in matlab, you cannot do (some-complicated-expression)(i,j), whereas in octave this is valid. To me, this syntax is orthogonal, because there is such thing as the (...,...) operator, which applies on anything which returns a matrix. Matlab thinks some things are matrices, and some not, even is they are. Thus some things which should be the same are treated differently as a function of context.

  75. Did you describe Corey's work? by Anonymous Coward · · Score: 0

    Or did you describe a class of various types of work?

    The latter, wasn't it.

    Yes it was.

    "The things you describe are more the product of being a skilled technician than a scientist..." but you then pretend that you were describing the entirety of the work of EJ Corey...?

    If his work was able to be described so completely in such a short space, then he's not worth the prize he got and I rather think that it is YOU he'd be in most vehement disagreement with.

  76. Er, wrong on many levels. by Anonymous Coward · · Score: 0

    Disclaimer: I have a degree in mathematics. I also have an MD, but not a PhD.

    I must disagree with the sentiment and content of your post. Perhaps some of your criticisms were true in the past, or perhaps they are true at unreputable university X, but IME, and in the collective experience of people with whom I work who come from a variety of places, they are not true, both the aspersions regarding MDs and labs, as well as criticisms of MD/PhDs.

    During my MD degree, I received specific training in statistics (which in the context of my maths degree I was able to judge as high-quality) and in the critical evaluation of laboratory and clinical trials. During residency, we received specific training in criticism of conduct and statistical methods in clinical trails. In fellowship, we received specific training in statistics specifically (again, it was high-quality and delivered in a classroom setting on the undergraduate side of campus), as well as in the design and conduct of clinical trials and laboratory trials. During fellowship I joined a large laboratory run by an MD and several PhDs. There were other postdoc PhDs and postdoc MDs and their work was equally excellent.

    Regarding your aspersion that MD/PhD is "a joke" with "no more rigorous science classwork than they incidentally receive in training for their MD," that is patently false. Again, perhaps at your joke of an institution that is true (although I doubt it), but it is categorically NOT TRUE at any of the institutions at which I have studied or worked. The MD/PhD students take the same course work as any other PhD student and it is separate and distinct from the coursework for the MD degree.

    There are also many career paths for MD. Some think little of science after medical school and labor to care for you and your family in the community. Others never see patients again, and after a postdoctoral fellowship quantitatively and qualitatively equal to a postdoc done by a PhD, they work in bench science for the rest of their career. Should all MDs be in a lab? Most certainly not. But to paint with the broad strokes that you have frankly demonstrates a powerful ignorance.

    Finally, why should physicians be at all involved in research? The answer is 'translational research.' You don't think that PhDs design and run experimental therapeutic trials do you? They do not. They [PhD scientists] are tremendous, fantastic collaborators in the laboratory, but ultimately to bring information from the clinic to the bench and then return the discoveries back to the clinic requires physician-scientists.

    So, instead of ignorantly promoting cross-discipline hatred we should instead nurture young medical students and residents and encourage the brightest to embrace research and the culture of science so that we might all benefit.

  77. Overpaid by Anonymous Coward · · Score: 0

    Ah, now it comes out. Envy.

  78. Re:He's not right by K.+S.+Kyosuke · · Score: 1

    It might even do exactly what was intended and generate a useful result referenced for ages.

    Yes, because despite the fact that we're trying to solve more and more complicated problems (in such areas as biology, climatology, Earth science in general, psychology, sociology etc.), it still happens all-too-often that the wrong solution generates the correct result, all the way from school exercises (where it's never suspicious on a written exam when student obviously doesn't understand what he's doing and he still comes up with the right answer) up to Nobel-prize winning research. Right.

    Look, if I'm "math-challenged" by understanding how wrong you are on this, you're reality-challenged.

    --
    Ezekiel 23:20
  79. Re:He's not right by MarkCollette · · Score: 1

    That sounds more like a poor communication of exactly what to measure.

  80. No he's no...most of the time by rhalstead · · Score: 1

    Physics, Chemistry, and Computer Science re heavily math laden disciplines. Using the computer is not the same and there on some occasions the math can be separated from the computer work. CS ans CIS are quite different when it comes to math. Even the first year in graduate school takes more math than a minor or it did for me. I have enough math from under grad for a minor and grades good enough to become a graduate Assistant, but I still needed more math. Many times the math can be separated out on the job, if there is someone sharp enough to coordinate it or as in graphics, some one can tell you what they need. In one graphics course alone we started with linear transforms, worked up through Fourier transforms and on to discrete math and matrix Algebra.

  81. intuition/math/confidence by Anonymous Coward · · Score: 0

    You need to know calculus; not the formulae (except for maybe integrating and differentiating e^x) but you do have to grasp the concept of slope and area. Schools that try to teach science lite without calculus and try to get around the concepts in other ways just make it harder.
    On the other hand, after doing just fine with classical physics and E&M and relativistic physics, when I got to subatomic physics and quantum mechanics and wave functions and so on, I found I had no intuition at all, even do I could do the math well enough to land an A. And that was too uncomfortable a place for me to be, so time for a career change. Now I wonder if the folks who make a living at it have any more intuition than I do, but maybe they're just more comfortable with that.