update_newton_gamma {noisySBM} | R Documentation |
Perform one iteration of the Newton-Raphson to compute the MLE of the parameters of the Gamma distribution
Description
Perform one iteration of the Newton-Raphson to compute the MLE of the parameters of the Gamma distribution
Usage
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
[Package noisySBM version 0.1.4 Index]