transform_fixed Class Reference
Defines the fixed value transformation class. More...
#include "likelihood/transform_fixed.h"
Inheritance diagram for transform_fixed:
Collaboration diagram for transform_fixed:
Public Member Functions | |
transform_fixed (double value) | |
fixed value transformation class constructor, accepts the fixed value as argument More... | |
virtual double | forward (double X) |
Forward transformation function. | |
virtual double | inverse (double x) |
Inverse transformation function. | |
virtual double | forward_jacobian (double X) |
Jacobian for forward transform \( dx/dX \). | |
virtual double | inverse_jacobian (double x) |
Jacobian for inverse transform \( dX/dx \). | |
Private Attributes | |
double | _value |
Detailed Description
Defines the fixed transformation class, maps a parameter to a constant value .
Constructor & Destructor Documentation
|
inline |
- Parameters
-
value The fixed value.
The documentation for this class was generated from the following file:
- likelihood/transform_fixed.h