noparama
v0.0.1
Nonparametric Bayesian models
|
#include <np_suffies.h>
Public Member Functions | |
Suffies_ZeroCentered_MultivariateNormal (int D) | |
void | print (std::ostream &os) const |
![]() | |
virtual | ~Suffies () |
Public Attributes | |
Eigen::MatrixXd | sigma |
![]() | |
int | D |
dimension More... | |
distribution_type_t | distribution_type |
distribution type More... | |
A multivariate normal disribution centered at 0.
|
inline |
|
inlinevirtual |
Reimplemented from Suffies.
Eigen::MatrixXd Suffies_ZeroCentered_MultivariateNormal::sigma |