So I understand "inversely proportional" to mean the frequency of a word of a given rank $r$ is $f(w) = K / r(w)$ (where $K$ is a constant, the frequency of the top-ranked word, and $r(w)$ is the rank of word $w$).
However, in my corpus I found $f(w) = K * 0.9^{r(w)}$. I'm pretty certain this can't be said to be "inversely proportional".
Here is my question: How would you describes in words the correspondence represented by $f(w) = K * 0.9^{r(w)}$? Is there a good phrasing for this? Is it "frequency is exponentially proportional to rank"? Wikipedia seems to suggest so, but because $a < 1$ values shrink instead of exploding like "exponentially proportional" suggests to my ears...
"frequency decays exponentially proportional to rank", yes? – Sled Mar 16 '14 at 21:17