function Skew(int[] calldata x, int[] calldata weights, uint8 precision) returns the skewness of the sample data
The length of x and weights must be equal. Precision representes the number of decimal places between 0 and 18. It is applied to x, weights and the output.