define(`LASTPERIOD', esyscmd(`comscore-report -m'))dnl define(`UPDATE', esyscmd(`date "+%b %Y"'))dnl Resource page for comscore analysis tools

Description

I have written a small tool for generating plots and tables about U.S. smartphone market share from the reports put out monthly by comScore, and the raw data file to use it on. These are for publication in my Smartphone Wars posts at Armed and Dangerous, and published so others can review my methods. More details on methodology after the charts.

Results

Here are the tabulations and plots up to LASTPERIOD:

U.S. smartphone market share by platform

include(marketshare.html)

U.S. smartphone market share by platform, change per month

include(sharedeltas.html)

U.S. smartphone userbase by platform

include(usercounts.html)

Change in U.S. smartphone userbase by platform, change per month

include(userdeltas.html)

Projected Android market share

Methodology

The raw data for these charts is generated by comScore, a market-research outfit specializing in Internet-related technology and media markets. Their detail numbers are reserved for paying customers, but every month they issue a press release on "U.S. Mobile Subscriber Market Share" which seems to be about the most reliable numbers publicly available on the topic.

The comscore.dat file tabulates all their smartphone marketshare statistics from December 2009 to the last reporting period as of whenever I last updated this page - currently LASTPERIOD, updated UPDATE.

The March 2010 market-share numbers were dropped from comScore's website by mistake; I requested and received them from a comScore press contact and gratefully acknowledge the company's assistance.

The Dec 2009 total smartphone userbase number is of doubtful provenance, though probably accurate if only by accident; it is very close to what linear regression from what the figures in the later reports would predict. Details are in the header comment of comscore.dat.

With the June 2011 data, comScore stopped reporting HP's share and began reporting Symbian's instead. In August 2011 HP terminated WebOS, so I've removed its trendline.

I asked what their 95% confidence intervals for these estimates but was told I could be provided with that technical information. It is not known to me whether or not paying customers are given the error bars on the measurements.

For a discussion of methodological issues with use of the comScore numbers in general and the projection of Android market share in particular, see The Smartphone Wars: More fun with statistics.

Downloads

comscore-report: the report generator

comscore.dat: the raw data file

Makefile: shows how to invoke the tool

index.html.in: m4 source for this page