Qest-package | R Documentation |
Quantile-based estimators (Q-estimators) can be used to fit any parametric distribution, using its quantile function. Q-estimators are usually more robust than standard maximum likelihood estimators. The method is described in: Sottile G. and Frumento P. (2022). Robust estimation and regression with parametric quantile functions. <doi:10.1016/j.csda.2022.107471>.
Package: | Qest |
Type: | Package |
Version: | 1.0.1 |
Date: | 2024-01-22 |
License: | GPL-2 |
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Gianluca Sottile [aut, cre], Paolo Frumento [aut]
Maintainer: Gianluca Sottile <gianluca.sottile@unipa.it>
Sottile G, and Frumento P (2022). Robust estimation and regression with parametric quantile functions. Computational Statistics and Data Analysis. <doi:10.1016/j.csda.2022.107471>
Qest
, Qlm
, Qcoxph
## Not run:
Qest(y ~ x, Q, start) # General-purpose Q-estimator
Qlm(y ~ x) # Q-estimation of linear models
Qcoxph(Surv(time, event) ~ x) # Q-estimation of proportional hazards models
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.