cid-harvard / py-ecomplexity

Python package to compute economic complexity and associated variables
MIT License
63 stars 24 forks source link

Fix standardization of PCI #14

Closed phcsoares closed 4 years ago

phcsoares commented 4 years ago

Hi. I have noticed a bug when normalizing PCI. The code actually subtracts the ECI mean and divides by the ECI standard deviation.

shreyasgm commented 4 years ago

Thanks for the PR and your interest - this is by design and not a bug! Refer to https://github.com/cid-harvard/ecomplexity/issues/3

phcsoares commented 4 years ago

Thank you for responding.