powered by
Computes the variance of the MOEZipf distribution for given values of \(\alpha\) and \(\beta\).
moezipfVariance(alpha, beta, tolerance = 10^(-4))
Value of the \(\alpha\) parameter (\(\alpha > 3\)).
Value of the \(\beta\) parameter (\(\beta > 0\)).
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.
moezipfMoments, moezipfMean.
moezipfMoments
moezipfMean
# NOT RUN { moezipfVariance(3.5, 1.3) # }
Run the code above in your browser using DataLab