lsapy.functions.vetharaniam2022_eq5#

lsapy.functions.vetharaniam2022_eq5(x, a, b)[source]#

Sigmoid like function.

# TODO: add a more detailed description.

Parameters:
  • x (any) – Input values to map.

  • a (float | int) – Steepness of the function parameter.

  • b (float | int) – Value of the function’s midpoint.

Returns:

Suitability values.

Return type:

float

Notes

The sigmoid like function is defined as:

\[f(x) = \frac{1}{1 + e^{a(\sqrt{x} - \sqrt{b})}}\]

References

Vetharaniam, Müller, Stanley, van den Dijssel, Timar, and Clothier [2022]