Skip to content
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

Use the covariance matrix for fitting error propagation #9873

Closed
mantid-roman opened this issue Feb 18, 2014 · 2 comments
Closed

Use the covariance matrix for fitting error propagation #9873

mantid-roman opened this issue Feb 18, 2014 · 2 comments
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@mantid-roman
Copy link
Contributor

This ticket is blocks : TRAC8977

At the moment to estimate the errors of the calculated values we are using the formula:
err = sqrt( sigma^2^ * J * J^T^ )

where sigma are standard deviations of the parameters and J is the Jacobian. This doesn't take into account correlation between the parameters and may lead to overestimated errors. I want to try to use a more accurate formula:

err = sqrt( J * C * J^T^ )

where C is the covariance matrix.

@mantid-roman
Copy link
Contributor Author

This issue was originally trac ticket 9030

@mantid-roman
Copy link
Contributor Author

http://trac.mantidproject.org/mantid/raw-attachment/ticket/9030/compare_errors.py
(uploaded by Gesner Passos on 2014-03-04T12:11:50)


@mantid-roman mantid-roman added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@mantid-roman mantid-roman self-assigned this Jun 3, 2015
@mantid-roman mantid-roman added this to the Release 3.2 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

1 participant