Skip to main content

Fast Averages Shifted Histogram

Project description

FastASH

Fast Averaged Shifted Histograms.

Density estimation which approximate a triangular Kernel Density Estimation (KDE. Cython inside.

Install

If Cython is installed, the sources files in '.pyx' are used. Otherwise, the '.cpp' files are directly used.

From PyPi

Simply use the Pypi command (numpy is mandatorry to achieve the installation due to cython components) :

pip install numpy
pip install fastash 

From Source

Simply use the install command :

make install

This command is usefull during the developpement work.

Build and deploy

To build the package :

make build

Then, the procedure to deploy is the following (version number need to be incremented) :

make dist
make deploy

Getting Started

exemple usage in test/test_2d.py

help for packaging

script files are based on the package https://github.com/cmcqueen/simplerandom .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastash-0.1.7.tar.gz (144.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page