update_newton_gamma: Perform one iteration of the Newton-Raphson to compute the...

Description Usage Arguments Value

View source: R/VEMalgorithm.R

Description

Perform one iteration of the Newton-Raphson to compute the MLE of the parameters of the Gamma distribution

Usage

1
update_newton_gamma(param, L, M)

Arguments

param

current parameters of the Gamma distribution

L

weighted mean of log(data)

M

weighted mean of the data

Value

updated parameters of the Gamma distribution


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