function PopStdDev(int[] calldata x, int[] calldata weight, uint8 precisions) returns the population standard deviation
Lenghts of x and weights have to be equal. Precision represents the number of decimal places and can be set between 0 and 18. It is applied to x, weights and output.