Skip to content

Instantly share code, notes, and snippets.

@ozjimbob
Created October 24, 2019 23:15
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 ozjimbob/84c547f80cb9f903c0a053b2a460bafb to your computer and use it in GitHub Desktop.
Save ozjimbob/84c547f80cb9f903c0a053b2a460bafb to your computer and use it in GitHub Desktop.
# ignoring time=t, just modelling on dx for simplicity
frecent3 <- function(rank,dx){
a = 6.1625
cc = 1.6724
b = 0.2882
return(( a/(1e-04 * dx + cc)+b) * rank)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment