ON FRIDAY, the National Bureau of Statistics announced that China's
working-age population shrank last year. In the slow-moving world
of demographics, that felt like a dramatic turning point: "peak
toil", if you like. The mobilisation of Chinese labour over the
past 35 years has shaken the world. Never before has the global
economy benefited from such a large addition of human energy.

And now the additions are over. The ending came rather sooner than
expected. The percentage of Chinese who are of working age started
falling in 2011.
But the number of working-age Chinese was expected to grow for a
few more years yet. As recently as 2005, official projections
suggested it would grow until the mid-2020s.

I'm not sure why demographers got it wrong. Predicting future rates
of longevity and especially fertility is undeniably hard. But
surely it isn't that difficult to figure out how many people aged
seven today will become 15 (and thus of working age) in eight
years' time. Therefore, it shouldn't be that hard to predict the
near future of the working-age population. Perhaps the difficulty
lies not with prediction so much as measurement. As I understand
it, the yearly estimates of China's population are based on an
annual national survey of about 1.5m people. Given the size of
China's population, it would be easy to miscalculate the numbers by
a few million here or there. Such errors could easily throw a
projection out by a few years.

Also worth bearing in mind is the definition of working age. In
last year's press
release
, working age was defined as 15-64 years old. That is a
common age range used by the UN's Population Division and China's
own Statistical Yearbook. But for the purposes of Friday's press
conference, the NBS changed the definition, referring instead to
15-59 year olds. The number of Chinese in this age group declined
by 3.45m, it reported (see chart). But the number of people aged
15-64 seems to be increasing still. It rose to 1.004 billion in
2012 (I inferred this total based on other numbers provided in the
press conference).

There's nothing wrong with either age range. The 15-64 range
reflects common international practice and China's own past
definition. The 15-59 range is probably a better reflection of
China's economic reality, where men can retire from formal jobs at
60 and women often retire five or ten years earlier. (According to
the National
Transfer Accounts
 pioneered by Ronald Lee and
Andrew Mason, 60 is the age at which the average Chinese earns less
than he consumes, becoming, in effect, a dependant.)

But it's interesting that the NBS chose to rejig the definition of
working age for this press conference. One can only assume they
chose the 15-59 age group precisely because its numbers are already
declining. That allowed them to highlight a worrying demographic
trend. In response to a reporter's question, Ma Jiantang, the head
of the NBS, said he did not want the population figures to be lost
in the sea of data.

It is almost as if China's statisticians decided to set the clock a
few minutes fast to make sure China's policymakers have good time
to prepare for their impending demographic duties.

版权声明:本文为博主原创文章,未经博主允许不得转载。

随机推荐

  1. Java知识点梳理——常用方法总结

    1.查找字符串最后一次出现的位置 String str = "my name is zzw"; int lastIndex = str.lastIndexOf("zzw& ...

  2. EasyDSS高性能流媒体服务器前端重构(六)- webpack-dev-server 支持手机端访问

    很多时候,前端开发的页面,不仅要在PC端测试效果, 还要在手机端测试效果. 在开发阶段, 我们以 webpack-dev-server 来启动浏览器, 打开正在开发的页面. webpack-dev-s ...

  3. Linux Tomcat的安装

    inux版本:CentOS 6.2 iso文件下载地址:http://mirrors.163.com/centos/6.2/isos/i386/CentOS-6.2-i386-bin-DVD1.iso ...

  4. HTML5画布(基础篇11-10)

    <script type="text/javascript"> $(function(){ var s = $("#myCanvas")[0]; v ...

  5. c++标准库比较

    1 GNU standard c++ library debian发行版中使用的c++标准库是GNU standard c++标准库. 2 Boost debian发行版中也是用了boost库,但是不 ...

  6. Python爬虫-- PyQuery库

    PyQuery库 PyQuery库也是一个非常强大又灵活的网页解析库,PyQuery 是 Python 仿照 jQuery 的严格实现.语法与 jQuery 几乎完全相同,所以不用再去费心去记一些奇怪 ...

  7. java 核心技术卷一 知识点

    第九章 集合 1.Iterator和Iterable接口类,作用. 2.Collection接口类,作用. 3.Map接口类,作用.

  8. Flask:web表单

    客户端发送的所有通过POST发出的请求信息都可以通过request.form获取.但是如果我们要生成表单的HTML代码和验证提交的表单数据那么就需要采用另外的方法.Flask-WTF扩展可以把处理we ...

  9. linux安装mongodb,设为全局和后台启动

    curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.5.tgz # 下载 tar -zxvf mongodb-linux ...

  10. 详解使用EM算法的半监督学习方法应用于朴素贝叶斯文本分类

    1.前言 对大量需要分类的文本数据进行标记是一项繁琐.耗时的任务,而真实世界中,如互联网上存在大量的未标注的数据,获取这些是容易和廉价的.在下面的内容中,我们介绍使用半监督学习和EM算法,充分结合大量 ...