|
| | Wishart (const v_t &v, const n_t &n) |
| |
| template<class XType > |
| dist_value_t | log_pdf (const XType &x) const |
| |
| template<class XType , class PtrPackType > |
| auto | ad_log_pdf (const XType &x, const PtrPackType &pack) const |
| |
| template<class PtrPackType > |
| void | bind (const PtrPackType &pack) |
| |
| void | activate_refcnt () const |
| |
| template<class XType , class GenType > |
| bool | prune (XType &, GenType &) const |
| |
| Wishart< VType, NType > & | self () |
| |
| const Wishart< VType, NType > & | self () const |
| |
template<class VType, class NType>
struct ppl::expr::dist::Wishart< VType, NType >
Wishart is a generic distribution expression representing the wishart distribution.
- Template Parameters
-
| VType | variable expression type for the scale matrix. |
| NType | variable expression type for the scalar n. |