|
Stimfit @PACKAGE_VERSION@
|
Non-linear regression settings dialog. More...
#include <fitseldlg.h>


Public Member Functions | |
| wxStfFitSelDlg (wxWindow *parent, wxStfDoc *doc, int id=wxID_ANY, wxString title=wxT("Non-linear regression"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
| int | GetFSelect () const |
| Get the selected fit function. | |
| Vector_double | GetInitP () const |
| Get the initial parameters. | |
| Vector_double | GetOpts () const |
| Get options for the algorithm. | |
| bool | UseScaling () const |
| Scale x- and y-amplitudes to 1.0 before fit. | |
| void | SetNoInput (bool noInput_) |
| Determines whether user-defined initial parameters are allowed. | |
Non-linear regression settings dialog.
Definition at line 34 of file fitseldlg.h.