| zipfpolylogMean {zipfextR} | R Documentation | 
Expected value of the ZipfPolylog distribution.
Description
Computes the expected value of the ZipfPolylog distribution for given values of parameters
\alpha and \beta.
Usage
zipfpolylogMean(alpha, beta, tolerance = 10^(-4))
Arguments
| alpha | Value of the  | 
| beta | Value of the  | 
| tolerance | Tolerance used in the calculations (default =  | 
Value
A positive real value corresponding to the mean value of the ZipfPolylog distribution.
Examples
zipfpolylogMean(0.5, 0.8)
zipfpolylogMean(2.5, 0.8, 10^(-3))
[Package zipfextR version 1.0.2 Index]