[][src]Function r_stats::signrank_pdf

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

Evaluate the probability density function of the Wilcoxon signed rank 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.