| moezipfVariance {zipfextR} | R Documentation | 
Variance of the MOEZipf distribution.
Description
Computes the variance of the MOEZipf distribution for given values of \alpha and \beta.
Usage
moezipfVariance(alpha, beta, tolerance = 10^(-4))
Arguments
| alpha | Value of the  | 
| beta | Value of the  | 
| tolerance | Tolerance used in the calculations. (default =  | 
Details
The variance of the distribution only exists for \alpha strictly greater than 3.
Value
A positive real value corresponding to the variance of the distribution.
See Also
Examples
moezipfVariance(3.5, 1.3)
[Package zipfextR version 1.0.2 Index]