Description Usage Arguments Value Examples
Apply MPS estimation to the left-truncated Pareto distribution.
1 | pareto_LTMPS(data, init_value, u)
|
data |
Empirical data that is left-truncated. |
init_value |
The initial value of left-truncated Pareto distributions parameter 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 | data0=rpareto(30000,0.5,3)
data = data0[data0>5]
fit = pareto_LTMPS(data = data,init_value = c(0.6,2),u=5)
fit$par.ests
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.