Skip to content

Techniques to extract powerlaws written in Cython (granting speed and ease of use in Python) that have been used by the Range Expansion Community.

Notifications You must be signed in to change notification settings

Range-Expansions/expansion_powerlaw_fit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expansion_Powerlaw_Fit

Based on the algorithm discussed in the materials and methods of this paper, I created a cython script that takes a time trace as input and then:

  1. Creates a window over a given time interval
  2. Uses linear regression (using the cython_gsl package) to fit the deterministic motion of data over the window.
  3. Determines the average mean squared displacement from the linear regression over the window.
  4. Loop over all possible windows and apply steps 1-3.

See the IPython Notebook illustrating how to use the package in the doc folder.

About

Techniques to extract powerlaws written in Cython (granting speed and ease of use in Python) that have been used by the Range Expansion Community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages