IDAX.QMWW - Inverse Mann-Whitney-Wilcoxon distribution
The QMWW function returns the value x of a variable that follows the Mann-Whitney-Wilcoxon distribution for which the probability of being smaller or equal to x is equal to the specified percentage.
Syntax
IDAX.QMWW(DOUBLE percentage, BIGINT COUNTmin, BIGINT
NoItems)
Parameter descriptions
- percentage
- Mandatory.
- COUNTmin
- Mandatory.
- NoItems
- Mandatory.
If PMWW(x,COUNTmin,NoItems)=perc, QMWW(perc,COUNTmin,NoItems)=x for all x values, COUNTmin values, and NoItems values in their respective validity interval.
Returned information
BIGINT the point x, where PMWW(x,COUNTmin,NoItems)=percentage.