Open mikofski opened 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.
reg['uncertainty'] = {<k>: {<k>: <v>}}
k==k
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 wherek==k
. So the "k" is redundant.