• 大小: 1KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-21
  • 语言: Matlab
  • 标签: dirichlet  process  

资源简介

一种构造DIRICHLET PROCESS的方法,里面有MATLAB代码。

资源截图

代码片段和文件信息

%
% Interface for Exponential Family Mixture Components with Conjugate Priors
% -------------------------------------------------------------------------
%
% This section of the provided code implements mixture components belonging to
% an exponential family with conjugate priors on the parameters.  The components
% are implemented as classes in matlab with the following methods:

% q = Gaussian(h) or q = Multinomial(h)
%         Class constructor for the two classes.  help Gaussian or
%         Multinomial for more information.
% q = additem(qx)
% q = delitem(q

评论

共有 条评论