ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
param_stddev_number () | |
Default constructor. More... | |
param_stddev_number (const char *name) | |
void | allocate (const char *s="UNNAMED") |
virtual void | copy_value_to_vector (const dvector &x, const int &ii) |
virtual void | get_sd_values (const dvector &x, const int &ii) |
virtual int | getindex (void) |
virtual const char * | label (void) |
param_stddev_number & | operator= (const prevariable &) |
param_stddev_number & | operator= (const double) |
virtual void | set_dependent_variables (void) |
virtual void | setindex (int) |
virtual unsigned int | size_count () const |
Returns the number of active parameters. More... | |
Public Member Functions inherited from named_dvariable | |
named_dvariable (void) | |
void | allocate (const char *s) |
named_dvariable & | operator= (const prevariable &m) |
named_dvariable & | operator= (const double m) |
Public Member Functions inherited from dvariable | |
dvariable () | |
Default constructor. More... | |
dvariable (const dvariable &t) | |
Copy constructor for dvariable object; deep copy. More... | |
dvariable (const double t) | |
Creates dvariable instance from a double constant. More... | |
dvariable (const int &t) | |
Creates dvariable instance from a int constant. More... | |
dvariable (kkludge_object) | |
Specialized constructor that does not create unnecessary entries in the gradient structure; see function nograd_assign. More... | |
dvariable (const prevariable &t) | |
Constructor for dvariable object from its base class; deep copy. More... | |
virtual | ~dvariable () |
Destructor; frees memory on gradient stack. More... | |
dvariable & | operator= (const double x) |
Assigns a value to a dvariable object. More... | |
dvariable & | operator= (const prevariable &other) |
Assigns a value to a dvariable object. More... | |
dvariable & | operator= (const dvariable &other) |
dvariable & | operator= (const df1_one_variable &) |
dvariable & | operator= (const df1_two_variable &) |
dvariable & | operator= (const df1_three_variable &) |
Description not yet available. More... | |
Public Member Functions inherited from prevariable | |
prevariable (const prevariable &other) | |
Copy Constructor. More... | |
double_and_int *& | get_v () |
double_and_int * | get_v () const |
void | initialize (void) |
Description not yet available. More... | |
int | operator!= (const prevariable &v1) const |
Description not yet available. More... | |
int | operator!= (double v1) const |
Description not yet available. More... | |
void | operator*= (const prevariable &v1) |
Description not yet available. More... | |
void | operator*= (double v1) |
Description not yet available. More... | |
prevariable & | operator+= (const prevariable &) |
Prevariable addition assignment operator. More... | |
void | operator+= (double t1) |
Description not yet available. More... | |
void | operator-= (const prevariable &t1) |
Description not yet available. More... | |
void | operator-= (double t1) |
Description not yet available. More... | |
void | operator/= (const prevariable &v1) |
Description not yet available. More... | |
void | operator/= (double v1) |
Description not yet available. More... | |
int | operator< (const prevariable &v1) const |
Description not yet available. More... | |
int | operator< (double v1) const |
Description not yet available. More... | |
int | operator<= (const prevariable &v1) const |
Description not yet available. More... | |
int | operator<= (double v1) const |
Description not yet available. More... | |
prevariable & | operator= (const prevariable &) |
Assigns a value to a prevariable object. More... | |
prevariable & | operator= (double) |
Assigns a value to a prevariable object. More... | |
int | operator== (const prevariable &v1) const |
Description not yet available. More... | |
int | operator== (double v1) const |
Description not yet available. More... | |
int | operator> (const prevariable &v1) const |
Description not yet available. More... | |
int | operator> (double v1) const |
Description not yet available. More... | |
int | operator>= (const prevariable &v1) const |
Description not yet available. More... | |
int | operator>= (double v1) const |
Description not yet available. More... | |
double | restore_prevariable_derivative (void) |
prevariable_position | restore_prevariable_position (void) |
double | restore_prevariable_value (void) |
void | save_prevariable_position () const |
Description not yet available. More... | |
void | save_prevariable_value () const |
Description not yet available. More... | |
double * | xadr () |
double & | xval () |
Public Member Functions inherited from model_name_tag | |
model_name_tag (void) | |
void | allocate (const char *s) |
const char * | get_name (void) |
label_class | label (void) |
Public Member Functions inherited from stddev_params | |
stddev_params (void) | |
virtual void | add_to_gui_list (void) |
virtual void | add_to_list (void) |
void | allocate (void) |
Public Attributes | |
int | index |
double | sd |
Public Attributes inherited from prevariable | |
double_and_int * | v |
pointer to the data More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from stddev_params | |
static ivector | copy_all_number_offsets (void) |
static void | copy_all_number_values (const dvector &x, const int &ii) |
static void | copy_all_values (const dvector &x, const int &ii) |
static void | get_all_sd_values (const dvector &x, const int &ii) |
static void | get_stddev_number_offset (void) |
static int | num_stddev_calc (void) |
static int | num_stddev_number_calc (void) |
Static Public Attributes inherited from stddev_params | |
static int | num_stddev_number_params =0 |
static int | num_stddev_params =0 |
static stddev_params * | stddev_number_ptr [150] |
static stddev_params * | stddevptr [150] |
Protected Member Functions inherited from prevariable | |
prevariable ()=delete | |
Default constructor. More... | |
prevariable (double_and_int *u) | |
Protected Attributes inherited from model_name_tag | |
adstring | name |
param_stddev_number::param_stddev_number | ( | ) |
Default constructor.
Definition at line 96 of file model2.cpp.
|
inline |
void param_stddev_number::allocate | ( | const char * | s = "UNNAMED" | ) |
Definition at line 124 of file model2.cpp.
|
virtual |
Implements stddev_params.
Definition at line 25 of file model4.cpp.
|
virtual |
Implements stddev_params.
Definition at line 17 of file model41.cpp.
|
virtual |
Reimplemented from stddev_params.
Definition at line 64 of file model2.cpp.
|
virtual |
Implements stddev_params.
Reimplemented in param_likeprof_number.
Definition at line 213 of file model2.cpp.
param_stddev_number & param_stddev_number::operator= | ( | const prevariable & | m | ) |
Definition at line 417 of file model11.cpp.
Referenced by param_likeprof_number::operator=().
param_stddev_number & param_stddev_number::operator= | ( | const double | m | ) |
Definition at line 423 of file model11.cpp.
|
virtual |
Implements stddev_params.
Definition at line 114 of file model2.cpp.
|
virtual |
Reimplemented from stddev_params.
Definition at line 68 of file model2.cpp.
Referenced by param_stddev_number().
|
virtual |
Returns the number of active parameters.
Implements stddev_params.
Reimplemented in param_likeprof_number.
Definition at line 109 of file model2.cpp.
int param_stddev_number::index |
Definition at line 2307 of file admodel.h.
Referenced by getindex(), and setindex().
double param_stddev_number::sd |
Definition at line 2306 of file admodel.h.
Referenced by get_sd_values().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |