Skip to main content

Statistical routines to analyze the spatial structure of 2D and 3D spatial fields and particle distributions.

Project description

spatialstats

spatialstats is a collection of statistical tools and utility routines used to analyze the multi-scale structure of 2D and 3D spatial fields and particle distributions.

Routines are designed to work with large datasets and some include optional CuPy acceleration. Each routine aims to be independent from the rest of the package, so feel free to just pull out the routine that you need!

Submodules

polyspectra

Calculate the bispectrum and power spectrum of 2D and 3D grids.

points

Calculate statistics about the multi-scale structure of 2D and 3D point distributions, like the radial distribution function and structure factor.

GPU usage

The following example demonstrates how to access the spatialstats configuration object to toggle gpu usage

import numpy as np
import spatialstats as ss

ss.config.gpu = True

shape = (100, 100)
data = np.random.rand(*shape)
result = ss.polyspectra.bispectrum(data)

Installation

Option 1

Clone from github and build by running

python setup.py install

Option 2

Install from PyPI

pip install spatialstats

GPU accleration

Certain routines have GPU implementations. To enable the GPU acceleration, install cupy>=8.0.0.

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

spatialstats-1.0.2.tar.gz (17.2 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