BivariateMoment(int r, int s, int[] calldata p, int[] calldata q, int[] calldata weights, uint8 precision) returns the weighted mixed moment between the samples x and y.
E[(x−μx)r∗(y−μy)s]
Lenght of p and q and weights must be equal. Precision representes the number of decimal places between 0 and 18. It is applied to r,s,p,q, weights and the output.