Skip to contents

MLE method using gradient ascent

Usage

mle_gradient_ascent(theta0, score, options)

Arguments

theta0

initial guess of MLE

score

score function, the gradient of a log-likelihood

Value

an object of class `mle_gradient_ascent`, which is an `mle` object