Direction
Compute vector that points in direction of $\max L(\psi)$ via Newton step.
dMLE
Compute the vector $\psi$ s.t. the log-likelihood function $L$, as implemented in LikFunk
, is maximized
over all PMFs (under no additional restrictions, though).
GradientL
Gradient of LikFunk
.
HesseL
Hesse matrix of LikFunk
.
J00
Function introduced in Section 2.3 in Weyermann (2007), defined as
LikFunk
.
J10
Derivative of $J^{\delta_k}(\psi_k, \psi_{k+1})$ w.r.t to the first argument.
J11
Derivative of $J^{\delta_k}(\psi_k, \psi_{k+1})$ w.r.t to both arguments.
J20
Second derivative of $J^{\delta_k}(\psi_k, \psi_{k+1})$ w.r.t to the first argument.
LikFunk
The log-likelihood function for the discrete log-concave MLE.
LocalCoarsen
Auxiliary function.
LocalConcavity
Auxiliary function.
LocalExtend
Auxiliary function.
LocalMLE
Auxiliary function.
LocalNormalize
Auxiliary function.
StepSize
Auxiliary function.logConDiscrMLE
.