Description Usage Arguments Value
Estimate the parameters (alpha and beta) of the Gamma distribution using maximum likelihood.
Estimate the parameters (alpha and beta) of the Gamma distribution using maximum likelihood.
1 2 3 |
data |
the data vector assumed to be generated from the Gamma distribution |
start |
the initial values for the parameters of the Gamma distribution
(passed to |
vcov |
whether to return an approximate variance-covariance matrix of the parameter vector |
data |
the data vector assumed to be generated from the Gamma distribution |
start |
the initial values for the parameters of the Gamma distribution
(passed to |
vcov |
whether to return an approximate variance-covariance matrix of the parameter vector |
A list with elements estimate
(parameter estimates for alpha
and beta) and, if vcov = TRUE
, vcov
(the variance-covariance
matrix of the parameter vector).
A list with elements estimate
(parameter estimates for alpha
and beta) and, if vcov = TRUE
, vcov
(the variance-covariance
matrix of the parameter vector).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.