Description Usage Arguments Value References See Also
Simplified C++ function for theta.ml
1 | speed_theta_ml(y, mu, limit = 10L, eps = 1e-06, trace = TRUE)
|
y |
Vector of observed values from the Negative Binomial. |
mu |
Estimated mean vector. |
limit |
Limit on the number of iterations. |
eps |
Tolerance to determine convergence. |
trace |
logical: should iteration progress be printed? |
A maximum-likelihood estimator for θ
<Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer>
fastglm.nb ; theta.ml ; glm.nb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.