pysted.utils.inverse

pysted.utils.inverse(x, a=1)

Evaluate the inverse function \(1 / (a x + 1)\).

Parameters:
  • x – An integer or array.

  • a – The scale of x.

Returns:

The result of the function, same shape as x.