NEWS
OneStep 0.9.4 (2024-10-17)
OneStep 0.9.3 (2024-02-23)
NEW
- add a optim control parameter in control list of
onestep()
. supported control are trace, fnscale, maxit, abstol, reltol, alpha, beta, gamma, REPORT, warn.1d.NelderMead, type, lmm, factr, pgtol, tmax, temp
- use
log=TRUE
argument when computing log-likelihood
- add student
t
distribution
- add location scaled student
lst
distribution
- add
nbstep
component in onestep()
output
OneStep 0.9.2 (2021-01-15)
NEW
- allow initial guess supplied by the user.
- add defensive programming.
- update manual page.
- take into account weights in
benchonestep()
.
- new function in
benchonestep.replicate()
.
BUG FIX
- bug fixed in
benchonestep()
for one-parameter distribution.
OneStep 0.9.1 (2020-09-16)
BUG FIX
- bug fixed in
onestep_closedformula()
for the Weibull distribution.
OneStep 0.9.0 (2020-07-13)