Description Usage Arguments Value
View source: R/helper_functions.R
Due to numerical accuracy issues with directly computing this function, a different approach is used that is hopefully more robust. The approach uses uniroot, and therefore may fail. This is an internal function to the package and no real error checking is performed on its inputs.
1 |
a |
(Numeric) Lower truncation point |
b |
(Numeric) Upper truncation point |
shape |
(Numeric) Weibull shape parameter |
scale |
(Numeric) Weibull scale parameter |
... |
Arguments that get passed along to 'uniroot' |
p |
(Numeric) Numeric 0 <= p <= 1 |
A numeric value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.