Framework for propagating uncertainties through V-FOR-WaTer
Project description
uncertainty-framework
Framework for propagating uncertainties through V-FOR-WaTer
Install
pip install uncertainty-framework
Examples
The examples are implemeted as a python module. The main function imports fire
to
have a nice command line interface. Currently there is only one example.
Variogram estimation
This example illustrates, how the MonteCarlo simulation can be used to simulate
measurement uncertainties on a variogram estimation. It replaces the observations by
a gaussian distribution around the observation using a scale of 5
. The observation
value range is [0, 256[
.
The uncertainty_framework.examples.variograms
example has additional dependencies that
need to be installed separatly:
pip install scikit-gstat plotly
Then, you can run it through the command line. It is recommended to decrease the default number of iterations for this example.
python -m uncertainty_framework.examples.variograms --num-iter=500 --verbose
It is possbile to increase the used scale for generating new observations and also some of the variogram parameters are exposed:
python -m uncertainty_framework.examples.variograms --num-iter=500 --estimator=cressie --ons-scale=15 --verbose
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file uncertainty-framework-0.2.0.tar.gz
.
File metadata
- Download URL: uncertainty-framework-0.2.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16de91f3942a7b951f4ea3e3bc712dc50e0aa4d71e6eccefe2aea58d19b8e1cb |
|
MD5 | c6e176bb598da11d90c5dff6c2026d79 |
|
BLAKE2b-256 | 886bbb177690ed88b1ecde8e6e90ece623260fb0b5aa25248a3037e9a2fd7259 |