Description Usage Arguments Value Examples
This function allows you to estimate bivariate gamma distribution given a data set using EM algorithm
1 |
data |
A numeric vector, matrix or data frame of observations. Categorical variables are not allowed. If a matrix or data frame, rows correspond to observations and columns correspond to variables. |
maxit |
An integer limits on the number of EM iterations. The default is 300. |
tol |
A value giving relative convergence tolerance for the log-likelihood. The default is 1e-6. |
start |
Starting value of the EM algorithm |
verbose |
logical; controls whether summary result of each EM iteration is displayed during the fitting procedure. Default is TRUE. |
An object of class BGR
providing the estimation results.
The details of the output components are:
estimate |
The estimated parametr values. |
loglike |
The final estimated maximum log-likelihood value. |
ll |
The sequence of log-likelihood values in the EM algorithm fitting process. |
df |
The number of estimated parameters. |
AIC |
AIC values. |
BIC |
BIC values. |
iter |
Total iteration numbers. |
n |
The number of observations in the data. |
call |
The matched call. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.