https://github.com/ai-sdc/sumit

SUMiT: Statistical Uncertainty Management Toolkit

https://github.com/ai-sdc/sumit

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

data-privacy privacy statistical-disclosure-control
Last synced: 6 months ago · JSON representation

Repository

SUMiT: Statistical Uncertainty Management Toolkit

Basic Info
  • Host: GitHub
  • Owner: AI-SDC
  • License: mit
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 251 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Topics
data-privacy privacy statistical-disclosure-control
Created over 3 years ago · Last pushed 8 months ago
Metadata Files
Readme License

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 executables
  • data: contains example data files for testing
  • lib: contains third-party libraries
  • python: contains example Python scripts
  • sumit: 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

  1. Start Server

$ java -jar sumit/sumit_server/cell_suppression_server.jar

  1. Run Suppression Tool

$ ./sumit/cell_suppression_tool/cell_suppression_tool

Python

$ python3 example.py

Owner

  • Name: AI-SDC
  • Login: AI-SDC
  • Kind: organization

GitHub Events

Total
  • Push event: 8
Last Year
  • Push event: 8

Dependencies

setup.py pypi