gstools.tools.inc_beta

gstools.tools.inc_beta(a, b, x)[source]

Calculate the incomplete Beta function.

Given by: \(B(a,b;\,x) = \int_0^x t^{a-1}\,(1-t)^{b-1}\,dt\)

Parameters:
  • a (float) – first exponent in the integral

  • b (float) – second exponent in the integral

  • x (numpy.ndarray) – input values