https://github.com/antononcube/java-tilestats
Java package for statistics over 2D tillings. (Tile binning, aggregation functions application, etc.)
https://github.com/antononcube/java-tilestats
data-analysis hexagonal-grids
Last synced: 9 months ago
JSON representation
Java package for statistics over 2D tillings. (Tile binning, aggregation functions application, etc.)
- Host: GitHub
- URL: https://github.com/antononcube/java-tilestats
- Owner: antononcube
- License: mit
- Created: 2023-05-08T21:40:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T20:37:20.000Z (over 2 years ago)
- Last Synced: 2025-02-08T11:13:32.771Z (11 months ago)
- Topics: data-analysis, hexagonal-grids
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TileStats Java package
Java package for statistics over 2D tillings. (Tile binning, aggregation functions application, etc.)
The package is Java implementation of the functions [AAp1], or [AAf1] and [AAf2].
-------
## References
[AAp1] Anton Antonov,
[TileStats](https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/TileStats/),
(2023),
[Wolfram Language Paclet Repository](https://resources.wolframcloud.com/PacletRepository).
[AAf1] Anton Antonov,
[HextileBins](https://resources.wolframcloud.com/FunctionRepository/resources/HextileBins/),
(2020),
[Wolfram Function Repository](https://resources.wolframcloud.com/FunctionRepository).
[AAf2] Anton Antonov,
[TileBins](https://resources.wolframcloud.com/FunctionRepository/resources/TileBins/),
(2020),
[Wolfram Function Repository](https://resources.wolframcloud.com/FunctionRepository).