Error in MWDIST Function
I have discovered an error in the new MWDIST(x, n, tails) function. This error only occurs rarely; in particular when C(n+1, 2) is even and x = C(n+1,2)/2. In such cases, MWDIST(x, n, 2) > 1.0 and MWDIST(x, n, 1) > 0.5. The fix is simple: when tails = 2, then simply subtract the value output … Read More