prior_none Class Reference
Defines the no-prior class. More...
#include "likelihood/prior_none.h"
Inheritance diagram for prior_none:

Collaboration diagram for prior_none:

Public Member Functions | |
| prior_none () | |
| No-prior class constructor. | |
| virtual double | operator() (double x) |
| Overloaded paranthesis operator to return the log-prior for each input value. | |
| virtual double | derivative (double x) |
| Derivative operator. | |
| virtual double | lower_bound () |
| Overloaded bounds operators. | |
| virtual double | upper_bound () |
Detailed Description
Derived from the base prior class. Returns the natural log of the prior.
The documentation for this class was generated from the following file:
- likelihood/prior_none.h
