[][src]Function r_stats::wilcox_pdf

pub fn wilcox_pdf(x: f64, m: f64, n: f64, give_log: bool) -> f64

Evaluate the probability density function of the Wilcoxon rank-sum distribution.

If give_log is true, the natural logarithm of the value will be returned, with potentially higher numerical accuracy than calling .ln() on the result.