Description Usage Arguments Value
View source: R/boundary_bias.R
This function computes the bias on the boundary, typicall at x = 0, in a local composite quantile regression.
1 2 | boundary_bias(x0 = 0, dat, kernID = 0, left = TRUE, maxit = 20, tol =
1e-3)
|
x0 |
A scalar, boundary point in estimation. |
dat |
A list with the following components:
|
kernID |
Kernel id number.
|
left |
A logical variable that takes the value |
maxit |
Maximum iteration number in the MM algorithm for quantile estimation. Defaults to 20. |
tol |
Convergence criterion in the MM algorithm. Defaults to 1.0e-3. |
Estimated bias on the boundary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.