Subversion Repositories wimsdev

Rev

Rev 4455 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4455 Rev 5903
Line 4... Line 4...
4
 
4
 
5
slib_out=Values on <tt>data</tt> of the probability density\
5
slib_out=Values on <span class="tt">data</span> of the probability density\
6
 function of Gamma distribution with parameters <tt>a</tt>> 0 and <tt>b</tt>> 0.
6
 function of Gamma distribution with parameters <span class="tt">a</span>> 0 and <span class="tt">b</span>> 0.
7
slib_comment=<tt>data</tt> can be a list of reals in brackets;the density at x is b*exp(-b*x)*(b*x)^(a-1)/gamma(a) for x>=0
7
slib_comment=<span class="tt">data</span> can be a list of reals in brackets;the density at x is b*exp(-b*x)*(b*x)^(a-1)/gamma(a) for x>=0
8
 
8