Skip to main content

builtin_pbeta

Function builtin_pbeta 

Source
fn builtin_pbeta(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Beta cumulative distribution function.

Uses the regularized incomplete beta function.

@param q quantile vector @param shape1 first shape parameter @param shape2 second shape parameter @return numeric vector of probabilities