-
❓ Question received via feedback:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This behaviour is expected 💡:
If you want to add a relative error to the data, use |
Beta Was this translation helpful? Give feedback.
This behaviour is expected 💡:
The data itself doesn't know the model yet. All uncertainties added to the data container will be uncertainties on the data only.
If you want to set an uncertainty with a reference to the model, use the
add_error
function of theFit
object instead. The fit has knowledge about both, the data 📊 and the model 📈.If you want to add a relative error to the data, use
reference="data"
instead.