#include <prior.h>
|
|
typedef std::map< ParamBaseCRef, std::vector< double > > | Jacobians |
| |
|
|
double | compute_dloglike_dx (const ParamBase ¶m, bool transformed=true) const |
| |
|
std::string | repr (bool name_keywords=false, std::string_view namespace_separator=Object::CC_NAMESPACE_SEPARATOR) const override |
| |
|
std::string | str () const override |
| |
|
| PriorEvaluation (double loglike, std::vector< double > residuals={}, Jacobians jacobians={}, bool check_size=true) |
| |
|
|
double | loglike |
| |
|
std::vector< double > | residuals |
| |
|
Jacobians | jacobians |
| |
Results from the evaluation of a prior probability function.
The documentation for this class was generated from the following files:
- include/lsst/gauss2d/fit/prior.h
- src/prior.cc