powered by
Computes the expected value of the ZipfPolylog distribution for given values of parameters \(\alpha\) and \(\beta\).
zipfpolylogMean(alpha, beta, tolerance = 10^(-4))
Value of the \(\alpha\) parameter (\(\alpha > 2\)).
Value of the \(\beta\) parameter (\(\beta \in (-\infty, +\infty)\)).
Tolerance used in the calculations (default = \(10^{-4}\)).
A positive real value corresponding to the mean value of the ZipfPolylog distribution.
# NOT RUN { zipfpolylogMean(0.5, 0.8) zipfpolylogMean(2.5, 0.8, 10^(-3)) # }
Run the code above in your browser using DataLab