Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
| likeprof_params (void) | |
| virtual void | add_to_list (void) |
| void | allocate (void) |
| virtual double & | get_sigma (void)=0 |
| int | get_stepnumber (void) |
| double | get_stepsize (void) |
| virtual double | get_value (void)=0 |
| virtual const char * | label ()=0 |
| void | set_stepnumber (int) |
| void | set_stepsize (double) |
| virtual dvariable | variable (void)=0 |
Static Public Member Functions | |
| static int | num_stddev_calc (void) |
Static Public Attributes | |
| static likeprof_params * | likeprofptr [500] |
| static int | num_likeprof_params = 0 |
Private Attributes | |
| int | stepnumber |
| double | stepsize |
Friends | |
| class | function_minimizer |
| likeprof_params::likeprof_params | ( | void | ) |
Definition at line 13 of file mod_prof.cpp.
| void likeprof_params::add_to_list | ( | void | ) | [virtual] |
Definition at line 19 of file mod_prof.cpp.
Referenced by param_likeprof_number::param_likeprof_number().
| void likeprof_params::allocate | ( | void | ) | [inline] |
Definition at line 2142 of file admodel.h.
Referenced by param_likeprof_number::allocate().
| virtual double& likeprof_params::get_sigma | ( | void | ) | [pure virtual] |
Implemented in param_likeprof_number.
Referenced by function_minimizer::likeprof_routine(), function_minimizer::normalize_posterior_distribution(), and function_minimizer::sd_routine().
| int likeprof_params::get_stepnumber | ( | void | ) |
Definition at line 40 of file model14.cpp.
Referenced by function_minimizer::likeprof_routine().
| double likeprof_params::get_stepsize | ( | void | ) |
Definition at line 35 of file model14.cpp.
Referenced by function_minimizer::likeprof_routine().
| virtual double likeprof_params::get_value | ( | void | ) | [pure virtual] |
Implemented in param_likeprof_number.
Referenced by function_minimizer::likeprof_routine().
| virtual const char* likeprof_params::label | ( | ) | [pure virtual] |
Implemented in param_likeprof_number.
Referenced by function_minimizer::likeprof_routine(), function_minimizer::normalize_posterior_distribution(), and report_onesided_confidence_limits().
| static int likeprof_params::num_stddev_calc | ( | void | ) | [static] |
| void likeprof_params::set_stepnumber | ( | int | n | ) |
Definition at line 22 of file model14.cpp.
| void likeprof_params::set_stepsize | ( | double | x | ) |
Definition at line 9 of file model14.cpp.
| virtual dvariable likeprof_params::variable | ( | void | ) | [pure virtual] |
friend class function_minimizer [friend] |
likeprof_params * likeprof_params::likeprofptr [static] |
Definition at line 2139 of file admodel.h.
Referenced by add_to_list(), function_minimizer::get_particular_grad(), function_minimizer::hess_routine_and_constraint(), function_minimizer::likeprof_routine(), function_minimizer::normalize_posterior_distribution(), function_minimizer::prof_minimize(), function_minimizer::prof_minimize_re(), report_onesided_confidence_limits(), and function_minimizer::sd_routine().
int likeprof_params::num_likeprof_params = 0 [static] |
Definition at line 2141 of file admodel.h.
Referenced by ad_make_code_reentrant(), add_to_list(), function_minimizer::computations1(), function_minimizer::likeprof_routine(), function_minimizer::normalize_posterior_distribution(), and function_minimizer::sd_routine().
int likeprof_params::stepnumber [private] |
Definition at line 2136 of file admodel.h.
Referenced by get_stepnumber(), likeprof_params(), and set_stepnumber().
double likeprof_params::stepsize [private] |
Definition at line 2135 of file admodel.h.
Referenced by get_stepsize(), likeprof_params(), and set_stepsize().
|
|
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0
|