https://github.com/comnetshh/lre
Standalone implementation of the Limited Relative Error algorithm including a Python wrapper
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Keywords
algorithm
probability
simulation
Last synced: 5 months ago
·
JSON representation
Repository
Standalone implementation of the Limited Relative Error algorithm including a Python wrapper
Basic Info
- Host: GitHub
- Owner: ComNetsHH
- License: lgpl-2.1
- Language: C++
- Default Branch: master
- Size: 891 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
algorithm
probability
simulation
Created over 8 years ago
· Last pushed almost 6 years ago
https://github.com/ComNetsHH/LRE/blob/master/
# LRE
Standalone implementation of the Limited Relative Error algorithm, including a Python wrapper.
[](https://zenodo.org/badge/latestdoi/102000011)
## Compilation & Verification
Install dependencies (most Debian-based systems)
sudo apt-get install build-essential libboost-program-options-dev libboost-python-dev python-dev libpython2.7
Compile both, binary and library
make LRE // For python v2.7
make LRE3.5 // For python v3.5
make LRE3.6 // For python v3.6
Running this should show some output
python LRE_Test.py
Which should look exactly like the output of
./LRE --file input.txt --xMin 0 --xMax 500
Owner
- Name: Institute of Communication Networks
- Login: ComNetsHH
- Kind: organization
- Location: Hamburg, Germany
- Website: https://www.tuhh.de/comnets
- Repositories: 41
- Profile: https://github.com/ComNetsHH
Institute of Communication Networks (ComNets) at Hamburg University of Technology (TUHH)