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.
版权声明:本文为博主原创文章,未经博主允许不得转载。
随机推荐
- 用Delphi实现网络视频编程
在MSN.QQ等聊天类的应用程序中,都应用到了网络视频技术.Delphi使用Object Pascal语言是一种完全面向对象语言,可以开发出灵活强大的程序,开发网络视频程序也不在话下.一个完整的网络视 ...
- 线程(while 和 if 剖析)
那存钱取钱为例: 要求实现一次存一次取的操作 不可出现连续存或连续取: 如果只有存钱和取钱各自只有一个线程在操作使用 if 的话可以满足要求: package com.thread; /** * 模拟 ...
- 无法远程访问 MySql Server
改表法.可能是你的帐号不允许从远程登陆,只能在localhost.这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "use ...
- Generalised Policy Iteration With Monte-Carlo Evaluation
http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching_files/control.pdf
- mysql系列之9.mysql日志&存储引擎
mysqlbinlog 是什么? 数据目录下的如下文件: mysql-bin.xxxxxx 作用? 记录数据库内部增删改查对mysql数据库有更新的内容的记录 三种模式? statement leve ...
- 【题解】CF989C A Mist of Florescence
[题解]CF989C A Mist of Florescence 题目大意: 让你构造一个\(n∗m\)矩阵,这个矩阵由4种字符填充构成,给定4个整数,即矩阵中每种字符构成的四联通块个数,\(n,m\ ...
- GstAppSrc简介
Description The appsrc element can be used by applications to insert data into a GStreamer pipeline. ...
- Gemini.Workflow 双子工作流入门教程三:定义流程:流程节点、迁移条件参数配置
简介: Gemini.Workflow 双子工作流,是一套功能强大,使用简单的工作流,简称双子流,目前配套集成在Aries框架中. 下面介绍本篇教程:定义流程:流程节点.迁移条件参数配置. 一.普通节 ...
- [Android] Gradle 安装
Gradle安装非常简单,只要从官网下载压缩包,解压,修改一下环境变量即可. 笔者写本篇随笔时,版本是1.12. Windows下安装 1 到官网(http://www.gradle.org/down ...
- Java多线程系列 基础篇03 线程的优先级和守护线程
1. 线程优先级 现代操作系统中基本上使用时间分片的方式调度线程,通过设置线程优先级,使优先级高的线程获得时间片的次数多于优先级低的线程. 在java 线程中,通过一个整形变量prority来控制优先 ...