Ticket #2390 (closed: duplicate)
Calculate errors when using Simplex minimizer
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
In SimplexMinimizer.cpp modify
void SimplexMinimizer::calCovarianceMatrix(double epsrel, gsl_matrix * covar) {
Kernel::Exception::NotImplementedError("Covariance matrix calculation for Simplex not implemented.");
}
to check if fit function calculate derivatives and if yes calculate covariance matrix using these derivatives
Change History
comment:2 Changed 9 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Anders Markvardsen
comment:3 Changed 9 years ago by Anders Markvardsen
- Status changed from assigned to accepted
Ups this one is in fact fixed in #2740
comment:4 Changed 9 years ago by Anders Markvardsen
- Status changed from accepted to verify
- Resolution set to duplicate
Note: See
TracTickets for help on using
tickets.
After doing this also remember to update GenericFit accordingly.