ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
param_stddev_vector () | |
void | allocate (int imin, int imax, 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 const char * | label (void) |
param_stddev_vector & | operator= (const dvar_vector &m) |
param_stddev_vector & | operator= (const dvector &m) |
param_stddev_vector & | operator= (const double m) |
virtual void | set_dependent_variables (void) |
virtual unsigned int | size_count () const |
Return number of active paramters. More... | |
Public Member Functions inherited from named_dvar_vector | |
named_dvar_vector (void) | |
void | allocate (int mmin, int mmax, const char *s) |
void | allocate (const char *s) |
named_dvar_vector & | operator= (const dvar_vector &m) |
named_dvar_vector & | operator= (const dvector &m) |
named_dvar_vector & | operator= (const double m) |
named_dvar_vector & | operator= (const prevariable &m) |
Public Member Functions inherited from dvar_vector | |
dvar_vector (const dvar_vector &) | |
Copy constructor. More... | |
dvar_vector (const predvar_vector &) | |
Description not yet available. More... | |
dvar_vector () | |
Default constructor. More... | |
dvar_vector (int ncl, int ncu) | |
Description not yet available. More... | |
dvar_vector (int ncl, int ncu, kkludge_object) | |
Description not yet available. More... | |
dvar_vector (unsigned int sz, double *x) | |
Description not yet available. More... | |
dvar_vector (const independent_variables &) | |
Description not yet available. More... | |
dvar_vector (const param_init_number_vector &) | |
Description not yet available. More... | |
dvar_vector (const param_init_bounded_number_vector &) | |
Description not yet available. More... | |
dvar_vector (const dvector &) | |
Description not yet available. More... | |
dvar_vector (const char *) | |
~dvar_vector () | |
Destructor. More... | |
void | allocate (int, int) |
Allocate dvar_vector with indexmin = ncl and indexmax = nch. More... | |
void | allocate (void) |
Does not allocate, but initializes dvar_vector to empty. More... | |
void | allocate (const dvector &) |
Allocate dvar_vector using indexes from v1. More... | |
void | allocate (const dvar_vector &) |
Allocate dvar_vector using indexes from v1. More... | |
void | allocate (const ad_integer &, const ad_integer &) |
Description not yet available. More... | |
void | allocatec (const dvar_vector &) |
Description not yet available. More... | |
void | deallocate () |
Deallocate dvar_vector memory. More... | |
prevariable | elem (int i) |
prevariable | elem (int i) const |
double & | elem_value (int i) |
double & | elem_value (int i) const |
void | fill (const char *) |
Fill variable vector from values in string s. More... | |
void | fill_multinomial (const int &seed, const dvector &p) |
Description not yet available. More... | |
void | fill_multinomial (const random_number_generator &rng, const dvector &p) |
Description not yet available. More... | |
void | fill_randbi (long int &n, double) |
Description not yet available. More... | |
void | fill_randbi_ni (long int &n, double) |
Description not yet available. More... | |
void | fill_randn (long int &n) |
Description not yet available. More... | |
void | fill_randn_ni (long int &n) |
Description not yet available. More... | |
void | fill_randnegbinomial (double lambda, double tau, const random_number_generator &rng) |
Description not yet available. More... | |
void | fill_randpoisson (double lambda, const random_number_generator &rng) |
Description not yet available. More... | |
void | fill_randu (long int &n) |
Description not yet available. More... | |
void | fill_randu_ni (long int &n) |
Description not yet available. More... | |
void | fill_seqadd (double, double) |
Description not yet available. More... | |
unsigned int | get_ncopies () const |
double_and_int * | get_va () |
double_and_int * | get_va () const |
int | indexmax () const |
int | indexmin () const |
void | initialize (const dvector &ww) |
Description not yet available. More... | |
void | initialize (void) |
Description not yet available. More... | |
double * | initpointer (void) |
const double * | initpointer (void) const |
int | operator! (void) const |
dvar_vector | operator() (int lb, int ub) |
prevariable | operator() (int i) |
const prevariable | operator() (int i) const |
dvar_vector | operator() (const lvector &) |
Description not yet available. More... | |
dvar_vector | operator() (const ivector &u) |
Description not yet available. More... | |
dvar_vector & | operator*= (const prevariable &d) |
Description not yet available. More... | |
dvar_vector & | operator*= (double d) |
Description not yet available. More... | |
dvar_vector & | operator++ (void) |
dvar_vector & | operator+= (const prevariable &d) |
Adds d to each element of dvar_vector. More... | |
dvar_vector & | operator+= (double d) |
Adds d to each element of dvar_vector. More... | |
dvar_vector & | operator+= (const dvector &v1) |
Description not yet available. More... | |
dvar_vector & | operator+= (const dvar_vector &v1) |
Description not yet available. More... | |
dvar_vector | operator- () |
Description not yet available. More... | |
dvar_vector & | operator-- (void) |
dvar_vector & | operator-= (const prevariable &d) |
Substracts d from each element of dvar_vector. More... | |
dvar_vector & | operator-= (double d) |
Substracts d from each element of dvar_vector. More... | |
dvar_vector & | operator-= (const dvector &v1) |
Description not yet available. More... | |
dvar_vector & | operator-= (const dvar_vector &v1) |
Description not yet available. More... | |
dvar_vector & | operator/= (const prevariable &d) |
Description not yet available. More... | |
dvar_vector & | operator/= (double d) |
Description not yet available. More... | |
dvar_vector & | operator= (const dvar_vector &t) |
Assign values from other t to dvar_vector. More... | |
dvar_vector & | operator= (const dvector &t) |
Description not yet available. More... | |
dvar_vector & | operator= (double t) |
Assigns all elements for dvar_vector with t. More... | |
dvar_vector & | operator= (const prevariable &t) |
Assigns all elements for dvar_vector with t. More... | |
prevariable | operator[] (int i) |
const prevariable | operator[] (int i) const |
void | read_from (const istream &) |
Description not yet available. More... | |
void | read_from (const uistream &) |
Description not yet available. More... | |
void | save_dvar_vector_position () const |
Description not yet available. More... | |
void | save_dvar_vector_value () const |
Saves the size, address, and value information for a dvar_vector. More... | |
void | shallow_copy (const dvar_vector &) |
Shallow copy other data structure pointers. More... | |
dvar_vector & | shift (int min) |
Description not yet available. More... | |
unsigned int | size () const |
dvar_vector | sub (int lb, int ub) |
void | write_on (const ostream &) const |
Description not yet available. More... | |
void | write_on (const uostream &) const |
Description not yet available. More... | |
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 Attributes | |
dvector | sd |
Public Attributes inherited from dvar_vector | |
int | index_max |
int | index_min |
arr_link * | link_ptr |
vector_shapex * | shape |
double_and_int * | va |
Additional Inherited Members | |
Protected Attributes inherited from model_name_tag | |
adstring | name |
Private 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) |
virtual int | getindex (void) |
virtual void | setindex (int) |
Static Private 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 Private 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] |
param_stddev_vector::param_stddev_vector | ( | void | ) |
Definition at line 138 of file model2.cpp.
void param_stddev_vector::allocate | ( | int | imin, |
int | imax, | ||
const char * | s = "UNNAMED" |
||
) |
Definition at line 144 of file model2.cpp.
|
virtual |
Implements stddev_params.
Definition at line 30 of file model4.cpp.
|
virtual |
Implements stddev_params.
Definition at line 22 of file model41.cpp.
|
virtual |
Implements stddev_params.
Definition at line 208 of file model2.cpp.
param_stddev_vector & param_stddev_vector::operator= | ( | const dvar_vector & | m | ) |
Definition at line 147 of file model11.cpp.
param_stddev_vector & param_stddev_vector::operator= | ( | const dvector & | m | ) |
Definition at line 198 of file model11.cpp.
param_stddev_vector & param_stddev_vector::operator= | ( | const double | m | ) |
Definition at line 203 of file model11.cpp.
|
virtual |
Implements stddev_params.
Definition at line 151 of file model2.cpp.
|
virtual |
Return number of active paramters.
Implements stddev_params.
Definition at line 133 of file model2.cpp.
dvector param_stddev_vector::sd |
Definition at line 2283 of file admodel.h.
Referenced by allocate(), and get_sd_values().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |