Description Usage Arguments Details Value Examples
Survival function for the MOEZipf with parameters α, β.
1  | 
x | 
 Vector of positive integer values.  | 
alpha | 
 Value of the α parameter (α > 1).  | 
beta | 
 Value of the β parameter (β > 0).  | 
show.plot | 
 logical; if TRUE shows the plot of the distibution (default = FALSE).  | 
The survival function at value x is computed as follows:
S(x) = \frac{β ζ(α, x + 1)}{ζ(α) - \bar{β}ζ(α, x + 1)}
The survival probability value associated to each component in vector x.
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.