• 大小: 7.82KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: Matlab
  • 标签: matlab  

资源简介


用于计算区域差异的四个基本指标,基尼系数,戴尔系数,阿特金森指标以及洛伦兹曲线。

资源截图

代码片段和文件信息

function y = AtkinsonIneq(w epsilon)

% The function computes the Atkinson Inequality Index for the wealth vector w associated to single individuals.
% w must be non-negative (with at least one i such that w(i) > 0).
% epsilon must be a real in the interval (0 1)
% The Atkinson Inequality Index is a measure of inequality i.e. a measure of wealth concentration.
%
% http://en.wikipedia.org/wiki/Lorenz_curve
% http://en.wikipedia.org/wiki/Gini_coefficient
% http://en.wikipedia.org/wiki/Theil_index
% http://en.wikipedia.org/wiki/Atkinson_index
%
% -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
% -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
%
% % Example 1: Uniform U(0 1)
% N = 1000;                                           % Number of individuals
% w = rand(N 1);                                     % Wealth extracted from a Uniform U(0 1)
% epsilon = rand;
% y = AtkinsonIneq(w epsilon)
% y =

%     0.1183
%
% -*-*-*-*-

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3996  2008-05-23 18:07  AtkinsonIneq.m
     文件        4991  2009-02-05 23:42  GiniCoeff.m
     文件        4354  2008-05-19 16:01  GiniCoeff2.m
     文件        1215  2008-05-19 17:28  ReadMe.txt
     文件        3509  2008-05-23 18:08  TheilLIneq.m
     文件        3513  2008-05-23 18:08  TheilTIneq.m
     文件        1336  2012-06-06 17:25  license.txt
     文件        2952  2009-02-05 23:30  plotLorenzCurve.m

评论

共有 条评论