Donor Timing Consistency Index
Source:R/indicator_donor_timing_consistency.R
indicator_donor_timing_consistency.RdThis indicator measures how consistently a donor provides funding across
the months of the year, based on the transaction-level date field of
FTS flows. It evaluates the dispersion of monthly funding shares and scales
the result to a 0–1 index where higher values represent more regular and
predictable timing of contributions.
Value
A list with a tibble with donor and Timing_Consistency
(1 = very consistent, 0 = erratic) and a plot.
Examples
result <- indicator_donor_timing_consistency(flows, donor_name = "Germany")
print(result$plot)
#> Warning: Removed 106 rows containing non-finite outside the scale range (`stat_bin()`).