zipfpolylogMean: Expected value of the ZipfPolylog distribution.

Description Usage Arguments Value Examples

View source: R/zipfpolylogMean.R

Description

Computes the expected value of the ZipfPolylog distribution for given values of parameters α and β.

Usage

1
zipfpolylogMean(alpha, beta, tolerance = 10^(-4))

Arguments

alpha

Value of the α parameter (α > 2).

beta

Value of the β parameter (β \in (-∞, +∞)).

tolerance

Tolerance used in the calculations (default = 10^{-4}).

Value

A positive real value corresponding to the mean value of the ZipfPolylog distribution.

Examples

1
2
zipfpolylogMean(0.5, 0.8)
zipfpolylogMean(2.5, 0.8, 10^(-3))

zipfextR documentation built on July 8, 2020, 6:23 p.m.