| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | fitting | |
| Tool | fitter |
| n | in | number of unknowns | |
| Allowed: | integer | ||
| Default: | unset | ||
| type | in | type of solution | |
| Allowed: | coded value as string. Allowed: real, complex, separable, asreal, conjugate, with case-insensitive minimum-match | ||
| Default: | unset | ||
| colfac | in | collinearity factor | |
| Allowed: | positive float | ||
| Default: | unset | ||
| lmfac | in | Levenberg-Marquardt factor | |
| Allowed: | positive float | ||
| Default: | unset | ||
| id | in | the id of a sub-tool | |
| Allowed: | fitter id | ||
| Default: | 0 | ||
- include 'fitting.g' - fit := fitter() - fit.init(5,'r') T - fit.getstate() [n=5, typ=0, colfac=1e-08, lmfac=0.001, type=real]