pub fn exppow_Q(x: f64, a: f64, b: f64) -> f64
Expand description

This function computes tthe cumulative distribution functions P(x), Q(x) for the exponential power distribution with parameters a and b.