emv_gamma: compute the MLE in the Gamma model using the Newton-Raphson...

Description Usage Arguments Value

View source: R/VEMalgorithm.R

Description

compute the MLE in the Gamma model using the Newton-Raphson method

Usage

1
emv_gamma(L, M, param.old, epsilon = 0.001, nb.iter.max = 10)

Arguments

L

weighted mean of log(data)

M

weighted mean of the data

param.old

parameters of the Gamma distribution

epsilon

threshold for the stopping criterion

nb.iter.max

maximum number of iterations

Value

updated parameters of the Gamma distribution


noisySBM documentation built on Dec. 16, 2020, 5:09 p.m.