Skip to main content

Implementation of Higuchi Fractal Dimension Analysis.

Project description

Implementation of Higuchi Fractal Dimension Analysis.

Install

pip install hfda

Example

import numpy as np
import hfda


N = np.power(2, 15)
X = np.sin(np.linspace(0, 1000, N))
k_max = 5

D = hfda.measure(X, k_max)

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

hfda-0.1.1.tar.gz (1.8 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