R/powerlaw-package.R

#' The poweRlaw package
#'
#' The poweRlaw package aims to make fitting power laws and other heavy-tailed distributions
#' straightforward. This package contains R functions for fitting, comparing and visualising heavy
#' tailed distributions. Overall, it provides a principled approach to fitting power laws to data.
#'
#' The code developed in this package has
#' been heavily influenced from the python and R code found at:
#' \url{http://tuvalu.santafe.edu/~aaronc/powerlaws/} .
#' In particular, the R code of Laurent Dubroca and Cosma Shalizi.
#' @name poweRlaw-package
#' @references A. Clauset, C.R. Shalizi, and M.E.J. Newman,
#' "Power-law distributions in empirical data" SIAM Review 51(4), 661-703 (2009).
#' @aliases poweRlaw powerlaw powerlaw-package
#' @docType package
#' @author \email{colin.gillespie@@newcastle.ac.uk}
#' @keywords package
#' @seealso \url{https://github.com/csgillespie/poweRlaw}
NULL

Try the poweRlaw package in your browser

Any scripts or data that you put into this service are public.

poweRlaw documentation built on April 25, 2020, 9:06 a.m.