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

Description not yet available. More...

#include <admodel.h>

Public Member Functions

param_likeprof_numberoperator= (const prevariable &)
 Assigns a value to a dvariable object.
param_likeprof_numberoperator= (const double)
 Assigns a value to a dvariable object.

Private Member Functions

 param_likeprof_number ()
void allocate (const char *s="UNNAMED")
virtual double & get_sigma (void)
virtual double get_value (void)
virtual const char * label (void)
virtual int size_count (void)
virtual dvariable variable (void)

Private Attributes

double sigma

Friends

class model_parameters

Detailed Description

Description not yet available.

Parameters:

Definition at line 2205 of file admodel.h.


Constructor & Destructor Documentation

Definition at line 25 of file mod_prof.cpp.


Member Function Documentation

void param_likeprof_number::allocate ( const char *  s = "UNNAMED") [private]

Reimplemented from param_stddev_number.

Definition at line 49 of file mod_prof.cpp.

virtual double& param_likeprof_number::get_sigma ( void  ) [inline, private, virtual]

Implements likeprof_params.

Definition at line 2212 of file admodel.h.

virtual double param_likeprof_number::get_value ( void  ) [inline, private, virtual]

Implements likeprof_params.

Definition at line 2213 of file admodel.h.

const char * param_likeprof_number::label ( void  ) [private, virtual]

Implements likeprof_params.

Definition at line 55 of file mod_prof.cpp.

param_likeprof_number & param_likeprof_number::operator= ( const prevariable t)

Assigns a value to a dvariable object.

Parameters:
tconstant reference to an object of type prevariable.
Returns:
dvariable reference

Reimplemented from param_stddev_number.

Definition at line 60 of file mod_prof.cpp.

Referenced by operator=().

param_likeprof_number & param_likeprof_number::operator= ( const double  t)

Assigns a value to a dvariable object.

Parameters:
tconstant object of type double.
Returns:
prevariable reference

Reimplemented from param_stddev_number.

Definition at line 66 of file mod_prof.cpp.

int param_likeprof_number::size_count ( void  ) [private, virtual]

Reimplemented from param_stddev_number.

Definition at line 33 of file mod_prof.cpp.

virtual dvariable param_likeprof_number::variable ( void  ) [inline, private, virtual]

Implements likeprof_params.

Definition at line 2215 of file admodel.h.


Friends And Related Function Documentation

friend class model_parameters [friend]

Reimplemented from param_stddev_number.

Definition at line 2217 of file admodel.h.


Member Data Documentation

double param_likeprof_number::sigma [private]

Definition at line 2208 of file admodel.h.

Referenced by get_sigma(), and param_likeprof_number().

List of all members.


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