Given a vector of weights and welfare, this functions computes the Mean Log Deviation (MLD).
Examples
wbpip:::md_compute_mld(welfare = 1:2000, weight = rep(1, 2000))
#> [1] 0.304993
Given a vector of weights and welfare, this functions computes the Mean Log Deviation (MLD).
wbpip:::md_compute_mld(welfare = 1:2000, weight = rep(1, 2000))
#> [1] 0.304993