ADMB Documentation
-a65f1c97
|
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 |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
Private Attributes | |
int | stepnumber |
double | stepsize |
Friends | |
class | function_minimizer |
likeprof_params::likeprof_params | ( | void | ) |
Definition at line 11 of file mod_prof.cpp.
|
virtual |
Definition at line 17 of file mod_prof.cpp.
Referenced by param_likeprof_number::param_likeprof_number().
|
inline |
Definition at line 2260 of file admodel.h.
Referenced by param_likeprof_number::allocate(), and param_likeprof_number::param_likeprof_number().
|
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 41 of file model14.cpp.
Referenced by function_minimizer::likeprof_routine().
double likeprof_params::get_stepsize | ( | void | ) |
Definition at line 36 of file model14.cpp.
Referenced by function_minimizer::likeprof_routine().
|
pure virtual |
Implemented in param_likeprof_number.
Referenced by function_minimizer::likeprof_routine().
|
pure virtual |
Implemented in param_likeprof_number.
Referenced by function_minimizer::likeprof_routine(), function_minimizer::normalize_posterior_distribution(), and report_onesided_confidence_limits().
|
static |
void likeprof_params::set_stepnumber | ( | int | n | ) |
Definition at line 23 of file model14.cpp.
Referenced by param_likeprof_number::param_likeprof_number().
void likeprof_params::set_stepsize | ( | double | x | ) |
Definition at line 10 of file model14.cpp.
|
pure virtual |
|
friend |
|
static |
Definition at line 2257 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().
|
static |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition at line 2259 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().
|
private |
Definition at line 2254 of file admodel.h.
Referenced by get_stepnumber(), likeprof_params(), and set_stepnumber().
|
private |
Definition at line 2253 of file admodel.h.
Referenced by get_stepsize(), likeprof_params(), and set_stepsize().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |