|
versatile-mcmc
0.1.7
|
Proposal function drawing randomly from a multivariate Student-T distribution. More...
#include <proposal.hpp>


Public Member Functions | |
| ProposalStudentT (double dof=1.0) | |
| virtual ProposalStudentT * | Clone () const override |
| void | SetDOF (double n=1.0) |
| double | GetDOF () const |
Public Member Functions inherited from vmcmc::ProposalDistribution< std::student_t_distribution< double > > | |
| ProposalDistribution (std::student_t_distribution< double > &&dist=std::student_t_distribution< double >()) | |
| double | Transition (const Vector &s1, Vector &s2) override |
| Propose a new state. More... | |
| void | UpdateParameterConfig (const ParameterConfig ¶mConfig) override |
| const MatrixLower & | GetCholeskyDecomp () const |
Public Member Functions inherited from vmcmc::Proposal | |
| double | Transition (const Sample &s1, Sample &s2) |
Additional Inherited Members | |
Protected Attributes inherited from vmcmc::ProposalDistribution< std::student_t_distribution< double > > | |
| std::student_t_distribution< double > | fDistribution |
| MatrixLower | fCholeskyDecomp |
Proposal function drawing randomly from a multivariate Student-T distribution.
1.8.11