weight_interval.RdCalculates weights by interval width
weight_interval(expert_judgements)A dataframe in the form of data_ratings
This function is used inside IntervalWAgg for aggregation type "IntWAgg". It
calculates the width of each three-point judgement (upper - lower), then returns
the weight as the inverse of this interval.