Compute the Hopkins statistic to assess clustering tendency.
Project description
hopkins-statistic
hopkins-statistic is a library for computing the Hopkins statistic to assess clustering tendency (also known as clusterability) by testing for departure from complete spatial randomness (CSR) in point patterns.
This implementation defaults to the Cross and Jain (1982) formulation, raising distances to the power of the data dimension. In two dimensions, this matches the original definition by Hopkins and Skellam (1954). Because the resulting statistic follows a beta distribution under the null hypothesis, p-values can be computed analytically, avoiding the need for Monte Carlo simulations.
Installation
pip install hopkins-statistic
Usage
import numpy as np
from hopkins_statistic import hopkins
rng = np.random.default_rng(42)
X = rng.uniform(size=(100, 2))
statistic = hopkins(X, rng=rng)
print(f"{statistic:.3f}")
#> 0.514
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hopkins_statistic-0.7.0.tar.gz.
File metadata
- Download URL: hopkins_statistic-0.7.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d48cba2ea44074d5a3d53ecc310498fcb6834d54bcdd94e76e879b11527f5a4
|
|
| MD5 |
3d8da026ba8a4792def6cd368375f336
|
|
| BLAKE2b-256 |
ee9ec5687a987a8ad594fd0c80ba539e4de493bd7b70d1a0f3bad787aefd70ef
|
File details
Details for the file hopkins_statistic-0.7.0-py3-none-any.whl.
File metadata
- Download URL: hopkins_statistic-0.7.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3381aeb3b2e4c4c128d8aea2c1c6c1e7d4332d1ae3d077ba20194e332eda4775
|
|
| MD5 |
8e45650c4f6b329994b5c1faa24047f0
|
|
| BLAKE2b-256 |
528f31c33da866d48f721e5255917fdb2b45c829f9f4ecb487eb1cea278c94c4
|