|
Stimfit
0.13.15
|
Information about parameters used in storedFunc. More...
#include <stfmath.h>

Public Member Functions | |
| parInfo () | |
| Default constructor. | |
| parInfo (const std::string &desc_, bool toFit_, bool constrained_=false, double constr_lb_=0, double constr_ub_=0, Scale scale_=noscale, Scale unscale_=noscale) | |
| Constructor. | |
Public Attributes | |
| std::string | desc |
| bool | toFit |
| bool | constrained |
| double | constr_lb |
| double | constr_ub |
| Scale | scale |
| Scale | unscale |
Information about parameters used in storedFunc.
Contains information about a function's parameters used in storedFunc (see below). The client supplies a description (desc) and determines whether the parameter is to be fitted (toFit==true) or to be kept constant (toFit==false).
| stf::parInfo::parInfo | ( | const std::string & | desc_, |
| bool | toFit_, | ||
| bool | constrained_ = false, |
||
| double | constr_lb_ = 0, |
||
| double | constr_ub_ = 0, |
||
| Scale | scale_ = noscale, |
||
| Scale | unscale_ = noscale |
||
| ) | [inline] |
Constructor.
| desc_ | Parameter description string |
| toFit_ | true if this parameter should be fitted, false if it should be kept fixed. |
| constrained_ | true if this is a constrained fit |
| constr_lb_ | lower bound for constrained fit |
| constr_ub_ | upper bound for constrained fit |
| scale_ | scaling function |
| unscale_ | unscaling function |
| double stf::parInfo::constr_lb |
| double stf::parInfo::constr_ub |
| std::string stf::parInfo::desc |
| bool stf::parInfo::toFit |
1.7.6.1