stats_stat_powersum
stats_stat_powersum
Returns the power sum of a vector
float **stats_stat_powersum** array $arr float $power
Returns the sum of the -th power of a vector represented as an array .
power``arr
arrThe input array
powerThe power
Returns the power sum of the input array.