Description Usage Arguments Value
Computes upper identification interval with symmetry constraints.
1 2 | bounds.symmetric.internal(X, sampling.ratio = 5, xmin = NULL, xmax = NULL,
buckets = 1000, alpha = 1/sqrt(length(X)))
|
X |
The observed data. |
sampling.ratio |
Bound on the sampling weights gamma. |
xmin |
Used to construct histogram representation. |
xmax |
Used to construct histogram representation. |
buckets |
Used to construct histogram representation. |
alpha |
Significance level used for KS bounds. |
mu.bound The upper bound for mu(x).
Xhat Unweighted empirical CDF of the data.
xvals Points at which Xhat is evaluated.
Xhat.weighted Weighted version of Xhat that maximizes mu, subject to symmetry.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.