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.
版权声明:本文为博主原创文章,未经博主允许不得转载。
随机推荐
- yum 安装 mysql5.5 mysql 5.6 mysql5.7
一. yum 安装mysql5.6 1. 安装仓库 要使用yum 安装mysql,需要使用mysql的yum 仓库,先从官网下载适合你的系统仓库 http://dev.mysql.com/down ...
- python _、__和__xx__的区别(转)
本位转载自:http://www.cnblogs.com/coder2012/p/4423356.html "_"单下划线 Python中不存在真正的私有方法.为了实现类似于c++ ...
- 流畅的python学习笔记:第九章:符合python风格的对象
首先来看下对象的表现形式: class People(): def __init__(self,name,age): self.name=name self.a ...
- Mac root Operation not permitted
在mac下sudo 拷贝和删除文件时提醒Operation not permitted. 网上查了一些资料,需要执行 chflags nouchg /path/to/item 命令. 赶紧照做, ...
- matplotlib和numpy 学习笔记
1. 在二维坐标系中画一个曲线 import matplotlib.pyplot as plt #data len=400, store int value data = [] #set x,y轴坐标 ...
- Appium——元素定位
首先介绍两种定位元素的工具,appium自带的 Inspector 和 android SDK自带的 uiautomatorviewer 1.UIAutomator Viewer比较简单,在模拟器打开 ...
- 线上cpu100%问题快速定位
问题描述:服务器上部署了多个tomcat,即垂直切分的Web站点,记忆多个Java微服务,突然收到运维的cpu异常告警. 步骤一:找到最耗cpu的进程 工具:top 方法: 执行top -c,显示进程 ...
- laravel基础课程---6、请求(如何获取当前 HTTP 请求的实例)
laravel基础课程---6.请求(如何获取当前 HTTP 请求的实例) 一.总结 一句话总结: 依赖注入:通过依赖注入的方式来获取当前 HTTP 请求的实例:public function sto ...
- Eclipse中导入github上的项目
Eclipse中导入github上的项目 转载至: http://blog.csdn.net/hil2000/article/details/8566456 1.首先在github.com上申请一个账 ...
- 反向ssh
参考 https://www.thegeekstuff.com/2013/11/reverse-ssh-tunnel/ https://www.howtoforge.com/reverse-ssh-t ...