Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhijeet-talaulikar/cd011696141ad6252cc33de5ca472eb9 to your computer and use it in GitHub Desktop.
Save abhijeet-talaulikar/cd011696141ad6252cc33de5ca472eb9 to your computer and use it in GitHub Desktop.
def hill_transform(x, alpha, gamma):
return 1 / (1 + (x/gamma)**-alpha)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment