Function rmathlib::pbeta

source ·
pub fn pbeta(x: f64, a: f64, b: f64, lower_tail: bool, log_p: bool) -> f64
Expand description

Returns distribution function of the beta distribution. ( = The incomplete beta ratio I_x(p,q) ).

§NOTES

  • A wrapper for TOMS708
  • ‘log_p’ partially improved over log(p..)