Code covered by the BSD License  

Highlights from
MGraph

from MGraph by junbai wang
Probabilistic graphical models for reconstruction of genetic regulatory networks using DNA microarra

gama=gnt_gama_function(x)
function gama=gnt_gama_function(x)
%compute the gama function
if x==1
    gama=1;
else
    gama=x*gnt_gama_function(x);
end

Contact us at files@mathworks.com