Ticket #1246 (closed: fixed)
Go beyond least squares fitting
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Add ICostFunction interface to allow for cost functions other than least squares.
Add implementation of ICostFunction and for cost function designed to ignore positive peaks and suitabled to e.g. fit backgrounds.
Change History
Note: See
TracTickets for help on using
tickets.
(In [4464]) Add ICostFunction interface to allow for cost functions other than least squares.
Add implementation of ICostFunctions:
CostFuncIgnorePosPeaks CostFuncLeastSquares
Also added new attribute to Fit called "CostFunction" which for now can be set to "Least squares" or "Ignore positive peaks".
Refs #1246