lsst.gauss2d.fit g199a45376c+3b7b3fd841
 
Loading...
Searching...
No Matches
lsst::gauss2d::fit::PriorEvaluation Class Reference

#include <prior.h>

Inheritance diagram for lsst::gauss2d::fit::PriorEvaluation:

Public Types

typedef std::map< ParamBaseCRef, std::vector< double > > Jacobians
 

Public Member Functions

double compute_dloglike_dx (const ParamBase &param, 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)
 

Public Attributes

double loglike
 
std::vector< double > residuals
 
Jacobians jacobians
 

Detailed Description

Results from the evaluation of a prior probability function.


The documentation for this class was generated from the following files: