powered by
Computes the variance of the Zipf-PE distribution for given values of \(\alpha\) and \(\beta\).
zipfpeVariance(alpha, beta, tolerance = 10^(-4))
Value of the \(\alpha\) parameter (\(\alpha > 3\)).
Value of the \(\beta\) parameter (\(\beta \in (-\infty, +\infty)\)).
Tolerance used in the calculations. (default = \(10^{-4}\))
A positive real value corresponding to the variance of the distribution.
The variance of the distribution only exists for \(\alpha\) strictly greater than 3.
zipfpeMoments, zipfpeMean.
zipfpeMoments
zipfpeMean
# NOT RUN { zipfpeVariance(3.5, 1.3) # }
Run the code above in your browser using DataLab