Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save abhijeet-talaulikar/cd011696141ad6252cc33de5ca472eb9 to your computer and use it in GitHub Desktop.

Select an option

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