betainc(const RealArray a, const RealArray b, const RealArray arr) -> RealArray
Computes the regularized incomplete beta function of the RealArray arr element-wise.
Parameters
- a: The first shape parameter.
- b: The second shape parameter.
- arr: The input RealArray.