Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables reporting Shares / Rates #60

Open
FlorianLeblancDr opened this issue Feb 15, 2024 · 2 comments
Open

Variables reporting Shares / Rates #60

FlorianLeblancDr opened this issue Feb 15, 2024 · 2 comments
Labels
discuss Gather ideas and consensus on specific topics

Comments

@FlorianLeblancDr
Copy link
Contributor

          Thanks @FlorianLeblancDr for the response.
  1. Yes, we should definitely review whether these identifiers are relevant and we should remove them where possible.
  2. About the shares: In this issue, I'm more concerned about the naming convention rather than where/how it is computed. From the perspective of a user of the Scenario Explorer, they will find both "Unemployment" (in millions) and "Unemployment (Rate)" (in %) useful, so we should provide both.

Originally posted by @danielhuppmann in #55 (comment)

@FlorianLeblancDr
Copy link
Contributor Author

Raising a new issue on variable defined as Shares / Rates, following this discussion.

I wondered if having "Shares" variables is not misleading, as it let each modelling team decide what is the denominator.
and if it won't be equivalent to request the variable you want to compute shares inside the database.

For example, instead of requesting employment as a share of something (something being specified in the definition), one could only request (for example) total active population and let the share be computed elsewhere?

Example:

- Unemployment:
    definition: Number of unemployed inhabitants (based on ILO classification)
    unit: million
- Unemployment|Rate:
    definition: Fraction of unemployed inhabitants (based on ILO classification)
    unit: '%'

To be replaced by:

- Unemployment:
    definition: Number of unemployed inhabitants (based on ILO classification)
    unit: million

Daniel raised a good point: "From the perspective of a user of the Scenario Explorer, they will find both "Unemployment" (in millions) and "Unemployment (Rate)" (in %) useful, so we should provide both".

So my final suggestion would be to remain exhaustive, and provide explicitly in the definition the corresponding numerator and denominator, and add new variables defining denominators each time a "Rate" / "Share" variable is defined. This would give for the example:

- Unemployment:
    definition: Number of unemployed inhabitants (based on ILO classification)
    unit: million
- Population|Active:
    definition: Active population.
    unit: '%'
- Unemployment|Rate:
    definition: Fraction of unemployed inhabitants ('Unemployment') over active population ('Population|Active'
    unit: '%')

@FlorianLeblancDr FlorianLeblancDr added the discuss Gather ideas and consensus on specific topics label Feb 16, 2024
@realxinzhao
Copy link

I agree with @danielhuppmann, shares/rates are useful for users in the Explorer as metrics and with @FlorianLeblancDr on detailed definitions of numerator and denominator.

I think it would be useful to have a summary (or adding labels/tiers) of all the derived variables (they won't be top priority in reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Gather ideas and consensus on specific topics
Projects
None yet
Development

No branches or pull requests

2 participants