Description Usage Arguments Value Examples
View source: R/weibull_LTMLE.R
Apply MLE to left-truncated the Weibull distribution.
1 | weibull_LTMLE(data, init_value, u)
|
data |
Empirical data that is left-truncated. |
init_value |
The initial value of left-truncated Weibull distributions parameters shape and scale. |
u |
The left truncated point. |
A list
contains the estimation result of parameters shape and scale, standard error, and covariance matrix of estimated parameters.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.