pub fn degree_of_responsibility(contribution: u32, total: u32) -> f32
Degree of responsibility = an agent’s causal contribution as a share of the total causal weight of all contributors, in [0,1]. 0.0 if total is 0.
contribution
total
[0,1]
0.0