Minimal sufficient and complete statistic for the generalized gamma disributoin with fixed power parameter.
Σ weights[j] * log(sample[j]) / Σ weights[j]
Σ weights[j] * sample[j] ^^ power / Σ weights[j]
See Implementation
Minimal sufficient and complete statistic for the generalized gamma disributoin with fixed power parameter.