https://github.com/ai-sdc/sumit
SUMiT: Statistical Uncertainty Management Toolkit
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Keywords
Repository
SUMiT: Statistical Uncertainty Management Toolkit
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
- Releases: 0
Topics
Metadata Files
README.md
SUMiT: Statistical Uncertainty Management Toolkit
The UWE Statistical Uncertainty Management Toolkit (SUMiT) is a software framework for co-ordinating the application of a range of techniques to large datasets in the production and publication of public statistics.
Contents
build: empty folder to be used for building executablesdata: contains example data files for testinglib: contains third-party librariespython: contains example Python scriptssumit: contains SUMiT source code
Building
Requirements
Compiler Options
NATIVE_OPT=ON: Optimise for the native system architecture (CMake default = ON)
Ubuntu
$ sudo apt install python3 cmake
$ git clone --recurse-submodules https://github.com/AI-SDC/SUMiT.git
$ cd SUMiT/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
macOS
Notes: if brew is not an option, install CMake.
$ brew install cmake python
$ git clone --recurse-submodules https://github.com/AI-SDC/SUMiT.git
$ cd SUMiT/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
Running
Stand-alone
- Start Server
$ java -jar sumit/sumit_server/cell_suppression_server.jar
- Run Suppression Tool
$ ./sumit/cell_suppression_tool/cell_suppression_tool
Python
$ python3 example.py
Owner
- Name: AI-SDC
- Login: AI-SDC
- Kind: organization
- Repositories: 4
- Profile: https://github.com/AI-SDC
GitHub Events
Total
- Push event: 8
Last Year
- Push event: 8