-
I want to build an array with Measurements 1 +/- 0.1 km, 2 +/- 0.1 km, and 3 +/- 0.1 km. I start with the list `[1, 2, 3]` and the error `0.1`, so I try to make a Measurement object:
```
from pint…
-
While thinking about #93 i got the idea, that it might be usefull to add support for measurement uncertainties. I'm not sure if lmfit / scipy.optimize can use this information ootb, but pint (#91) can…
-
I'm using uncertainties 3.2.2, and pint 0.24.3, and I want to use `to_compact` for measurements, and it fails. Here's a MWE demonstrating two methods I tried:
```python
import uncertainties
imp…
-
I noticed that in the package you can use `measurement` to convert `" -123.4(56) "` into `-123.4 ± 5.6`. But is there a way to take the Measurement object and output a string formatted with parenthe…
-
The RV uncertainties in the L2 files appear to be too large. The is apparent in multiple RM observation sequences, one of which is shown below. Note in that plot that the post-egress RVs vary by sig…
-
I have some confusion with how `uncertainties` work.
I would expect that the values obtained from `p = belt_model.accumulate_populations()` have uncertainties close to the ones that I have setup. How…
-
All sensors have uncertainties, and the various calculations we do (including temp/moisture adjustments etc.) have their own uncertainties. We should use these to calculate the uncertainties for the m…
-
As of git tip, pint doesn't support measurements and numpy at the same time.
XREF: #128, #350
Also related: #734
Short of a proper implementation as discussed in the linked documents, there ar…
-
### Describe the feature
I was trying to rebin some EIS spectral data with propagate_uncertainties=True. I think because the error array is UnknownUncertainty with intensity measurement, it gave the …
-
**Problem Statement**
This calculator does not have ability to compute uncertainties in precise measurements. Scientists/researchers need these to compute very precise measurements.
**Eviden…