Skip to content

Instantly share code, notes, and snippets.

@aammd
Created October 9, 2018 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aammd/e554be4659c2ed2823bf0553d7287392 to your computer and use it in GitHub Desktop.
Save aammd/e554be4659c2ed2823bf0553d7287392 to your computer and use it in GitHub Desktop.
info.R
info <- function(x, a, b) {
a * (exp(a * (x - b))) / (exp(a * b) + exp(a * x)) ^ 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment