pysted.utils.inverse_exponential

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

Evaluate the inverse function \(1 / e^{ax}\).

Parameters:
  • x – An integer or array.

  • a – The scale of x.

Returns:

The result of the function, same shape as x.