2DegreesInvesting / tiltIndicatorAfter

Process indicator results so that they are closer to the user-facing outputs
https://2degreesinvesting.github.io/tiltIndicatorAfter/
GNU General Public License v3.0
0 stars 0 forks source link

Create a `coefficient_of_variation` variable #258

Closed AnneSchoenauer closed 2 months ago

AnneSchoenauer commented 3 months ago

Dear @Tilmon,

What do you think about this approach for a sensitivity analysis?

We calculate the coefficient_of_variation. The definition is: The coefficient of variation (CV) is the ratio of the standard deviation to the mean. The higher the coefficient of variation, the greater the level of dispersion around the mean. It is generally expressed as a percentage.

I thought that this might be nice as we can compare the three cases with each other. We would calculate the mean and then see how much these deviate from each other.

Here you can see how this would look like with real data: https://docs.google.com/spreadsheets/d/10DS1e-pwgat9n_tDG1cas4PbFwiPQjDHZQqskfpf5oQ/edit#gid=3027300 In sheet "company_level_sensitivity_analysis".

What do you think? If you like it I would write a ticket on how to best integrate this for Kalash.

Tilmon commented 3 months ago

Hi @AnneSchoenauer I think that's a great idea! This gives a much better indication on the dispersion of the different weighting modes than only the standard deviation.

AnneSchoenauer commented 3 months ago

Perfect!

Dear @kalashsinghal.

What we would need to implement such a coefficient of variation is the following:

You can see these calculation here at the sheet 'company_level_sensitivity_analysis'.

Let me know if something is unclear!

AnneSchoenauer commented 3 months ago

Dear @Tilmon maybe this is also something that we can do AFTER the data is generated? So that we do it similiar to the outlier analysis after the ouptut is done. This might give us the chance to start earlier with the generation?

Tilmon commented 3 months ago

@AnneSchoenauer agreed (as discussed today)!

kalashsinghal commented 2 months ago

we would need to implement such a coefficient of variation

@AnneSchoenauer @Tilmon Should this be a new and permanent column at company level for transition risk indicator? Or Should it be part of new tiltDataAnalysis repo?

If its part of transition risk indicator, then will it be part of webtool output?

AnneSchoenauer commented 2 months ago

Hi Kalash - a permanent column would actually be nice! We will update the XLS sheet so that it is included in the webtool.

AnneSchoenauer commented 2 months ago

And it would be nice to have it also for the relative emission indicator and the sector decarbonisation indicator.