Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 705 Bytes

powerlaw

C++ implementation of 'Power-law distributions in empirical data', A. Clauset, C.R. Shalizi and M.E.J. Newman. SIAM Review 51(4), 661 - 703 (2009).

Prerequisites

The complication requires:

Usage

Building Environment: The C++ implemenation of plfit.m and plvar.m uses the CMake (cross-platform make) build environment. CMake uses configure and make on Unix and generates projects and workspaces in the windows environment.

( e.g. cmake . ; make ; cd bin/ ; ./powerlaw_fit -h )

License

This project is licensed - see the LICENSE file for details.