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) b (Array | ndarray | bool | number | bool | int | float | complex) x (Array | ndarray | bool | number | bool | int | float | complex) Return type: Array