Skip to content
Prev 3165 / 63421 Next

error in dweibull (PR#405)

Is that not a matter of opinion?  Note the help page says

     The Weibull distribution with `shape' parameter a and
     `scale' parameter b has density given by

             f(x) = (a/b) (x/b)^(a-1) exp(- (x/b)^a)

     for x > 0.
I would say the Weibull density was defined to be non-zero on (0, Inf),
and S-PLUS agrees with me, as does the help page.  I don't see a bug in
the results you present which are consistent with the documentation.