[back]
| Fitter | 
A fitter can optimize parameters to fit a function to a histogram etc.
				and also calculates parabolic and asymmetric fitting errors.
Fitting Engines
| 
							Engine Name | 
							Optimization | 
							Parabolic Error | 
							Asymmetric Error | 
							Comments | 
| 
							SimplePAIDA | 
							o | 
							o | 
							- | default engine | 
| 
							PAIDA | 
							o | 
							o | 
							o | |
| 
							SimpleGA | 
							o | 
							o | 
							- | Genetic Algorithm | 
| 
							GA | 
							o | 
							o | 
							o | Genetic Algorithm | 
GA and SimpleGA are very slow but will resolve not continuous problems.
Fitting Methods
| 
 | 
Constraints
| 
 | 
Fitting Result Codes
| 
							Result Code | 
							Optimization | Parabolic Error | Asymmetric Error | 
| 
							0 | 
							o | 
							o | 
							o | 
| 
							1 | 
							o | 
							o | 
							failed | 
| 
							2 | 
							o | 
							failed | 
							failed | 
| 
							-1 | 
							failed | 
							failed | 
							failed | 
|  | 
A fitter can scan function values around any point
				and search contour points around the optimized point.
|  | 
Chi2 fitting with asymmetric errors of data points; asymmetric weighted fitting.
|  | 
[back]