Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Mark Twain said "There are three types of lies; lies, damn lies, and statistics."

Unfortunately the world is dumbed-down enough that people can easily be bamboozled by stats. Just reflect on advertising slogans and claims (a few contrived examples):

  • "50% more vitamins than..." (Yes, but if X is Coke, and Y is Coke with a droplet of lemon juice in it, is 50% more actually significant? No.
  • "Your risk of contracting (name your disease) is ten times greater if you eat pistachios." (Yes, but if the risk without pistachios is one in 50,000,000, who cares if your modified risk is 1:5,000,000? You're still more likely to die of a car wreck.)
  • "Indexing a hash is twice as slow as indexing an array." Yes, but both are O(1) operations, which means if you're trying to optimize you might just want to look at the greater algorithm in which you're performing these lookups. If you actually care about the time differential, you might need to ask yourself why, and how you might eliminate the question in the first place.

What people often don't get is the concept of statistical significance. ...and relative significance (which is related). Teaching that is beyond the scope of this node. ;)


Dave


In reply to Re: No More Meaningless Benchmarks! by davido
in thread No More Meaningless Benchmarks! by chromatic

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-28 16:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found