BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Why is uncertainty a dictionary? It's redundant! #100

Open mikofski opened 7 years ago

mikofski commented 7 years ago

Every uncertainty is reg['uncertainty'] = {<k>: {<k>: <v>}} where "k" is the parameter name and "v" is the value of the uncertainty or the square root of the variance where k==k. So the "k" is redundant.