Provide functions for the frequentist analysis of environmental variability (ev)
and measurement uncertainty (mu)
in occupational data without and with non-detects, using a Monte Carlo Method (MCM)
We follow a branching model with three key branches:
main
→ Stable code in production (latest release version)dev
→ Active development of the next versionfeature/*
→ Branches for individual features or specific tasks
Each release is tagged using a semantic versioning style with descriptive labels:
v1.0.0-additive-on-obs
v2.0.0-lognormal-on-true
(planned)
🔖 The first release uses a simplified additive model around observed values and is preserved for comparison and didactic purposes.
🛠 See our Development Workflow for more details.
This project was created by Robert Emonds, Theo Scheffers, and Peter van Balen. If you use this code, please give credit by including a link to this repository and mentioning the authors.
Example:
This project uses code from Uncertainty-on-UTL (https://github.com/remonds/Uncertainty-on-UTL) by Robert Emonds, Theo Scheffers, and Peter van Balen.
This project is licensed under the terms of the GNU General Public License v2.0.
- You can:
- Use the software for any purpose.
- Share the software with others.
- Modify the software to suit your needs.
- Share your modifications with the community.
- You must:
- Distribute your modified versions under the same GPL-2.0 license.
- Include the source code when you share the software.
- Include the original license and copyright notice.
- You cannot:
- Place additional restrictions on the software.
- Hold the original authors liable for any problems with the software.
For more details, please refer to the full GNU General Public License v2.0.