Learn R Programming

staTools (version 0.1.0)

getXmin: Lower bound estimator for discrete powerlaw distributions

Description

Lower bound estimator for discrete powerlaw distributions.

Usage

getXmin(o, g = 1, c = 90, k = 5, xmax = 1e+05)

Arguments

o
Discrete powerlaw object.
g
A guess on the true value of the lower bound.
c
Confidence on the guess. A value between 1 and 100. By default is set to 90.
k
Number of computations after a local minimum in the KS statistics is reached.
xmax
Max value considered in the estimation of the lower bound.

References

A. Bessi, Speeding up lower bound estimation in powerlaw distributions, arXiv

Examples

Run this code
x = moby
o = displo(x)
est = getXmin(o)

Run the code above in your browser using DataLab