log_weibull | R Documentation |
Computes the log pdf and cdf of the weibull distribution.
log_weibull(y, a1, a2, c_under)
y |
observed data |
a1 |
shape parameter |
a2 |
rate parameter |
c_under |
A small positive value corresponding to the underflow threshold, e.g. c_under = 1e-9. |
A list containing the following entries
log_f |
natural logarithm of the pdf, evaluated at each datapoint. |
log_F |
natural logarithm of the CDF, evaluated at each datapoint. |
Panagiotis Papastamoulis
log_weibull(y = 1:10, a1 = 1, a2 = 1, c_under = 1e-9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.