ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes | Friends
likeprof_params Class Reference

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_paramslikeprofptr [500]
static int num_likeprof_params = 0

Private Attributes

int stepnumber
double stepsize

Friends

class function_minimizer

Detailed Description

Description not yet available.

Parameters:

Definition at line 2133 of file admodel.h.


Constructor & Destructor Documentation

Definition at line 13 of file mod_prof.cpp.


Member Function Documentation

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]

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]
virtual const char* likeprof_params::label ( ) [pure virtual]
static int likeprof_params::num_stddev_calc ( void  ) [static]

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]

Friends And Related Function Documentation

friend class function_minimizer [friend]

Definition at line 2155 of file admodel.h.


Member Data Documentation

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().

List of all members.


The documentation for this class was generated from the following files: