[][src]Function r_stats::students_t_pdf

pub fn students_t_pdf(x: f64, df: f64, give_log: bool) -> f64

Evaluate the probability density function of the student's t distribution with degrees of freedom df at x.

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.