| MLE_gamma {NPflow} | R Documentation |
Maximum likelihood estimation of Gamma distributed observations distribution parameters
MLE_gamma(g)
g |
a list of Gamma distributed observation. |
g_list <- list()
for(i in 1:1000){
g_list <- c(g_list, rgamma(1, shape=100, rate=5))
}
mle <- MLE_gamma(g_list)
mle