Hi!
> Using R, I plotted a log-log plot of the frequencies in the Brown Corpus
> using
> plot(sort(file.tfl$f, decreasing=TRUE), xlab="rank", ylab="frequency",
> log="x,y")
> However, I would also like to add lines showing the curves for a Zipfian
> distribution and for Zipf-Mandelbrot.
It's fair
Using R, I plotted a log-log plot of the frequencies in the Brown Corpus
using
plot(sort(file.tfl$f, decreasing=TRUE), xlab="rank", ylab="frequency",
log="x,y")
However, I would also like to add lines showing the curves for a Zipfian
distribution and for Zipf-Mandelbrot.
I have seen these in many a
2 matches
Mail list logo