@@ -119,9 +119,19 @@ in the next sections.
119119![ contributions cutoff] ( ./assets/contribution_manipulation.png )
120120
121121#### Cut-off
122- You can manually change the ` Cut-off type ` of the results in two ways, ` Relative ` or ` Top # ` .
123- - The ` Relative ` mode shows contributions _ from_ entities of _ x_ % or higher.
122+ You can manually change the ` Cut-off type ` of the results in three ways:
123+ - The ` Minimum % ` mode shows contributions _ from_ entities of at least _ x_ % or higher.
124+ - For example: If the cut-off is set to 5% for process contribtions, then all contributions of at least 5% are shown.
125+ - The ` Cumulative % ` mode shows contributions that cumulatively contribute at least _ x_ %.
126+ - For example: If the cut-off is set to 80% for process contributions, then the first _ n_ processes (sorted highest
127+ to lowest) that count up to 80% are shown.
124128- The ` Top # ` mode shows contributions from the _ x_ entities that contribute the most (as absolute).
129+ - For example: If the cut-off is set to 5, then the first 5 processes (sorted highest
130+ to lowest) will be shown.
131+
132+ The cut-off is applied per item (e.g. per reference flow or impact category, see [ compare] ( #compare ) ) below).
133+ This means that if you want to see the top 5 contributors, you will only see the top 5 per item, even if a contributor would
134+ also be present for another item.
125135
126136You can adjust the ` Cut-off level ` to change how many results you see.
127137
@@ -151,22 +161,22 @@ You can disable one of them if you want to focus on the other.
151161
152162#### Relative and Absolute
153163You can choose between ` Relative ` and ` Absolute ` results.
154- The ` Relative ` results will sum to 100% (the total ` Range ` or ` Score ` ),
164+ The ` Relative ` results will sum to 100% (the total ` Score ` or ` Range ` ),
155165the ` Absolute ` results will sum to the impact score.
156- For ` Relative ` , you can choose what you use as the 100% reference, the ` Range ` or the ` Score ` .
166+ For ` Relative ` , you can choose what you use as the 100% reference, the ` Score ` or the ` Range ` .
157167
158- #### Range and Score
159- The ` Range ` /` Score ` determines what you use as the _ total_ to which the contributions are counted.
160- - For ` Range ` , this is the full _ range_ of results
161- - For example, if all your negative results together have a score of -2 and all your positive results together have a
162- score of 10, the _ range_ is 12 (-2 * -1 + 10).
163- - An entity with a contribution of 4 would have a relative contribution of 4/12 = 33.3...%.
168+ #### Score and Range
169+ The ` Score ` /` Range ` determines what you use as the _ total_ to which the contributions are counted.
164170- For ` Score ` , this is the total score (sum) of the results
165171 - For example, if all your negative results together have a score of -2 and all your positive results together have a
166172 score of 10, the _ score_ is 8 (-2 + 10).
167173 - An entity with a contribution of 4 would have a relative contribution of 4/8 = 50%.
174+ - For ` Range ` , this is the full _ range_ of results
175+ - For example, if all your negative results together have a score of -2 and all your positive results together have a
176+ score of 10, the _ range_ is 12 (-2 * -1 + 10).
177+ - An entity with a contribution of 4 would have a relative contribution of 4/12 = 33.3...%.
168178
169- The ` Range ` or ` Score ` setting are only relevant when your results contain both positive and negative contributions.
179+ The ` Score ` or ` Range ` setting are only relevant when your results contain both positive and negative contributions.
170180
171181### Positive and negative numbers in contribution results
172182It can happen in LCA that you get both positive and negative numbers in your contribution results.
0 commit comments