Description Usage Arguments Value Examples
Performs maximization via nlminb
. alpha and beta
correspond to the shape and scale (not shape and rate) parameters described
in GammaDist
.
1 |
x |
Numeric vector. |
alpha |
Numeric value specifying known alpha. |
beta |
Numeric value specifying known beta. |
estimate_var |
Logical value for whether to return Hessian-based variance-covariance matrix. |
... |
Additional arguments to pass to |
List containing:
Numeric vector of parameter estimates.
Variance-covariance matrix (if estimate_var = TRUE
).
Returned nlminb
object from maximizing the
log-likelihood function.
Akaike information criterion (AIC).
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.