inspect: Inspect Discrete Powerlaw Distributions

Description Usage Arguments Examples

View source: R/inspect.R

Description

A graphical tool to inspect discrete powerlaw distributions.

Usage

1
2
inspect(o, plot = TRUE, guess = 1, showQ = FALSE, plothill = TRUE,
  summary = TRUE, xmax = 1e+05)

Arguments

o

A discrete powerlaw object.

plot

Logical, whether to show the plot. By default is set to TRUE.

guess

A guess on the true value of the lower bound. By default is set to 1.

showQ

Logical, whether to show the quantiles of the distribution. By default is set to FALSE.

plothill

Logical, whether to show Hill plot. By default is set to TRUE.

summary

Logical, whether to print some information about the powerlaw distribution. By default is set to TRUE.

xmax

The maximum value to consider as candidate for the lower bound.

Examples

1
2
3
x = moby
o = displo(x)
inspection = inspect(o, guess = 7)

staTools documentation built on May 2, 2019, 2:17 a.m.

Related to inspect in staTools...