You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.ZipfPDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.ZipfPDF Function

Zipf distribution probability density function (PDF).

Pascal
function ZipfPDF(x: Integer; s: double; N: Integer): double; overload;
Parameters 
Description 
Function domain, positive integer or zero [0,N]. 
Distribution parameter, real positive value. 
Distribution parameter, positive integer. 

the Zipf distribution probability density function (PDF).

Calculates the Zipf probability distribution function. The Zipf probability density function is defined by the following equation: 

 

where H(N,s) is a generalized Harmonic function, evaluated at parameters N,s and x,s respectively.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!