Ask a Question | Search PSRCHIVE: |
Home
|
NoParameters.h 64 }
void set_variance(unsigned index, double value) Set the variance of the specified parameter. Definition: NoParameters.h:64 NoParameters * clone(Function *) const Clone construtor. Definition: NoParameters.h:37 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition: NoParameters.h:61 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 double get_param(unsigned index) const Return the value of the specified parameter. Definition: NoParameters.h:55 void set_param(unsigned index, double value) Set the value of the specified parameter. Definition: NoParameters.h:58 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition: NoParameters.h:70 std::string get_description(unsigned index) const Return the name of the specified parameter. Definition: NoParameters.h:52 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition: NoParameters.h:67 unsigned get_nparam() const Return the number of parameters. Definition: NoParameters.h:46 std::string get_name(unsigned index) const Return the name of the specified parameter. Definition: NoParameters.h:49 Generated using doxygen 1.8.17
|