-
-
Save ozjimbob/84c547f80cb9f903c0a053b2a460bafb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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