Home
last modified time | relevance | path

Searched +refs:rq +refs:fit +refs:qfnb (Results 1 – 5 of 5) sorted by relevance

/dports/math/R-cran-quantreg/quantreg/man/
H A Drq.fit.qfnb.Rd1 \name{rq.fit.qfnb}
2 \alias{rq.fit.qfnb}
7 This is a lower level routine called by \code{rq()} to compute quantile
10 fortran loop. See \code{\link{rq.fit.pfnb}} for further details on a more
14 rq.fit.qfnb(x, y, tau)
43 programming problems. This function replaces an earlier one \code{rq.fit.fn},
56 \code{\link{rq}}, \code{\link{rq.fit.br}},
57 \code{\link{rq.fit.pfn}}
H A Drq.Rd1 \name{rq}
2 \alias{rq}
8 or \code{"rq.process"} that represents a quantile regression fit.
58 the algorithmic method used to compute the fit. There are several
111 \item \code{"qfnb"} This option is like the preceeding one except that it doesn't
134 (see \code{\link{rq.fit.br}} and \code{\link{rq.fit.fnb}}, etc.
139 See \code{\link{rq.object}} and \code{\link{rq.process.object}} for details.
153 rq(stack.loss ~ stack.x,.5) #median (l1) regression fit for the stackloss data.
156 rq(stack.loss ~ stack.x, tau=-1) #this returns the full rq process
173 legend(3000,500,c("mean (LSE) fit", "median (LAE) fit"),
[all …]
/dports/math/R-cran-quantreg/quantreg/
H A DMD5109 97edf8f7e4a17a81e73bfe2889b9c899 *man/rq.fit.Rd
110 aea8247091db06872d7b0b25ff7e8184 *man/rq.fit.br.Rd
112 67225085d5c626b389544a23b8116d80 *man/rq.fit.fnb.Rd
113 d0f422911138a73ea6f7f236dc28bd8e *man/rq.fit.fnc.Rd
114 c80cfbe02e22a91c22139355bf151269 *man/rq.fit.hogg.Rd
116 f6b9d69a6975d7741178dc18b4426bba *man/rq.fit.pfn.Rd
117 f12c21b68faa80a9db051405aaca9d78 *man/rq.fit.pfnb.Rd
119 1228e0e3446d874ad8cc1c15cf144e9d *man/rq.fit.qfnb.Rd
121 4eda8605d8c65c05f78621e1418fdf6c *man/rq.fit.sfn.Rd
164 b8b6da4241edbbf057b398691772e4b0 *src/qfnb.f
[all …]
H A DNAMESPACE12rq", "AIC.rqs", "AIC.rqss", "akj", "anova.rq", "anova.rqlist", "anova.rqs", "bandwidth.rq", "boot.…
26 "is.stepfun", "knots", "lag", "lm", "lm.fit", "lm.wfit",
35 S3method(AIC, rq)
38 S3method(anova, rq)
45 S3method(extractAIC, rq)
49 S3method(formula, rq)
54 S3method(logLik, rq)
65 S3method(plot, table.rq)
71 S3method(predict, rq)
80 S3method(print, rq)
[all …]
/dports/math/R-cran-quantreg/quantreg/inst/
H A DChangeLog52 1. Added new functions rq.fit.fnb and rq.fit.fnc and associated fortran
361 1. Changed summary.rq so that call to rq.fit.fn is to rq.fit.fnb based
405 * R/sfn.R (rq.fit.sfn, rq.fit.sfnc): only keep what's needed from
481 1. Added two new methods for fitting: rq.fit.lasso and rq.fit.scad.
601 3 Fixed a bug in rq.fit.lasso for tau != .5. And for rq.fit.scad.
606 5. Modified both rq.fit.lasso and rq.fit.scad to allow a vector of lambdas to
676 Goldshtein, and in rq.fit.scad.
1298 the return object for both rq.fit.sfn and rq.fit.sfnc so that it is compatible
1299 with other rq.fit objects.
1645 2. Added two new estimation methods qfnb and pfnb designed to speed up
[all …]