ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes | Friends | List of all members
likeprof_params Class Referenceabstract

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
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 

Private Attributes

int stepnumber
 
double stepsize
 

Friends

class function_minimizer
 

Detailed Description

Description not yet available.

Parameters

Definition at line 2251 of file admodel.h.

Constructor & Destructor Documentation

likeprof_params::likeprof_params ( void  )

Definition at line 11 of file mod_prof.cpp.

Member Function Documentation

void likeprof_params::add_to_list ( void  )
virtual

Definition at line 17 of file mod_prof.cpp.

Referenced by param_likeprof_number::param_likeprof_number().

void likeprof_params::allocate ( void  )
inline
virtual double& likeprof_params::get_sigma ( void  )
pure virtual
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().

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

virtual dvariable likeprof_params::variable ( void  )
pure virtual

Friends And Related Function Documentation

friend class function_minimizer
friend

Definition at line 2273 of file admodel.h.

Member Data Documentation

likeprof_params * likeprof_params::likeprofptr
static
int likeprof_params::num_likeprof_params =0
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().

int likeprof_params::stepnumber
private

Definition at line 2254 of file admodel.h.

Referenced by get_stepnumber(), likeprof_params(), and set_stepnumber().

double likeprof_params::stepsize
private

Definition at line 2253 of file admodel.h.

Referenced by get_stepsize(), likeprof_params(), and set_stepsize().


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