Description Usage Arguments Value Examples
Apply MPS estimation to the left-truncated log-Moyal distribution.
1 | GlogM_LTMPS(data, init_value, u)
|
data |
Empirical data that is left-truncated. |
init_value |
The initial value of left-truncated log-Moyal distributions parameters mean and sigma |
u |
The left truncated point. |
A list
contains the estimation result of parameters mean and sigma, standard error, and covariance matrix of estimated parameters.
1 2 3 4 | rand = rgpd(10000,-0.2,5,2)
rand0 = rand[rand>5]
fit =GlogM_LTMPS(data = rand, init_value = c(5,2),u=5)
fit$par.ests
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.