Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I had a question I didn't see addressed anywhere. In the LeastSquares cost function, there is an argument called yerror, which is described as:
Estimated uncertainty of observed values. Must have same shape as y or be a scalar, which is then broadcasted to same shape as y.
My questions are: how are these errors incorporated into the fit, and what is the effect of changing the values of yerror?
Beta Was this translation helpful? Give feedback.
All reactions