Description Usage Arguments Value
Computes weighted length of a confidence band, where the weights are given by the design of the regressor.
1 | weighted_len(eval, cb.l, cb.u, x.spec = c("unif", "beta"))
|
eval |
a vector of evaluation points in the support of the regressor |
cb.l |
a vector of lower confidence band values |
cb.u |
a vector of upper confidence band values |
x.spec |
distribution of the regressor, which determines the weights. Supports
the uniform distribution ( |
a scalar value of weighted length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.