[][src]Function r_stats::logistic_pdf

pub fn logistic_pdf(x: f64, location: f64, scale: f64, give_log: bool) -> f64

Evaluate the probability density function of the logistic 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.