to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
There are few things we feel are more insufferable on Earth than watching the annual Academy Awards telecast each year, so rather than put ourselves through the ordeal, we instead ask and answer a different question related to the Oscars and the movie business each year, which we find to be a more entertaining experience. Previously, we've asked if Academy Awards wins equate to big box office returns (not necessarily) or boost the box office performance of nominated films (they do!).
This year, we wondered if the least popular Oscar-nominated films actually deliver better box office returns than the worst movies made each year. In other words, how does the perceived quality of film-making affect the amount of money a movie makes?
To find out, we compared the U.S. box office returns for the worst movies of each year, as determined by whether or not the film "won" the Golden Razzie for Worst Picture with the least popular Oscar-nominated film for each year, as measured by its U.S. box office totals. We chose this method as being the closest we could get to an apples-to-apples comparison between "high quality" and "low quality" movies, since we would hypothesize that movie-goers would be less likely to want to pay the high cost of a movie ticket to see a worse movie. The dynamic table below summarizes what we found for each year since 1980, the first year in which the "Golden Razzie" was awarded:
Box Office for Worst Movies and Least Popular Best Movies, 1980-2009 |
---|
Year | Winner of Golden Razzie Award for Worst Picture | Razzie Winner Box Office | Lowest Box Office Academy Award Nominee | Oscar Nominee Box Office |
---|---|---|---|---|
1980 | Can't Stop the Music | $2,000,000 | Tess | $20,093,330 |
1981 | Mommie Dearest | $17,988,509 | Atlantic City | $12,729,675 |
1982 | Inchon | $5,200,986 | Missing | $14,000,000 |
1983 | The Lonely Lady | $1,223,220 | The Dresser | $5,310,748 |
1984 | Bolero | $8,914,881 | A Soldier's Story | $21,821,347 |
1985 | Rambo: First Blood Part II | $150,415,432 | Kiss of the Spider Woman | $17,005,229 |
1986 | Howard the Duck [1] | $14,964,638 | The Mission | $17,218,023 |
1987 | Leonard Part 6 | $4,916,871 | Hope and Glory | $10,021,120 |
1988 | Cocktail | $78,222,753 | The Accidental Tourist | $32,632,093 |
1989 | Star Trek V: The Final Frontier | $51,210,049 | My Left Foot | $14,743,391 |
1990 | The Adventures of Ford Fairlane [2] | $21,413,502 | Goodfellas | $46,836,394 |
1991 | Hudson Hawk | $17,218,080 | Bugsy | $49,114,016 |
1992 | Shining Through | $21,733,781 | Howards End | $25,966,555 |
1993 | Indecent Proposal | $106,614,100 | The Remains of the Day | $23,237,911 |
1994 | Color of Night | $19,721,814 | Quiz Show | $24,822,619 |
1995 | Showgirls | $20,302,961 | Il Postino | $21,848,932 |
1996 | Striptease | $32,758,418 | Secrets and Lies | $13,417,292 |
1997 | The Postman | $17,593,391 | The Full Monty | $45,950,122 |
1998 | An Alan Smithee Film: Burn Hollywood Burn | $43,904 | Elizabeth | $30,082,699 |
1999 | Wild Wild West | $113,745,408 | The Insider | $29,089,912 |
2000 | Battlefield Earth | $21,471,685 | Chocolat | $71,509,363 |
2001 | Freddy Got Fingered | $14,249,005 | In the Bedroom | $35,960,604 |
2002 | Swept Away | $598,645 | The Pianist | $32,572,577 |
2003 | Gigli | $6,068,735 | Lost in Translation | $44,585,453 |
2004 | Catwoman | $40,198,710 | Finding Neverland | $51,680,613 |
2005 | Dirty Love | $35,657 | Capote | $28,750,530 |
2006 | Basic Instinct 2 | $5,851,188 | Letters from Iwo Jima | $13,756,082 |
2007 | I Know Who Killed Me | $7,233,485 | There Will Be Blood | $40,222,514 |
2008 | The Love Guru | $32,074,182 | Frost/Nixon [3] | $17,411,000 |
[1] Tied with Under the Cherry Moon ($10,904,429)
[2] Tied with Ghosts Can't Do It (Box Office Not Available)
[3] Data Incomplete - Still in Release
In simply comparing the box office returns for each, we found that the worst movie of each year typically performed worse at the box office than the least popular Academy Award nominated film, with the least popular "higher quality" film outdrawing the "lower quality" movie some 21 times out of a possible 29, or 72.4% of the time.
So you would think that Hollywood would have a powerful incentive to make better movies, right?
Not so fast! Things got really interesting when we ran the basic statistics for each. We've presented the mean and standard deviation for the movies we considered in the following table:
Basic Statistics for Worst Movies and Least Popular Best Movies, 1980-2009 | ||
---|---|---|
Movie "Quality" | Average Box Office | Standard Deviation |
"Worst" Picture of Year | $28,758,069 | $37,423,387 |
Least Popular "Best" Picture of Year | $28,013,453 | $15,231,718 |
What we find is that average of how much revenue each kind of movie generates at the box office is nearly identical. What's very different though is the measure of variance (the standard deviation) from year to year for the "higher quality" and "lower quality" movies.
Here, we see that "lower quality" movies really vary a lot in their box office totals from year to year, while "higher quality" movies are much more consistent in their box office totals. And that difference turns out to be very similar to the difference documented between how men and women perform academically!
Here, recent research shows that male students tend to have much greater variation in their academic test scores than female students, with males more likely to either score very well or very poorly than their female counterparts, even though the average for each is nearly identical. We've borrowed the following chart from Mark Perry to visualize the difference:
Where movie-making is concerned, even though the box office return statistics for the least-popular "high quality" movies indicate they provide much more consistent returns, we strongly suspect the relative cost of production of "higher quality" films is greater than that for "lower quality" films. The relative lower cost of production combined with the variation in the box office performance of bad movies actually encourages their production, since they offer the potential for a greater return with much less investment.
And that's how men are like bad movies and also why the steady stream of crappy movies from Hollywood is unlikely to change anytime soon!
Labels: academy awards, box office
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.