Will you still need me?
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.
版权声明:本文为博主原创文章,未经博主允许不得转载。
随机推荐
- 配置springMVC时出现的问题
配置springMVC时出现的问题 项目结构如图:
- CSS定位细节
记住此三句话,很好的解决了关于浮动方面的问题: 1.浮动的元素对于没有设置浮动的元素来说是不存在的,浮动的元素将会覆盖没有浮动的元素 如图:先让d1浮动在left ,d2位置不浮动,d1覆盖了d2之上 ...
- iOS UIWebview添加请求头的两种方式
1.在UIWebviewDelegate的方法中拦截request,设置request的请求头,废话不多说看代码: - (BOOL)webView:(UIWebView *)webView shoul ...
- vsftp时间差8个小时的解决方法
$ vi /etc/vsftpd/vsftpd.conf use_localtime=YES ;
- python列表(list)常用方法
#!/usr/bin/env python # -*- coding:utf-8 -*- a = [1, 2, 3, 4, 5] # 索引 print(a[0], a[1], a[2], a[3], ...
- freetype下载和配置
一 下载编译freetype库 1 下载 地址:http://www.freetype.org/ 得到压缩文件:freetype-2.5.3.tar.gz 2 解压: 直接解压,得到文件夹freety ...
- Linux就该这么学--Shell脚本条件语句(二)
1.for条件语句 先读取多个不同的变量值,然后逐一执行同一组命令. 从列表文件中读取主机地址,逐个测试是否在线. 从ipadds.txt中读取主机地址后赋值给HLIST变量后逐个ping列表中的主机 ...
- okhttp 特点 module版本冲突 集成module到项目
特点适合大小文件上传.下载,但对图片不会执行缓存是一个缺点 集成module到项目 右上角添加 lib和module版本冲突问题,删除lib下的即可
- 获取原生的DOM方式,DIY脚手架,vue-cli的使用
一 . 获取原生的DOM的方式 在js中,我们可以通过id, class 或者标签获取DOM元素,vue中也为我们提供了获取原生DOM的方法,就是给标签或者组件添加 ref 属性,通过 this.$r ...
- Database: coursera assignment 1
q.1: Find the titles of all movies directed by Steven Spielberg. select title from moviewhere direct ...