▲ | jcgrillo 4 days ago | ||||||||||||||||||||||
I misread this title (the word "confidence" threw me) and was initially very confused when it turned out to be about dimensional analysis instead of uncertainty. But why not both? A number system with dimensions and which automatically propagates measurement uncertainty through calculations (a la Taylor's train wreck book) doesn't seem totally infeasible? I would particularly like this for expressing cad models as code instead of brep. | |||||||||||||||||||||||
▲ | cosmic_quanta 4 days ago | parent [-] | ||||||||||||||||||||||
There are Haskell packages for uncertainty (e.g. [0], based on automatic differentiation [1]). However, these packages don't support typed dimensions, because multiplication/division becomes more complex. It is my goal to provide quantities with uncertainty AND typed dimensions one day. | |||||||||||||||||||||||
|