?? dirichlet_mle.c
字號:
/*
MLE for dirichlet distribution.
to compile :
mex -g -output dirichlet_mle.dll dirichlet_mle.c
mex -f mexopts_intel10amd.bat -output dirichlet_mle.dll dirichlet_mle.c
Example
d = 4;
N = 1000;
delta = ceil(10*rand(d , 1));
p = dirirnd(delta(: , ones(1 , N)));
delta_est = dirichlet_mle(p);
[delta , delta_est]
Author : S閎astien PARIS
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -