Minimal sufficient and complete statistic for the gamma disributoin.
Σ weights[j] * sample[j] / Σ weights[j]
Σ weights[j] * log(sample[j]) / Σ weights[j]
See Implementation
Minimal sufficient and complete statistic for the gamma disributoin.