#include <bmrf_gamma_func.h>
Inheritance diagram for bmrf_linear_gamma_func:

Definition at line 70 of file bmrf_gamma_func.h.
Public Member Functions | |
| bmrf_linear_gamma_func (double m=0.0, double b=0.0) | |
| Constructor. | |
| void | set_params (double m, double b) |
| Set the linear function parameters. | |
| virtual double | mean (double=1.0) const |
Return the average gamma value at time t. | |
| double | operator() (double alpha, double t=1.0) const |
Return the gamma value for any alpha and time t. | |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
Protected Member Functions | |
| virtual double | value (double alpha, double) const |
Return the gamma value for any alpha and time t. | |
Private Attributes | |
| double | m_ |
| The function parameters. | |
| double | b_ |
|
||||||||||||
|
Constructor.
Definition at line 74 of file bmrf_gamma_func.h. |
|
|
Return the average gamma value at time Here, this value is independent of t Implements bmrf_gamma_func. Definition at line 81 of file bmrf_gamma_func.h. |
|
||||||||||||
|
Return the gamma value for any Calls a pure virtual function Definition at line 32 of file bmrf_gamma_func.h. |
|
||||||||||||
|
Set the linear function parameters.
Definition at line 77 of file bmrf_gamma_func.h. |
|
||||||||||||
|
Return the gamma value for any Here, this value is independent of t Implements bmrf_gamma_func. Definition at line 86 of file bmrf_gamma_func.h. |
|
|
Definition at line 90 of file bmrf_gamma_func.h. |
|
|
The function parameters.
Definition at line 90 of file bmrf_gamma_func.h. |
1.4.4