Description Usage Arguments Value Examples
Apply MPS estimation to the left-truncated Burr distribution.
1 | burr_LTMPS(data, init_value, u)
|
data |
Empirical data that is left-truncated. |
init_value |
The initial value of left-truncated Burr distributions parameter alpha, gamma and theta. |
u |
The left truncated point. |
A list
contains the estimation result of parameters alpha, gamma and theta, standard error, and covariance matrix of estimated parameters.
1 2 3 4 | data0 = rburr(3000,1,4,0.2)
data = data0[data0>5]
fit = burr_LTMPS(data = data,init_value = c(1,4,0.2),u=5)
fit$par.ests
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.