78 MOG_generic(
const int &K_in,
const int &D_in,
bool full_in =
false) {
init(K_in, D_in, full_in); }
119 void init(
const int &K_in,
const int &D_in,
bool full_in =
false);
223 virtual void load(
const std::string &name_in);
228 virtual void save(
const std::string &name_in)
const;
268 virtual double log_lhood(
const vec &x_in);
271 virtual double lhood(
const vec &x_in);
386 #endif // #ifndef MOG_GENERIC_H