uwquantreg.control: Control Parameters for unit-Weibull quantile regression

Description Usage Arguments Author(s) References

View source: R/uwquantreg.R

Description

Parameters that control fitting of unit-weibull quantile regression models using uwquantreg.

Usage

1
uwquantreg.control(method = "BFGS", maxit = 5000, reltol = 1e-08, ...)

Arguments

method

characters string specifying the method argument passed to optim.

maxit

integer specifying the maxit argument (maximal number of iterations) passed to optim.

reltol

relative convergence tolerance passed to optim.

...

arguments passed to optim.

Author(s)

André F. B. Menezes andrefelipemaringa@gmail.com

References

Mazucheli, J., Menezes, A. F. B., Fernandes, L. B., Oliveira, R. P., Ghitany, M. E., 2020. The unit-Weibull distribution as an alternative to the Kumaraswamy distribution for the modelling of quantiles conditional on covariates. Jounal of Applied Statistics 47 (6), 954–974.


AndrMenezes/uwquantreg documentation built on July 8, 2020, 2:33 p.m.