Dear All,
I am writing to seek help for calculating the Gini Index for a given distribution. For example:
Is there any easy way or ready command to calculate the Gini index for x?
Thank you very much and I look forward to hearing from you!
Merry Christmas!
Long
I am writing to seek help for calculating the Gini Index for a given distribution. For example:
Code:
set obs 1000 gen x = rnormal(0,1)
Thank you very much and I look forward to hearing from you!
Merry Christmas!
Long
Comment