HDR.monotone(
cover.prob,
Q,
decreasing = TRUE,
distribution = UNSPECIFIED_LABEL,
...
)HDR.unimodal(
cover.prob,
Q,
f = NULL,
u = NULL,
distribution = UNSPECIFIED_LABEL,
...,
gradtol = 1e-10,
steptol = 1e-10,
iterlim = 100
)
HDR.bimodal(
cover.prob,
Q,
f = NULL,
u = NULL,
distribution = UNSPECIFIED_LABEL,
...,
gradtol = 1e-10,
steptol = 1e-10,
iterlim = 100
)
HDR.discrete.unimodal(
cover.prob,
Q,
F,
f = NULL,
u = NULL,
distribution = UNSPECIFIED_LABEL,
...,
gradtol = 1e-10,
steptol = 1e-10,
iterlim = 100
)