R/mle_newton_raphson.R
mle_newton_raphson.Rd
Find an MLE using the Newton-Raphson method.
mle_newton_raphson(score, fim, theta0, inverted = FALSE, options = list())
score Function, the gradient of log-likelihood
FIM function
initial guess of MLE
logical, if TRUE `fim` is covariance instead of FIM
an object of class `mle_newton_raphson`, which is an `mle` object