GithubHelp home page GithubHelp logo

npd_entropy's Introduction

npd_entropy

An implementation of a non-parametric differential entropy rate estimator, developed by Andrew Feutrill and Matthew Roughan. This technique quantises data from a continuous-valued process, then utilises Shannon entropy rate estimators for a differential entropy rate estimate.

Installation

Use the package manager pip to install npd_entropy.

pip install npd_entropy

Usage

import npd_entropy

quantised_series = npd_entropy.quantise_series(series, 1) # returns a quantised version of the series, with bin size of 1
shannon_entropy_rate_estimate = npd_entropy.grassberger_estimate(quantised_series, 100) # returns the shannon entropy rate estimate, with a history of 100 data points
npd_entropy.npd_entropy(shannon_entropy_rate_estimate, 1) #returns the differential entropy rate estimate

Contributors

  • Andrew Feutrill

References

Feutrill, A., & Roughan, M. (2021). NPD Entropy: A Non-Parametric Differential Entropy Rate Estimator. arXiv preprint arXiv:2105.11580.

Please cite this paper if you use this estimator.

License

MIT

npd_entropy's People

Contributors

afeutrill avatar dependabot[bot] avatar

Stargazers

nnao45 avatar  avatar

Watchers

 avatar

Forkers

nnao45 enjun

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.