#include <MCMC.h>
Inheritance diagram for FunctionStepT< T >:


Public Member Functions | |
| FunctionStepT (ParameterT< T > *parameter) | |
| const T | Value (void) |
Often parameters of interest are deterministic functions of other statistical parameters. A FunctionStep allows us to express that relationship. DoStep() simply invokes the Function() associated with this parameter and returns the result.
Definition at line 539 of file MCMC.h.
| FunctionStepT< T >::FunctionStepT | ( | ParameterT< T > * | parameter | ) | [inline, explicit] |
| const T FunctionStepT< T >::Value | ( | void | ) | [inline] |
1.5.1