Function rgsl::randist::exponential_power::exppow_pdf [] [src]

pub fn exppow_pdf(x: f64, a: f64, b: f64) -> f64

This function computes the probability density p(x) at x for an exponential power distribution with scale parameter a and exponent b, using the formula given above.