-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error types and relation to Measurement model Uncertainty #60
Comments
We should add a |
This has been proposed by François Xavier Pineau (@fxpineau) in the RFC1 (post from 2019-09-24). |
Yes, this is a way to implement the model view we were talking about at last running meeting. |
However, MANGO imports Meas's definitions and uses them in its own context, so that both models keep compliant . |
These comments are on version (commit 27c4bd3) and follow #59.
In this model:
This would create a bit of a cascade, since Mango currently has all of the relevant error types for this use case extending PropertyError so that they have the confidenceLevel attribute.. however
There are variations in the attribute names and structure, but the definitions are the same. We should avoid such duplication of objects.
If confidenceLevel were moved into meas:Uncertainty, the only Error items needed in Mango would be the ErrorCorrMatrix and ErrorCovMatrix objects.. unless these are decided to be properly generic for migration to Measurements, but I think that is another topic.
The text was updated successfully, but these errors were encountered: