Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | fitting | |
Tool | functionfitter |
This function returns a Glish record holding the internal state of the functional (describing the function you wish to fit). See function state for which this is just a wrapper.
Users should generally not need to use this function.
- include 'functionfitter.g' - ff := functionfitter() - ff.setfunction ('p0 + p1 *x') - ff.getfunctionstate() [type=13, order=-1, progtext=p0 + p1 *x, ndim=1, npar=2, params=[0 0] , masks=[T T] ]