R/mle_gradient_ascent.R
mle_gradient_ascent.Rd
MLE method using gradient ascent
mle_gradient_ascent(theta0, score, options)
initial guess of MLE
score function, the gradient of a log-likelihood
an object of class `mle_gradient_ascent`, which is an `mle` object