rmathd.weibull

Undocumented in source.

Members

Functions

dweibull
T dweibull(T x, T shape, T scale, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
pweibull
T pweibull(T x, T shape, T scale, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qweibull
T qweibull(T p, T shape, T scale, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rweibull
T rweibull(T shape, T scale)
Undocumented in source. Be warned that the author may not have intended to support it.
test_weibull
void test_weibull()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta