jax.lax.betainc# jax.lax.betainc(a, b, x)[source]# Elementwise regularized incomplete beta integral. Parameters: a (Array | ndarray | bool | number | bool | int | float | complex | TypedNdArray) b (Array | ndarray | bool | number | bool | int | float | complex | TypedNdArray) x (Array | ndarray | bool | number | bool | int | float | complex | TypedNdArray) Return type: Array