Description Usage Arguments Value
EMalg
returns the maximum likelihood estimates obtained by EM algorithm.
1 | EMalg(guess, Data, distribution, L)
|
guess |
The initial values for the parameters. The default is (1,1). |
Data |
Data in the srplv format as |
distribution |
The chose distribution: weibull, gamma, lnorm, llogis. |
L |
Number of Monte Carlo simulation. |
A list with the following components:
values |
The values of parameters in all EM algorithm iterations. |
est.par |
The maximum likelihood estimates of the parameters. |
max.logLik |
The maximum likelihood value. |
n.it |
The number of EM iterations. |
time |
The computational time. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.