https://github.com/cran/quantreg
Raw File
Tip revision: 926eb8cb2013107bd26ea142b21d1b0a1ebc2954 authored by Roger Koenker on 21 July 2004, 00:00:00 UTC
version 3.50
Tip revision: 926eb8c
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