Antworten (1)

Star Strider
Star Strider am 31 Aug. 2016

0 Stimmen

It’s easy enough to code:
zipfpdf = @(x,rho) x.^(-(rho + 1)) ./ zeta(rho + 1);
See the discussion on Wolfram MathWorld for the Zipf Distribution for a full discussion and an expression for the cumulative distribution function and moments.

Kategorien

Tags

Gefragt:

am 31 Aug. 2016

Beantwortet:

am 31 Aug. 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by