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.
版权声明:本文为博主原创文章,未经博主允许不得转载。
随机推荐
- rtsp转rtmp、hls网页直播服务器EasyNVR前端兼容性调试:ie下的 pointer-events- none
发现问题: 之前在做EasyNVR 的web页面开发过程中,力求的都是一个播放效果的.功能的展示.对于兼容性也有注意,但有些细节还是难免有所疏忽. 内部测试发现:由于我们是流媒体的实时视频直播,在we ...
- A good example is a User-Agent switcher which changes User-Agent on every request:
Configuration | Colly http://go-colly.org/docs/introduction/configuration/
- RocksDB
RocksDB RocksDB is a high performance[1][2][3][4][5] embedded database for key-value data. It is a f ...
- 2-phase-commit 3-phase-commit
2 prepare commit rollback acknowledge
- mysql随机查询
select * from table as t1 join (select round(rand() * ((select max(id) from table)-(select min(id) f ...
- 20170325 ABAP调用webservice
转自:http://www.cnblogs.com/SolisOculus/archive/2013/04/01/2993198.html 在ABAP中调用Webservice 1.创建Pro ...
- Matlab图像处理(01)-Matlab基础
枫竹梦对于Matlab几乎是零基础,只是在上学的时候稍稍接触一点,万万没有想到现在还能用到Matlab.进入正题>>> 图像的基本概念 一幅图像可以被定义为一个二维函数f(x,y), ...
- 最受欢迎的牛 usaco
题面网上到处都是: 主要来谈谈怎么做,首先利用tarjan求强连通分量缩点,缩点后找到出度为0的点,若不止一个,则输出0,否则输出这个点包含的缩点前的点的个数: 为什么这么做,是由这道题的问法决定的, ...
- 2048plus,可以直接分享到微信的2048
点击图片下载apk包!!
- 排序List集合
这两天写代码过程中遇到一个需求,需要按照某个字段排序List集合,自己实现了一半,发现网上有个更好的版本,就采用了这个,记录下来. 使用这个工具类要注意一个就是 如果你按照age 字段排序,那么age ...