|
| Transformation () |
| Default constructor.
|
|
unsigned | get_nparam () const |
| Get the number of model parameters.
|
|
void | set_nparam (unsigned) |
| Set the number of model parameters.
|
|
std::string | get_param_name (unsigned) const |
| Get the name of the specified model parameter.
|
|
void | set_param_name (unsigned, const std::string &) |
| Set the name of the specified model parameter.
|
|
std::string | get_param_description (unsigned) const |
| Get the description of the specified model parameter.
|
|
void | set_param_description (unsigned, const std::string &) |
| Set the description of the specified model parameter.
|
|
double | get_param (unsigned) const |
| Get the value of the specified model parameter.
|
|
void | set_param (unsigned, double) |
| Set the value of the specified model parameter.
|
|
double | get_variance (unsigned) const |
| Get the variance of the specified model parameter.
|
|
void | set_variance (unsigned, double) |
| Set the variance of the specified model parameter.
|
|
std::vector< std::vector< double > > | get_covariance () const |
| Get the covariance matrix of the model paramters.
|
|
void | set_covariance (const std::vector< std::vector< double > > &) |
| Set the covariance matrix of the model paramters.
|
|
void | get_covariance (std::vector< double > &) const |
| Get the covariance matrix efficiently.
|
|
void | set_covariance (const std::vector< double > &) |
| Set the covariance matrix efficiently.
|
|
Estimate< double > | get_Estimate (unsigned) const |
| Get the value and variance of the specified model parameter.
|
|
void | set_Estimate (unsigned, const Estimate< double > &) |
| Set the value and variance of the specified model parameter.
|
|
bool | get_valid () const |
| Get the model validity flag.
|
|
void | set_valid (bool) |
| Set the model validity flag.
|
|
double | get_chisq () const |
| Get the best fit value of chi squared.
|
|
void | set_chisq (double) |
| Set the best fit value of chi squared.
|
|
unsigned | get_nfree () const |
| Get the number of degrees of freedom.
|
|
void | set_nfree (unsigned) |
| Set the number of degress of freedom.
|
|
unsigned | get_nfit () const |
| Get the number of model parameters varied to find best fit.
|
|
void | set_nfit (unsigned) |
| Set the number of model parameters varied to find best fit.
|
|
double | get_reduced_chisq () const |
| Get the best fit value of the reduced chi squared = chisq/nfree.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|
Intermediate storage of MEAL::Complex parameters.