https://github.com/cran/quantreg
Raw File
Tip revision: 43c82c50d466c0252e5cbdbe0bc979e77d78c180 authored by Roger Koenker on 11 June 2004, 00:00:00 UTC
version 3.40
Tip revision: 43c82c5
TODO
This is quick list of some possible fixes for the next revision of quantreg
Version:  June 11 2004

1.  refine the choice of eps parameter in rq.fit.fn  (this has been a
perennial problem.  As several examples show, it is sometimes possible
to get into trouble with the current 1e-6 tolerance with rq.fit.fn
returning NaN's while a  more relaxed tolerance say 1e-4 produces a
good answer, verifiable from "br".

2.  Resolve some packaging issues regarding linkages to SparseM
and to incorporate rqss stuff to akima, tripack, etc.

3.  Introduce percentile methods for the bootstrap methods.

9.  Add predict methods, and offset option for rq
back to top