Subversion Repositories wimsdev

Rev

Rev 4352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4352 Rev 4455
Line 4... Line 4...
4
 
4
 
5
slib_out=Values on <tt>data</tt> of probability density function of Weibull law.
5
slib_out=Values at <tt>data</tt> of probability density function of Weibull law\
-
 
6
 with parameters <tt>a</tt> and <tt>b</tt>.
6
slib_comment=<tt>data</tt> can be a list of reals in brackets; density is a*b*exp(-b*x^a)*x^(a-1) for x>=0
7
slib_comment=<tt>data</tt> can be a list of reals in brackets.\
-
 
8
The density is a*b*exp(-b*x^a)*x^(a-1) for x>=0.
7
 
9